An XSL Style Sheet


<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">



</xsl:stylesheet>

Let's use xt to apply this stylesheet to compositions.xml.






























Windows executable:

C:> xt compositions.xml sheet1.xsl

Java executable:

C:> java -Dcom.jclark.xsl.sax.parser=com.jclark.xml.sax.CommentDriver
com.jclark.xsl.sax.Driver compositions.xml sheet1.xsl output1.html 


Previous | Next | Top | Cafe con Leche

Copyright 1999 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified September 23, 1999