[
Lists Home |
Date Index |
Thread Index
]
- From: John Punin <puninj@cs.rpi.edu>
- To: xml-dev@XML.ORG
- Date: Wed, 15 Mar 2000 16:18:58 -0500 (EST)
Hello
I've been writing an XML schema and I usually use the XML validation form :
http://www.stg.brown.edu/service/xmlvalid/ to validate my schema.
The validator reports these only errors:
Errors:
line 8, http://www.w3.org/XML/2000/xmlschema/structures.dtd:
error (563): can't resolve System ID: datatypes.xsd,dmp
line 8, http://www.w3.org/XML/2000/xmlschema/structures.dtd:
error (563): can't resolve System ID: structures.xsd,dmp
line 8, http://www.w3.org/XML/2000/xmlschema/structures.dtd:
error (563): can't resolve System ID: example.xsd,dmp
I found that the document: http://www.w3.org/XML/2000/xmlschema/versionInfo.ent
has these ENTITYs :
<!ENTITY % datatypeSchemaProper '"datatypes.xsd"'>
<!ENTITY datatypeSchemaProper SYSTEM %datatypeSchemaProper; NDATA xmlschema>
<!ENTITY % datatypeSchemaDump '"datatypes.xsd,dmp"'>
<!ENTITY datatypeSchemaDump SYSTEM %datatypeSchemaDump; NDATA xmlschema>
<!ENTITY % builtinsSchemaProper '"builtins.xsd"'>
<!ENTITY builtinsSchemaProper SYSTEM %builtinsSchemaProper; NDATA xmlschema>
<!ENTITY % schemaDump '"structures.xsd,dmp"'>
<!ENTITY schemaDump SYSTEM %schemaDump; NDATA xmlschema>
<!ENTITY % schemaExample '"example.xsd,dmp"'>
<!ENTITY schemaExample SYSTEM %schemaExample; NDATA xmlschema>
<!NOTATION xmlschema PUBLIC 'structures' '&XSP1.URI;.xsd' >
<!ENTITY expo '<bibref ref="bib-expo"/>'>
As you see the Validator reports a problem in all "Dump" entities.
Best wishes
John Punin
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|