Convert a XML DOM Object to a HTML DOM Object
- From: manjunath.d@xxxxxxxxx
- Date: 20 Sep 2005 01:16:19 -0700
Hi,
My scenario is as follows
a. I have a XML file (Data file) and an associated stylesheet (XSL)
file.
b. I create XML DOM each for the data file and the XSL File
c. I give it to XALAN for transformation
d. I get a transformed XML DOM as the output
My requirement is that I want to convert this XML DOM to a HTML DOM
(assumingly safetly, that I get a HTML page after XSLT). The main
cause of this requirement is that other modules in my project expect a
HTML DOM object for processing.
Please let me know, if my procedure of solving the problem is correct
and is it possible to do such a conversion from XML to HTML DOM
safetly.
Thanks
> Manjunath
.
- Prev by Date: Re: Steps to generate XML document from data
- Next by Date: Re: Steps to generate XML document from data
- Previous by thread: Steps to generate XML document from data
- Next by thread: Validation of XML DTD
- Index(es):
Relevant Pages
|