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 11-23-2002, 02:52 AM   PM User | #1
0810
Banned

 
Join Date: Aug 2002
Posts: 111
Thanks: 0
Thanked 0 Times in 0 Posts
0810 is an unknown quantity at this point
xml ?????

I am testing xml in windows and Mozilla but results come differently. Why?????????

Which one should I use it for xml.

I just started using xml. If you have any simple code or tutorial.

could you tell me about it.

bye for now
0810 is offline   Reply With Quote
Old 11-23-2002, 04: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
If you have unstyled XML, Internet Explorer applies its own XSLT transformation to it to generate a friendly tree interface. This has several distinct advantages and disadvantages that I'd rather not get into at the moment.

Mozilla on the other hand simply applies no stylesheet if you don't specify one. i.e. Everything is inline and unstyled.
With later 1.2 builds you can tell it to apply the tree transformation however, as it started coming with one that someone created.

I typically use Mozilla for all of my XML work, because it actually supports stuff.

IE does not support namespaces to the extent it knows to how render content in an XHTML namespace within a document, which makes it pretty much useless.
Mozilla on the other hand has no problem rendering a XUL document with inline SVG and MathML for example.

After that basic requirement, Moz has simple XLink support, RDF support, superior CSS1/2 (and parts of CSS3) support, and a good XSLT transformation engine (among others). (IE also has an excellent XSLT engine, but this is the only thing it really does have).

The list continues on and on - Mozilla is the only platform offering such extensive support for rendering XML markup.
__________________
jasonkarldavis.com
jkd is offline   Reply With Quote
Old 11-23-2002, 05:02 AM   PM User | #3
0810
Banned

 
Join Date: Aug 2002
Posts: 111
Thanks: 0
Thanked 0 Times in 0 Posts
0810 is an unknown quantity at this point
Do you mind explaining to me about xml with simple codes for me?

because I would like to test it in Mozilla's platform.

Also I would like to know when I should use xml.

Thanks
0810 is offline   Reply With Quote
Old 11-23-2002, 08:04 PM   PM User | #4
Alex Vincent
Moderator


 
Join Date: May 2002
Location: Hayward, CA
Posts: 1,427
Thanks: 1
Thanked 19 Times in 17 Posts
Alex Vincent is on a distinguished road
Well, what do you intend to use XML for?

XML is primarily a format for defining languages -- XHTML is one XML language which is also HTML 4.01. RDF is an XML language for describing data (metadata, basically). You can create your own generic XML language to contain data specific to your application, whatever that is.

The most important question is what do you plan to do?. Answer that question, and we can tell you whether XML is right for you or not.
__________________
"The first step to confirming there is a bug in someone else's work is confirming there are no bugs in your own."
June 30, 2001
author, Verbosio prototype XML Editor
author, JavaScript Developer's Dictionary
https://alexvincent.us/blog
Alex Vincent 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 01:57 AM.


Advertisement
Log in to turn off these ads.