Re: How to pass an HTML DOM tree to IE5beta2?

Subject: Re: How to pass an HTML DOM tree to IE5beta2?
From: "zahid patel" <zahid@xxxxxxxxxxxxxxx>
Date: Mon, 21 Dec 1998 12:18:39 -0800
Hi,

I'm wondering why you need to give an Html DOM to Ie5 inorder to render it.
Shouldn't it just apply the whatever XSL you want on your XML DOM and render
it.

zahid

----- Original Message -----
From: Amit Rekhi <amitr@xxxxxxxxxxxxx>
To: xsl list <xsl-list@xxxxxxxxxxxxxxxx>
Sent: Friday, December 18, 1998 9:17 PM
Subject: How to pass an HTML DOM tree to IE5beta2?


>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


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


Current Thread