tags:

views:

108

answers:

0

I'm using FOP to generate pdf files from xml sources. Some xml files have html in them like this:

<element><value>&lt;strong&gt;lorem ipsum&lt;/strong&gt;</value></element>

Is it possible with xsl to keep the html formatted content in the generated pdf?