Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > Is XSD (XML Schema Definition) supported by Netscape/Firefox, IE?

Reply
Thread Tools

Is XSD (XML Schema Definition) supported by Netscape/Firefox, IE?

 
 
RC
Guest
Posts: n/a
 
      09-27-2005
I know DTD (Document Type Definition) is supported by
Netscape/Firefox and IE.
But I typed some examples from

http://www.w3schools.com/schema/default.asp

Seems no effect on those browsers.
 
Reply With Quote
 
 
 
 
Martin Honnen
Guest
Posts: n/a
 
      09-27-2005


RC wrote:

> I know DTD (Document Type Definition) is supported by
> Netscape/Firefox and IE.


What exactly do you think Netscape/Firefox support about DTDs? They use
the expat parser and that is not a validating parser so unless you have
an internal subset of a DTD the parser in Netscape/Firefox does not see
the DTD at all.
IE uses MSXML which can validate against a DTD but I think when IE loads
an XML document directly into a browser window then it does not validate.

> But I typed some examples from
>
> http://www.w3schools.com/schema/default.asp
>
> Seems no effect on those browsers.


The XML parser in Netscape/Firefox is not a validating parser at all so
I am not sure what effect you are looking for.
MSXML 3 which comes with IE 6 is a validating parser that can validate
against DTDs but to do that you need to apply script.
MSXML 4 can do schema validation but it is not installed by IE so you
need to download that separately and then you can use script inside of
IE to do schema validation if needed.


--

Martin Honnen
http://JavaScript.FAQTs.com/
 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Validation with XSD using XML::LibXML::Schema, and XML::Validator::Schema huntingseasonson@gmail.com Perl Misc 5 11-29-2006 12:37 PM
Validation of XSD (XML Schema) against XSD Rushi XML 1 12-09-2005 08:12 AM
XML + XSD: Is it possible to get all errors against the XSD? Markus Java 1 11-22-2005 02:53 PM
XML schema - Make xsd include another xsd stiank81 XML 4 06-26-2005 05:11 PM
[XML Schema] Including a schema document with absent target namespace to a schema with specified target namespace Stanimir Stamenkov XML 3 04-25-2005 09:59 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57