xsl-list
[Top] [All Lists]

Re: [xsl] HTML character entity issue

2008-12-11 08:40:38
<![CDATA[<br/>]].

This wont work, unless you use disable output escaping.

or your output method was "text"

Vasu


2008/12/11 Mandar Jagtap <mandar(_dot_)jagtap(_at_)gmail(_dot_)com>:
Or you can also use something like this...
<![CDATA[<br/>]].

Mandar Jagtap


On Thu, Dec 11, 2008 at 6:31 PM, Atul Shinh <atul(_at_)srijan(_dot_)in> wrote:

Hi All,

These are the environment details:
XSLT 2.0, saxon parser

I have an XML file, part of which looks like this
================ XML ========================
<kbs_prodgruppe_beschreibung> besonders sanft ab, ziehen sie leise ins
Türschloß &lt; br/ &gt; und halten sie sicher geschlossen.
<kbs_prodgruppe_beschreibung>
==============================
==========

So instead of 'break'  tag [&lt;br/&gt;] it is HTML entity for that in
XML. I want to replace it with 'break' tag [<br>].

While generating the pdf the output is interpretation of HTML entities.

Please suggest a solution.

Thanks and Regards,
Atul

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--
Thanks & Regards,
Mandar

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--





-- 
Vasu Chakkera
Numerical Algorithms Group Ltd.
Oxford
www.vasucv.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--