Thursday, 12 September 2013

Getting html from xml

Getting html from xml

I am tring to extract this from my xml document and into my html The
problem is that I get the pure text. I would like to to keep the html
tags.
My code get the node
<xsl:value-of select="text" />
The node:
<text>
<p>
<strong>Hello</strong>
<br/>
<p>
This is a text.
</p>
</text>

No comments:

Post a Comment