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]

Re: CDATA back to its original shape



> I should add that disable-output-escaping might not be supported by
> your processor (e.g. if you're using Xalan, I believe) so this may not
> be an option anyway.

disable-output-escaping is indeed supported by Xalan.  The only place it is
not supported is inside xsl:attribute, because the SAX interface makes it
hard to implement (I'm still trying to figure out a technical solution to
this, such as special escape characters inside the attribute string).

-scott




                                                                                                                                 
                    Jeni Tennison                                                                                                
                    <mail@jenitennison.com>            To:     Ruben Inoto <ris2@alu.ua.es>                                      
                    Sent by:                           cc:     xsl-list@lists.mulberrytech.com, (bcc: Scott Boag/CAM/Lotus)      
                    owner-xsl-list@lists.mulber        Subject:     Re: [xsl] CDATA back to its original shape                   
                    rytech.com                                                                                                   
                                                                                                                                 
                                                                                                                                 
                    02/15/2001 08:56 AM                                                                                          
                    Please respond to xsl-list                                                                                   
                                                                                                                                 
                                                                                                                                 




I said:
> If you have your flash object definition tucked up inside a CDATA
> section, then the only way to get it out and make it make any kind of
> HTML sense is to use disable-output-escaping:
>
>   <xsl:value-of select="my_object" disable-output-escaping="yes" />

I should add that disable-output-escaping might not be supported by
your processor (e.g. if you're using Xalan, I believe) so this may not
be an option anyway.

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/



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






 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]