Re: XV and SchemaLocation

At 09:29 1/17/2001 +0000, Henry S. Thompson wrote:
>"Joseph M. Reagle Jr." <reagle@w3.org> writes:
>
> > Is XV schemaLocation enabled? When dereferencing the namespace, you get 
> the
> > spec, but I would expect the following to work...?
> >
> > <Signature Id="MyFirstSignature" 
> xmlns="http://www.w3.org/2000/09/xmldsig#"
> >    xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
> >    xsi:schemaLocation="http://www.w3.org/2000/09/xmldsig#
> > 
> http://www.w3.org/TR/2000/CR-xmldsig-core-20001031/xmldsig-core-schema.xsd"
> >    >
>
>XSV is schemaLocation enabled, but you have to use the current NS URI
>for xsi, namely http://www.w3.org/2000/10/XMLSchema-instance.

Ok, the locaiton in the 2000/10 primer should've been tweaked then:
http://www.w3.org/TR/xmlschema-0/#schemaLocation
<purchaseReport
   xmlns="http://www.example.com/Report"
   xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
   xsi:schemaLocation="http://www.example.com/Report
   http://www.example.com/Report.xsd"
   period="P3M" periodEnding="1999-12-31">
</purchaseReport>


__
Joseph Reagle Jr.
W3C Policy Analyst                mailto:reagle@w3.org
IETF/W3C XML-Signature Co-Chair   http://www.w3.org/People/Reagle/

Received on Wednesday, 17 January 2001 09:36:05 UTC