- From: Christian Wolfgang Hujer <Christian.Hujer@itcqis.com>
- Date: Mon, 10 Jun 2002 17:58:10 +0200
- To: www-xml-xinclude-comments@w3.org
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 Monday, 10 June 2002 12:00:07 UTC