|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Using XSLT to create an XHTML document
Title: Using XSLT to create an XHTML document
I am new in the XSLT world... I have read that an XSL style sheet can be used to generate XHTML. My question is the following: Do we need a specialized XSL formatting engine to render the result generated by the XSLT (to output it on the screen)? I know that it should produce an XHTML file viewable on a browser but... How come I do not see that newly generated XHTML file when I apply the stylesheet to the data document? What steps am I missing? (Obviously I am missing some!) Any idea/suggestion/correction are more than welcome...
This is an example of using XSLT to create an XHTML document. The following stylesheet (XHTMLTranformation.xsl):
<xsl:template match="sales">
<xsl:template match="division">
</xsl:template> <xsl:template match="revenue | growth | bonus">
---- with the following input document: <?xml version="1.0"?>
<sales> <division id="North">
<division id="South">
<division id="West">
</sales>
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








