I'm using FOP to generate pdf files from xml sources. Some xml files have html in them like this:
<element><value><strong>lorem ipsum</strong></value></element>
Is it possible with xsl to keep the html formatted content in the generated pdf?