How to pass an HTML DOM tree to IE5beta2?

Subject: How to pass an HTML DOM tree to IE5beta2?
From: "Amit Rekhi" <amitr@xxxxxxxxxxxxx>
Date: Sat, 19 Dec 1998 10:47:23 +0530
Hello,

Sorry for being a little offtrack and vague here.But I am myself lost.

I am currently planning a design for an XML based application which
- takes an XML DOM tree as input
- emits an HTML DOM  tree which it needs to give to IE5beta2.

I plan to use an
 XSL stylesheet and the XSL related DOM methods on nodes
(i.e node.transformNode() etc. ) given by the MS DOM implementation to
 do the XML DOM tree -> HTML file conversion
After getting the HTML file I plan to do HTML file -> HTML DOM
tree conversion.

Is this method of doing XML DOM tree -> HTML DOM tree proper?
Any other methods someone could suggest?

After getting the HTML DOM tree I need to pass it to IE5b2 such that
1.  IE5b2 reads the HTML DOM tree
2.  renders the tree nodes to display the HTML output.

 I'm still thinking about how  to implement both the steps above.
Anyone with any ideas?

                                             Thanks for any replies,

AMIT





 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread