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: xsl:val-of in xsl:text (escaping issue)




   Hi,
   I have an <xsl:value-of> tag that returns data from a data object. This data 
   includes some HTML tags that I do not want escaped.
   I can't wrap an xsl:value-of in an xsl:text to disable the escaping.
   What is the solution to what I need?
   Thanks
   Lou

If you are seeing escaped < and & from value-of then they must be that
way in the source. Thus the best course of action is to fix the source
so that it has element markup not an XML encoding of the strinbg value
of that markup.

If fixing your source is not possible for some reason, the value-of
takes the same disable-output-encoding attribute as text.

David


_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 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]