HTML tutorials

VISUAL BASIC 6 XML PART 1 - USING XML QUERIES AND TRANSFORMATIONS

Now we have an easy and platform-independent method of describing XML data, validating its type as we wish and modifying and reading it programmatically. So we basically have a transportable miniature database. No surprise then that when you start to work with it, you'll feel the need for a query mechanism. Using the DOM, you can get to each and every node in your document, but it can get tiresome, maneuvering through the hierarchies of children to find that single node you are interested in.
Home
Bookmark Tutorial
Remove Frame
Report Broken Link