Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Schema Validation
Message
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00988563
Message ID:
00989533
Views:
55
Hi,
<item identifier="INTRO" identifierref="RESOURCE_INTRO">
      <title>Introduction</title>
</item>
In the XMLDOM the text "Introduction" IS a node (i.e. a child node of title). The nodetype is NODE_TEXT and this type always has a nodename of '#Text'. If you have text present in an element it's always going to show up this way when you walk the DOM and the appearance of your treeview is technically correct. If you don't want these nodes to show up I suppose you could just remove these nodes from the document.

Regards,
Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform