Thursday, 19 November 2009

XML, XSLT - Beginner's Guide

Create 2 files, 1 XML the other XSLT.
Populate the XML file with your XML data.
Reference your XSLT by using the following syntax.

1: <?xml-stylesheet type="text/xsl" href="poem.xslt"?>

Host your XML file on your webserver and open the XML file in your browser to view the transformed XML.

No comments: