Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Book Cover Professional VB XML
65481 times
Rated
Read 65,481 times

Contents

Related Categories

Using XML Queries and Transformations - 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

  • We learned how to use XPath to query a very specific subset of nodes from a loaded XML document.
  • We learned to create sub-queries using predicates on our XPath expressions.
  • We looked at the built-in functions of XPath.
  • We covered the limited support of XPath in Internet Explorer 5.0 and the more complete support in the developers preview MSXML 2.6.
  • XSLT

  • We learned how XSLT works and which processors can be used to try it out yourself.
  • We had a long and intensive look at all of the elements and functions supported in XSLT 1.0.
  • We looked at the level of implementation of XSLT in both IE5 (MSXML 2.0) and MSXML 2.6.
  • We looked at some examples that used XSLT to transform an XML source into another XML format, converting from one schema to another schema.
  • Styling

  • We learned how you can give style to an XML document using Cascading Stylesheets.
  • We learned how to use XSLT to transform an XML document into an HTML document to display it.
  • We looked at some uses of XSLT to add functionality (internal navigation, external content) to a document when transforming.
  • We saw how to use client-side XSLT processing capabilities to let users browse XML documents without first transforming them on the server.

    Comments

    • Another truncated page

      Posted by RobS on 02 Nov 2004

      The table under "format attribute" on the following page also seems to be truncated: http://www.developerfusion.com/show/89/10/

    • Posted by James Crowley on 16 Jun 2002

      my apologies for that, it appears the article became truncated. The rest of the text on 'giving style to XML' is now there. :)

      Regards,

    • Wow.

      Posted by godtsaa on 16 Jun 2002

      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 i...