I have an XML document (generated by Adobe XFA forms), that contains data like the following:
<Position> <PositionBorder> <Title/> ...
Is there anyway to convert an instance of org.w3c.dom.Document to org.apache.html.dom.HTMLDocumentImpl. I need to parse the images inside the Document and HTMLDocumentImpl has a method for extracting the images. I've tried several methods ...