|
[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[Recent Entries]
[Reply To This Message]
Re: transform xml using xsl into a dynamic xsl...
Subject: Re: transform xml using xsl into a dynamic xsl...
From: "M. David Peterson" <m.david@xxxxxxxxxxxxx>
Date: Tue, 29 May 2007 06:56:02 -0600
|
On Tue, 29 May 2007 06:35:47 -0600, Kai Hackemesser <kaha@xxxxxx> wrote:
Has anybody seen an example how to create xsl output with xsl?
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<xsl:template match="/">
<xsl:element name="xsl:stylesheet">
<xsl:attribute
name="xmlns:xsl">http://www.w3.org/1999/XSL/Transform</xsl:attribute>
<xsl:attribute name="version">1.0</xsl:attribute>
<xsl:element name="xsl:template">
<xsl:attribute name="match">/</xsl:attribute>
<xsl:element name="xsl:apply-templates"/>
</xsl:element>
</xsl:element>
</xsl:template>
</xsl:stylesheet>
--
/M:D
M. David Peterson
http://mdavid.name | http://www.oreillynet.com/pub/au/2354 |
http://dev.aol.com/blog/3155
|
Back To School Sale!
Save 30% off all Stylus Studio 2008 Products when you purchase from our Online Shop.
Offer ends August 31, 2008.
Coupon Code TRTY-C4JV-OFF
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
| RSS 2.0 |
|
| Atom 0.3 |
|
|