[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: XSD Support in MSXML ?

  • From: Paul Spencer <paul.spencer@b...>
  • To: Dimiter Naydenov <bluelight@o...>, xml-dev@l...
  • Date: Sun, 01 Jul 2001 21:57:55 +0100

msxml xsd
MSXML3 does not support XML Schema - it supports XML Data Reduced (XDR),
which is close to Microsoft's submission of a schema language to the W3C.
The implementation was referred to as a "developer preview" although many
(including Microsoft) forgot this. Since there is no reference to an XDR
schema in your XML file, the parser does not see a schema at all.

MSXML4 will have XML Schema support. The current beta has limited support
and is downloadable from the MS site. It should detect the error you show
here.

Paul Spencer
CTO, alphaXML Ltd
alphaXML is recruiting XML Consultants
+44 (0)1491 630053
http://www.alphaxml.com




-----Original Message-----
From: Dimiter Naydenov [mailto:bluelight@o...]
Sent: 30 June 2001 17:27
To: xml-dev@l...
Subject: XSD Support in MSXML ?


Hello,

I'm new to XML and I was reading about it for a few days. Now I'm
experimenting with something (using XML schemas) but can't figure out if
MSXML 3.0 supports the XSD-style schemas (not only the MS-specific
XML-Data).

What I'm doing wrong ? Here are my XML and Schema file:

<?xml version="1.0" encoding="utf-8" ?>
<test xmlns:test="http://www.test.org/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.test.org/ test.xsd">

  <block name="b1">text</block>

</test>

The Schema:

<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.test.org/" xmlns="http://www.test.org/">
  <xsd:element name="test" type="xsd:integer"/>
</xsd:schema>

The definition of <test> intentionally is set to "integer". Isn't it normal
for a validating parser to return an error, because <test> is not defined as
"integer" in the XML file ?

Why then IE 5.01 (with MSXML 3.0 SP1) doesn't report an error and just
displays the XML as if it was no schema ?

I hope someone can help me figure this out !
Dimiter Naydenov


------------------------------------------------------------------
The xml-dev list is sponsored by XML.org, an initiative of OASIS
<http://www.oasis-open.org>

The list archives are at http://lists.xml.org/archives/xml-dev/

To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: xml-dev-request@l...


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.