Topic: how to display xml via netscape (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=10832" title="Pages that link to Topic: how to display xml via netscape (Page 1 of 1)" rel="nofollow" >Topic: how to display xml via netscape <span class="small">(Page 1 of 1)</span>\

 
HF_JBB
Neurotic (0) Inmate
Newly admitted

From: Montreal
Insane since: Oct 2002

posted posted 10-24-2002 01:27

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/



[This message has been edited by HF_JBB (edited 10-24-2002).]

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 10-24-2002 13:25

HF_JBB: Welcome. I'm not sure what NS6's capabilities are here (MS were ahead of the game though). The only real way you can be sure of how an XML file will display in a browser is if you process it server-side first.

Emps

___________________
Emps

FAQs: Emperor

Dracusis
Maniac (V) Inmate

From: Brisbane, Australia
Insane since: Apr 2001

posted posted 10-24-2002 21:17

Neither of those pages will render in Netscape6+/Mozilla. Neither will Opera for that matter.

You can render pure XML in Mozilla but you'll need style and transformers to get it to work correctly.

Emperor is right though, the easiest option would be to process the XML server side and get it to spit out HTML to a browser. This way you can also make it compatabul for not so up to date browsers.

HF_JBB
Neurotic (0) Inmate
Newly admitted

From: Montreal
Insane since: Oct 2002

posted posted 10-25-2002 03:15

i haven't done anything via server-side before ;/

i've been using a IE property for linking my xml file (with the <xml> tag), that's the reason why it doesn't work with other browsers.

the way to do it, is to link is via the DOM script : document.prototype.load() ... but i'm still having problems... i can make it work with netscape now, but i can't get it to work with IE now

i got some reading to do at www.w3c.org

HF_JBB
Neurotic (0) Inmate
Newly admitted

From: Montreal
Insane since: Oct 2002

posted posted 10-26-2002 01:13

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.


http://pages.infinit.net/jbb/

[This message has been edited by HF_JBB (edited 10-26-2002).]

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 10-26-2002 02:19

HF_JBB: Its a matter of using the right tool for the job really and you might be better off using a database. Parsing XML server-side isn't rocket science but their might be a neater solution to the problem.

___________________
Emps

FAQs: Emperor



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu