From: Miloslav N. <Mil...@vs...> - 2006-11-06 10:18:37
|
Hello, today I have looked at animal-core schema and I have found there a declaration for element "XML". Element names starting with xml are prohibited by XML specification: http://www.w3.org/TR/2006/REC-xml-20060816/#sec-logical-struct ----------------------------- This specification does not constrain the application semantics, use, or (beyond syntax) names of the element types and attributes, except that names beginning with a match to (('X'|'x')('M'|'m')('L'|'l')) are reserved for standardization in this or future versions of this specification. --------------------------------- I would advice to change the name - while some XML parsers ignore this rule at this moment it is not reasonable to have an element in specification which can cause well-formedness error. Miloslav Nic (founder of Zvon.org) |