CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   XML (http://www.codingforums.com/forumdisplay.php?f=3)
-   -   how to display xml via netscape (http://www.codingforums.com/showthread.php?t=8540)

HF_JBB 10-24-2002 12:20 AM

how to display xml via netscape
 
how would i able to display this page http://pages.infinit.net/jbb/xml/ via netscape (any version)


the same question goes for displaying xml via DOM scripts.
http://pages.infinit.net/jbb/xml2/

jkd 10-24-2002 02:06 AM

You are using a proprietary IE-enhancement - the <xml> tag inside of HTML.

Take a good read around at www.w3.org to understand how XML is supposed to be included in documents.

To generalize it, you are not supposed to be able to "include" XML data inside an HTML page without importing it through DOM methods, such as Document.prototype.load()

HF_JBB 10-24-2002 03:35 AM

ok thanks, i already found a page explaining this. the example given seems to work with netscape 7

HF_JBB 10-26-2002 12:14 AM

i think i got it to work for IE and Netscape (doesn't work for opera)

http://pages.infinit.net/jbb/xml2/software.html

i see why it would be easier to do this via server side.


All times are GMT +1. The time now is 02:37 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.