- From: <guillaume.barrau@inforsud.com>
- Date: Wed, 22 Aug 2001 18:24:02 +0200
- To: www-xml-schema-comments@w3.org
Hello ,
My schema:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE schema SYSTEM "structures.dtd">
<schema xmlns="http://localhost:8080/XMLSchema"
               targetNamespace="urn:/auto-schema">
<xsi:element name="Nom" type="xsi:string"/>
</xsi:schema>
my xml (instance):
<?xml version="1.0" encoding="utf-8"?>
<Commande xmlns:xsi="http://localhost:8080/XMLSchema/instance"
         xsi:SchemaLocation="urn:auto-schema
                           urn:auto-schema/auto-schema.xsd">
     <Nom>emile dupont</Nom>
</Commande>
My questions:
1) Where do i put the XML ?
2) <!DOCTYPE schema SYSTEM "structures.dtd"> :
 I thought that a schema doesn't need of a DTD  so What is the aim of this
sentence and where do i put the file "structures.dtd"?
3) Is IE5 a parser and is IE5 able to make the link between XML et the
XMLSchema?
All the best, Guillaume
Received on Wednesday, 22 August 2001 12:23:48 UTC