AJAX Forums

How to Transforming XML with XSL using Sablotron ?

This is a discussion on How to Transforming XML with XSL using Sablotron ? within the XML and XSLT forums, part of the Beginners AJAX category; How to Transforming XML with XSL using Sablotron ?...


Go Back   AJAX Forums > Beginners AJAX > XML and XSLT

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
Old 06-21-2007, 11:54 AM   #1 (permalink)
Junior Member
 
Join Date: Jun 2007
Posts: 1
Rep Power: 0 jinmanusa is on a distinguished road
How to Transforming XML with XSL using Sablotron ?

How to Transforming XML with XSL using Sablotron ?
__________________
jinmanusa is offline   Reply With Quote
Old 06-21-2007, 10:10 PM   #2 (permalink)
Junior Member
 
Join Date: Jun 2007
Posts: 1
Rep Power: 0 cleopatraugly is on a distinguished road
In my last article I covered the use of the expat functions available to PHP for parsing XML documents using the SAX method. The sample code was a class that read the XML document and generated the HTML to present the data in a nice table. This example was far from perfect due to the fact that the presentation of the data was not separate from the class code that had to parse the XML document. This meant that a slight modification to the HTML generated by the class could break the actual parsing functionality of the class. This is not the ideal way of doing things in a production environment, hence the purpose of this article in explaining how to parse XML documents using XSLT (eXtensible Stylesheet Language Transformations). XSLT is a language for transforming XML documents into other XML documents or HTML documents. I will not discuss XML, XSL or XSLT syntax in this article, for a good introduction to these please refer to the links at the end of this article.The focus of this article is on how to transform XML documents with XSLT using the Sablotron XSLT processor. More details at http://www.buzzycode.com/ShowArticles-id_328.aspx
__________________
cleopatraugly is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
AJAX World RIA Conference - Saving Your Investment: Transforming J2EE Applications In microbee AJAX Help 0 08-09-2008 06:13 AM
Transforming the Enterprise: Where Virtualization Meets Automation microbee AJAX Help 0 06-06-2008 10:52 AM
Transforming the Enterprise: Where Virtualization Meets Automation microbee AJAX Help 0 05-16-2008 03:43 AM


All times are GMT -4. The time now is 06:30 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5
Copyright ©2006 - 2008, AJAXwith.com