OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   [xml-dev] XML web programming using VB

[ Lists Home | Date Index | Thread Index ]

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????




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS