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

Norm,

Are you okay with George's suggestion below?

paul

> -----Original Message-----
> From: public-xml-core-wg-request@w3.org [mailto:public-xml-core-wg-
> request@w3.org] On Behalf Of George Cristian Bina
> Sent: Tuesday, 2010 January 05 9:50
> To: public-xml-core-wg@w3.org
> Subject: 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 Wednesday, 13 January 2010 19:48:49 UTC