Simple XML to XHTML Transformation

Posted by on May 3, 2010 in HTML Tutorials, Web Development Tutorials | 6 comments

In this tutorial we are going to use XSLT to transform a simple XML document into an XHTML web page.  XSLT stands for eXtensible Style Sheet Transformations. With our XSL document we will pretty much grab the values we need from the source XML and display them nicely in XHTML.

Read More