[
Lists Home |
Date Index |
Thread Index
]
great, I just noticed that instead of the xml schema namespace I'm referencing
the XML Schema schema for XML Schemas, aaaaarrrrrgggh.
>
> I have a rddl document, the rddl namespace is properly bound, XSV keeps
> returning in the notASchema "Recognised as RDDL, but no W3C XML Schema
> resource
> found", for the following rddl document:
>
> <?xml version="1.0" encoding="iso-8859-1"?>
> <html xmlns="http://www.w3.org/1999/xhtml"
>
> xmlns:xlink="http://www.w3.org/1999/xlink"
> xmlns:rddl="http://www.rddl.org/">
>
>
> <head>
> <title>test</title>
>
> <meta content="text/html; charset=ISO-8859-1"
>
> http-equiv="Content-Type"/>
> </head>
> <body>
>
>
>
>
>
>
>
>
> <rddl:resource id="xsd1" xlink:type="simple"
>
> xlink:arcrole="http://www.rddl.org/purposes#schema-validation"
>
> xlink:role="http://www.w3.org/2000/10/XMLSchema" xlink:title="Schema"
>
> xlink:href="CPR_CompletePostalLabel.xsd"><a
>
> href="CPR_CompletePostalLabel.xsd">Document</a></rddl:resource> </body>
> </html>
>
> Can anyone see what the problem here is?
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>
>
>
|