[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: XML data -> HTML
- From: Michael Brennan <Michael_Brennan@Allegis.com>
- To: 'pguths' <pguths@bol.com.br>, xml-dev@lists.xml.org
- Date: Wed, 04 Apr 2001 18:07:39 -0700
That example leverages features specific to Internet Explorer. I think
Netscape 6 has some similar functionality (check out the docs at
http://www.mozilla.org), but if you want to support Netscape 4.x, you are
out of luck; you can't do this.
It would be better to do some processing on the server to pull in the XML
data, and serve ordinary HTML to the browser.
> -----Original Message-----
> From: pguths [mailto:pguths@bol.com.br]
> Sent: Wednesday, April 04, 2001 12:09 PM
> To: xml-dev@lists.xml.org
> Subject: XML data -> HTML
>
>
>
> I need to use XML data in an HTML file, like showed in
> http://www.xml101.com/examples/note.htm , but it needs
> works in Mozilla/Netscape.
> How can i make it? ImportNode is useful to make this?
> (Sorry if my english isnīt tooo good :)
>
> PauloCG