Re: [xsl] HTML character entity issue

Subject: Re: [xsl] HTML character entity issue
From: "Vasu Chakkera" <vasucv@xxxxxxxxx>
Date: Thu, 11 Dec 2008 13:36:20 +0000
> <![CDATA[<br/>]].

This wont work, unless you use disable output escaping.

or your output method was "text"

Vasu


2008/12/11 Mandar Jagtap <mandar.jagtap@xxxxxxxxx>:
> Or you can also use something like this...
> <![CDATA[<br/>]].
>
> Mandar Jagtap
>
>
> On Thu, Dec 11, 2008 at 6:31 PM, Atul Shinh <atul@xxxxxxxxx> 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
>>
>
>
>
> --
> Thanks & Regards,
> Mandar
>
>



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

Current Thread