[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: getting XSL to output XSL...

Subject: Re: getting XSL to output XSL...
From: Gary Frederick <gary.frederick@xxxxxxxxx>
Date: Thu, 16 Aug 2001 06:21:41 -0500
output xsl
I wrote a stylesheet that outputs another stylesheet. Here is a snippet

...
  <xsl:element name="xsl:stylesheet">
      <xsl:attribute name="version">1.0</xsl:attribute>

...all the content...

  </xsl:element>
...

It should output this

<xsl:stylesheet version="1.0">
  ...all the content...
</xsl:stylesheet>

There are several other ways to get the xsl tags out. The above uses xsl:element which is perhaps a bit 'wordy' but was easier for me to understand when I was first learning.

Gary

Rafael 'Dido' Sevilla wrote:
How do I write a stylesheet that generates another stylesheet?  Will
XSLT processors be smart enough to note that:

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

the <xslout:.../> tags are not supposed to be processed?  I've thought
of slightly modifying the namespace URI for the new stylesheet but I
want to avoid making manual changes to the result if at all possible.

This is probably in the FAQ somewhere, I know, but i can't seem to
find any topic that seems suitable...





XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.