Jump to content

xml reader but theres a problem


Arcader

Recommended Posts

<script type="text/vbscript">set xmlDoc=CreateObject("Microsoft.XMLDOM")xmlDoc.async="false"xmlDoc.load("Beta.xml")dim numbernumber=3set nodes=xmlDoc.selectNodes("/Video/show[number]/url/text()")for each x in nodes  document.write("<embed width=640 height=480 src=")  document.write(x.xml)  document.write(">")next</script>

Heres the code, just someone tell me how to use xpath in a javascript code or convert this.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...