I have a data source that is bound to an XML file. The XML file in many places contains XHTML nested inside the elements. In those cases, I need the raw XHTML to be emitted into the template.
So for the linked example, I would expect the template to emit the raw XHTML below:
<body xmlns="http://www.w3.org/1999/xhtml">Markup<br/>(11th District)</body>
How can I accomplish this?
So for the linked example, I would expect the template to emit the raw XHTML below:
<body xmlns="http://www.w3.org/1999/xhtml">Markup<br/>(11th District)</body>
How can I accomplish this?