Feedback on Associating Schemas with XML documents 1.0 (First Edition)

Hi,

I read the draft at http://www.w3.org/XML/Group/2010/01/xml-model/
I propose to change the example:

<?xml version="1.0"?>
<?xml-model href="http://www.docbook.org/xml/5.0/rng/docbook.rng"?>
<?xml-model href="http://www.docbook.org/xml/5.0/rng/docbook.xsd"?>
<doc>
  …
</doc>

to something like:

<?xml version="1.0"?>
<?xml-model href="http://www.docbook.org/xml/5.0/rng/docbook.rng"?>
<?xml-model href="http://www.docbook.org/xml/5.0/xsd/docbook.xsd"?>
<book xmlns="http://docbook.org/ns/docbook">
  …
</book>

Thank you,
George
-- 
George Cristian Bina
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com

Received on Tuesday, 5 January 2010 15:50:36 UTC