Go Back   CodingForums.com > :: Client side development > XML

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-24-2002, 12:20 AM   PM User | #1
HF_JBB
New Coder

 
Join Date: Sep 2002
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
HF_JBB is an unknown quantity at this point
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/

Last edited by HF_JBB; 10-24-2002 at 12:30 AM..
HF_JBB is offline   Reply With Quote
Old 10-24-2002, 02:06 AM   PM User | #2
jkd
Senior Coder

 
jkd's Avatar
 
Join Date: May 2002
Location: metro DC
Posts: 3,163
Thanks: 1
Thanked 18 Times in 18 Posts
jkd will become famous soon enough
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()
__________________
jasonkarldavis.com
jkd is offline   Reply With Quote
Old 10-24-2002, 03:35 AM   PM User | #3
HF_JBB
New Coder

 
Join Date: Sep 2002
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
HF_JBB is an unknown quantity at this point
ok thanks, i already found a page explaining this. the example given seems to work with netscape 7
HF_JBB is offline   Reply With Quote
Old 10-26-2002, 12:14 AM   PM User | #4
HF_JBB
New Coder

 
Join Date: Sep 2002
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
HF_JBB is an unknown quantity at this point
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.
HF_JBB is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:25 PM.


Advertisement
Log in to turn off these ads.