RE: Error in http://www.w3.org/TR/2002/CR-xinclude-20020221

Thank you.  We have fixed this error.

> -----Original Message-----
> From: Christian Wolfgang Hujer [mailto:Christian.Hujer@itcqis.com]
> Sent: Monday, June 10, 2002 8:58 AM
> To: www-xml-xinclude-comments@w3.org
> Subject: Error in http://www.w3.org/TR/2002/CR-xinclude-20020221
> 
> 
> Hello dear XInclude-Editors,
> 
> I think I have found an error in the XInclude specification.
> The non-normative DTD fragment illustrating a sample declaration for the
> xi:include element at the end of section 3.1 is missing the data
> type for the xmlns:xi attribute.
> Instead of
> <!ELEMENT xi:include (xi:fallback)>
> <!ATTLIST xi:include
>     xmlns:xi   #FIXED   "http://www.w3.org/2001/XInclude"
>     href       CDATA                                   #REQUIRED
>     parse      (xml|text)                              "xml"
>     encoding   CDATA                                   #IMPLIED
> >
> 
> it should be
> <!ELEMENT xi:include (xi:fallback)>
> <!ATTLIST xi:include
>     xmlns:xi   CDATA       #FIXED "http://www.w3.org/2001/XInclude"
>     href       CDATA       #REQUIRED
>     parse      (xml|text)  "xml"
>     encoding   CDATA       #IMPLIED
> >
> 
> 
> Greetings
> --
> Christian Wolfgang Hujer
> Geschäftsführender Gesellschafter
> ITCQIS GmbH
> Telefon: +49 (089) 27 37 04 37
> Telefax: +49 (089) 27 37 04 39
> E-Mail: mailto:Christian.Hujer@itcqis.com
> WWW: http://www.itcqis.com/

Received on Wednesday, 17 July 2002 17:01:53 UTC