Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: MSXML and schema

From: "Neil Smith [MVP Digital Media]" <neil@------.--->
To: NULL
Date: 6/24/2009 10:17:00 AM
Yes : http://msdn.microsoft.com/en-us/library/ms256100.aspx referenced
cause it's easier to read than the W3C docs which are impenetrable :

"The first URI reference in each pair is a namespace name, and the
second is the location of a schema that describes that namespace."

So you need both your namespace URI (the domain name will do) PLUS the
actual location of the schema document(s) which is a space separated
list

It's not necessarily assumed that the namespace URI is a valid URL, or
that the xsd location is a child of that URI/URL

It seems your schedule element below uses no namespace prefix, so
perhaps noNameSpaceSchemaLocation might be appropriate instead :
http://msdn.microsoft.com/en-us/library/ms256139.aspx

HTH
Cheers - Neil

On Tue, 23 Jun 2009 20:36:37 GMT, "Neil Smith [MVP Digital Media]"
<neil@n...> wrote:

>The URL you posted for the schema looks like
>xsi:schemaLocation="http://www.mysite.test schedule.xsd"
>
>You are missing a slash between the domand and file path.
>
>
>On Tue, 23 Jun 2009 06:12:32 -0700 (PDT), Peter Laman
><peter.laman@g...> wrote:
>
>>I'm trying to process an XML file with MSXML. The file starts with:
>>
>><?xml version="1.0" encoding="UTF-8"?>
>><schedule xmlns="http://www.mysite.test" xmlns:xsi="http://www.w3.org/
>>2001/XMLSchema-instance" xsi:schemaLocation="http://www.mysite.test
>>schedule.xsd">
>>
>>So the XML references an XSD. However, when I try to use the
>>'validate' method, I get the error
>>"Validate failed because the root element had no associated DTD/
>>schema."
------------------------------------------------
Digital Media MVP : 2004-2009
http://mvp.support.microsoft.com/mvpfaqs


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent