SunQuest
           XML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreXML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old October 23rd, 2002, 06:19 PM
HF_JBB HF_JBB is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2002
Posts: 7 HF_JBB User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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 : October 23rd, 2002 at 06:31 PM.

Reply With Quote
  #2  
Old October 23rd, 2002, 07:36 PM
jpenn's Avatar
jpenn jpenn is offline
Contributing User
Dev Shed Frequenter (2500 - 2999 posts)
 
Join Date: Jun 2002
Location: Washington, DC
Posts: 2,693 jpenn User rank is Sergeant (500 - 2000 Reputation Level)jpenn User rank is Sergeant (500 - 2000 Reputation Level)jpenn User rank is Sergeant (500 - 2000 Reputation Level)jpenn User rank is Sergeant (500 - 2000 Reputation Level)jpenn User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 5 h 41 m 10 sec
Reputation Power: 16
I would say first to make sure your XML is valid, valid being within W3C standards.
__________________
~ Joe Penn

Reply With Quote
  #3  
Old October 23rd, 2002, 07:42 PM
HF_JBB HF_JBB is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2002
Posts: 7 HF_JBB User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
all my xml files are well formed and valid, no problem with that. Everything works fine in IE ...the problem nothing shows up in netscape 4, 6/7 or mozilla browser.

i tried to look for some info on the web about this issue, i haven't found much info yet.

Reply With Quote
  #4  
Old October 23rd, 2002, 07:56 PM
jpenn's Avatar
jpenn jpenn is offline
Contributing User
Dev Shed Frequenter (2500 - 2999 posts)
 
Join Date: Jun 2002
Location: Washington, DC
Posts: 2,693 jpenn User rank is Sergeant (500 - 2000 Reputation Level)jpenn User rank is Sergeant (500 - 2000 Reputation Level)jpenn User rank is Sergeant (500 - 2000 Reputation Level)jpenn User rank is Sergeant (500 - 2000 Reputation Level)jpenn User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 5 h 41 m 10 sec
Reputation Power: 16
Ya - I just tested it in Pheonix and it is not working niether. Have you searched this forum, here is a thread that discusses this -->

http://forums.devshed.com/showthrea...ml+and+netscape

If it did'nt work, let me know. Also, if it worked, let me know....
Either way, just post back..........

Reply With Quote
  #5  
Old October 23rd, 2002, 08:38 PM
Mobius Man's Avatar
Mobius Man Mobius Man is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Posts: 98 Mobius Man User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 39 m 15 sec
Reputation Power: 6
I tried it in Opera 6, and i doesn't work in that either, just to let you know.

Reply With Quote
  #6  
Old October 23rd, 2002, 09:41 PM
HF_JBB HF_JBB is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2002
Posts: 7 HF_JBB User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
thanks, ill check that link tommorow.

apprently im using a proprietary IE-enhancement .

http://www.webreference.com/program...mwrapper/4.html

this page sorta explains how to load a xml file via DOM...on page 5 there's an example, and it worked with netscape 7 & Mozilla, but not N4.

Reply With Quote
  #7  
Old October 24th, 2002, 12:31 AM
bricker42 bricker42 is offline
Moderator =(8^(|)
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Feb 2002
Location: Sacramento, CA
Posts: 1,710 bricker42 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 38 sec
Reputation Power: 8
Send a message via AIM to bricker42
I'd recommend just going with xsl. You call your xml file directly (instead of loading it from an html file) and have the xml file associated with an xsl file that turns it into html. See the link that jpenn posted.

**edit**
And no, you're not going to get this to work with nn4 without doing the transformation server side.
__________________
-james

Reply With Quote
  #8  
Old October 24th, 2002, 06:03 AM
HF_JBB HF_JBB is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2002
Posts: 7 HF_JBB User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
my xsl exemples doesn't seem to work "WELL" with netscape...i guess i used another IE element.

ill post a link later, i gotta get going

Reply With Quote
  #9  
Old October 25th, 2002, 06:18 PM
HF_JBB HF_JBB is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2002
Posts: 7 HF_JBB User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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.

Reply With Quote
  #10  
Old October 25th, 2002, 08:43 PM
bricker42 bricker42 is offline
Moderator =(8^(|)
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Feb 2002
Location: Sacramento, CA
Posts: 1,710 bricker42 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 38 sec
Reputation Power: 8
Send a message via AIM to bricker42
Looks cool.

There's actually an easier way to do it, but it will die pretty hard if an older browser hits it. Here's an example:
http://www.w3schools.com/xsl/xsl_transformation.asp
Scroll down to the bottom, where it says "Link the XSL Style Sheet to the XML Document".

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreXML Programming > how to display xml via netscape


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway