I have gone through this documentation already.
<abc>
<df>featuresDescription</df>
<eh>
<lang>en-us</lang>
<value><p> Some content.</p>
<h4>Heading>
<p>Some more content.</p></value>
</eh>
</abc>
Now when i use WOXMLDecoder to parse it i want these html tags to be parsed as normal text instead they are converting into one more key value pair.
like <value p="some content">
any suggestion