473,395 Members | 1,766 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

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

RC
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.
Sep 27 '05 #1
1 2117


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/
Sep 27 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Econ | last post by:
XML as part of HTML in different browsers In one folder are few files - XML - file with data - HTML - file with static text - XSL - file for transformation XML data into HTML - CSS -...
8
by: Drew Berkemeyer | last post by:
Hello, How can I use XSD to ignore certain nodes of an XML document. Specifically, we have an event that I want to define using XSD. I then want to validate incoming XML events with that XSD....
43
by: Christoph Schneegans | last post by:
Hi! Okay, so positions on "text/html" XHTML are totally contradicting. Anyway! I hope there's more consensus about "application/xml" XHTML. I've recently learned that Opera 9.0b2 does not only...
4
by: =?Utf-8?B?RGF2aWQgVGhpZWxlbg==?= | last post by:
Hi; Can anyone point me to a good sample that does just about everything? I'd prefer one that is clear and simple and just does all the main things as we need this as a learning as well as a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.