שאלה על תצוגת קובץ xml
איך כותבים בnet את הקוד הבא:
איך כותבים בnet את הקוד הבא:
<html> <body> <script type="text/vbscript"> set xmlDoc=CreateObject("Microsoft.XMLDOM") xmlDoc.async="false" xmlDoc.load("cdcatalog.xml") path="/catalog/cd/price/text()" set nodes=xmlDoc.selectNodes(path) for each x in nodes document.write("<xmp>") document.write(x.xml) document.write("</xmp>") next </script> </body> </html>
תודה