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]
Other format: [Raw text]

RE: Writing a stylesheet to create a stylesheet, with XSLT in the XML


 
> If you know the disadvantages of disable-output-escaping, use 
> <xsl:text 
> disable-output-escaping="yes"/> like on <xsl:value-of/>.

I guess I wasn't clear.  This does not work:

<xsl:text disable-output-escaping="yes"><xsl:value-of
select="xpath"/></xsl:text>

If you try to do that, the transformation fails saying you can't embed
<xsl:value-of/> inside of an <xsl:text> element.

 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]