Tagged Questions
2
votes
3answers
639 views
How to insert XHTML into XML
I'm working with JDOM at the moment. I can't think of a solution which what should essentially be an easy problem.
I have a valid XHTML string:
<b>M&A</b> €
How do I ...