This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Is XSL to XSL the Solution?


I want to do a transform on my stylesheet and at a later time do a second transform on the output with a different XML file.
I am assuming that I have to output an XSL from my first transform. (if not please let me know how to go about it)
I searched the archives and saw a few threads about XSL to XSL Where can I find a tutorial or more info?
Some background:
I am now using JSP to generate a dynamic XSL. I am doing the transform with XML from my content management system using Xalan.
The output works beautifully but it does not preserve any of the unused  "xsl:value-of select" tags that I need for the second transform.
I tried using <xsl:text>to wrap the  "xsl:value-of select"   but Xalan gives me the following message "TransformerException: xsl:value-of is not allowed in this position in the stylesheet!"
Wrapping it in <![CDATA[ will lead to output with escaped characters.

By the way I am planning on having the actual XSL output written to the file system as a JSP (needed for additional processing). Do you see any show stoppers with this?
Thanks for any help





--

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden.



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]