GeekArticles
XML
Core XMLDiscover the Wonders of XSLT: XPaths
Author: developer.com |
Published: 10th Aug 2005 |
Visited: 507 times |
Add CommentFiled in: Core XMLBy Benoît Marchal Go to page: 1 2 Next This is Part 2 of the developer.com introduction to XSLT. The first part was about tools and the basic syntax. I recommend you read it first. Make sure you download the updated listings before reading any further. XPaths The style sheet language is made up of two W3C recommendations: XPath, which is a querying language XSLT itself, which is a scripting language with an XML syntax A style sheet describes how to convert the input document into the...n
Read Article Sponsored Links
Related Articles
• Performing XSLT Transformations inside the Database Performing XSLT Transformations inside the Database
Now that you have the employees XSL stylesheet stored in the database and the xmlusr schema is permitted to access the hr.employees table, you can create a script that will instruct the database to build an HTML page based on the data stored in...
...
• Transforming and Processing XML with XSLT Transforming and Processing XML with XSLT
In the preceding example, you transform XML into HTML directly in your script, wrapping the data extracted from the XML document into appropriate HTML tags. Alternatively, you might perform an XSL (Extensible Stylesheet Language) transformation to get the...
• Expand the Editing Capabilities of OpenOffice with XSLT This tutorial shows you how to use OpenOffice's import/export filters to open your XML data as though it's just a plain document. From there, users can edit the document much more naturally and then save it back to its native format. You can also use this feature to easily turn your docume ...