Category Archives: XML

Preserve HTML in XML with XSL

I spent longer on this than I should have, when the answer is so simple; I’m posting here to remind myself when it comes up again, and I hope the included keywords assist in anyone’s search for the same information.
The xsl:copy-of element can be used to insert a result tree fragment into the result tree, [...]