Library sample chapters
Using XML Queries and Transformations
Sample chapter from Professional VB XML
Page 20 of 20
- Introduction
- XPath Query Syntax
- Building a Path
- Selecting Subsets
- Built-In Functions
- IE5 Conformance
- XLST
- XLST Elements
- Pre-defined Templates
- Number Calculation Example
- Commands
- Control of Flow
- Variables and Parameters
- Top Level Settings
- Built-in Functions
- Simplified Syntax
- The IE5 Implementation
- XLST Examples
- Giving Style to XML
- Summary
Summary
Now that you have come this far, you have seen all the basic techniques you need to start programming and using XML in your Visual Basic applications. The next chapter will introduce you to the linking of XML documents to each other, but that technology is still very premature. So, we've now seen all the subjects that are ready for use.
In this chapter, we have learned a lot:
XPath
XSLT
Styling
We saw how to use client-side XSLT processing capabilities to let users browse XML documents without first transforming them on the server.
Related articles
Related discussion
-
How to import Xml file into a table in MS-ACCESS database using Visual Basic 6.0?
by sutanu_halder (0 replies)
-
XML transformation: how to save it into a hmtl file.
by srinathnrk (1 replies)
-
VB6 Runtime error 381 subsript out of range Error
by Uncle (2 replies)
-
passing and reading parameters from using Shell
by jigartoliya (0 replies)
-
Convert C++ code to VB6
by mawcot (4 replies)
The table under "format attribute" on the following page also seems to be truncated: http://www.developerfusion.com/show/89/10/
my apologies for that, it appears the article became truncated. The rest of the text on 'giving style to XML' is now there.
Regards,
The 'giving style to XML' part of the article (which is the only part that interested me, sigh) is apparently corrupt - It ends in the middle of a sentence, and so it doesn't explain one bit of what it promises to...
This thread is for discussions of Using XML Queries and Transformations.