[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] XML web programming using VB
path="/catalog/cd" set nodes=xmlDoc.selectNodes(path) for each x in nodes document.write("<xmp> HI") document.write(x.xml) document.write("HI</xmp>") next if i do a loop like this why do i get this as a result HI<Start> <data>7</data> <data1>9</data1> </Start>HI why do the HI's get placed like that????
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|