I am currently developing an XML application which will take an XML DOM tree
as an input and needs to produce an HTML DOM tree from the XML DOM tree.
1) Are there any utilities/tools which do the XML DOM tree -> HTML DOM tree
conversion?
2) In the absence of such converters what are the different ways in which I
can
achieve this purpose?
Thanks in advance for any replies,
AMIT