[
Lists Home |
Date Index |
Thread Index
]
- To: xml-dev@lists.xml.org
- Subject: rddl 1.0 error using xsv (anyone direct me to a list to ask this question?)
- From: bry@itnisk.com
- Date: Mon, 2 Aug 2004 10:09:34 +0200
- User-agent: Internet Messaging Program (IMP) 3.2.2
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?
|