Subject: HTML character entity issue
From: "Atul Shinh" <atul@xxxxxxxxx>
Date: Thu, 11 Dec 2008 18:31:31 +0530
|
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_ < br/ > und halten sie sicher geschlossen.
<kbs_prodgruppe_beschreibung>
==============================
==========
So instead of 'break' tag [<br/>] 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
|