Re: validation of the SVG Schema with a schema, not a DTD

Craig Brown wrote:


> I thought DOCTYPE is only for DTDs???  If you want to
> reference a schema, use schemaLocation??
> 
> Is this correct?


Ooops; you are correct. So when a schema would be used to validate the 
SVG schema, it could look like

<schema xmlns="http://www.w3.org/2001/XMLSchema" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.w3.org/2001/XMLSchema.xsd"/>

(just pseudo code)

Tobi


-- 
http://www.pinkjuice.com/

Received on Thursday, 17 January 2002 04:58:26 UTC