[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] XML spec: Why is colon ':' a NameStartChar?
- From: Hermann Stamm-Wilbrandt <STAMMW@de.ibm.com>
- To: "Tony Graham" <tgraham@mentea.net>
- Date: Tue, 3 Dec 2013 11:01:59 +0100
Thanks for the explanations.
> Because it is.
>
;-)
> That your XML processor supports both XML 1.0 and Namespace in XML 1.0
> (or 1.1 and 1.1)?
>
So <:/> is valid XML for XML processors without namespace processing?
For MicroXML?
For any other processor?
Mit besten Gruessen / Best wishes,
Hermann Stamm-Wilbrandt
Level 3 support for XML Compiler team and Fixpack team lead
WebSphere DataPower SOA Appliances
https://www.ibm.com/developerworks/mydeveloperworks/blogs/HermannSW/
https://twitter.com/HermannSW/ http://www.stamm-wilbrandt.de/frameless/
----------------------------------------------------------------------
IBM Deutschland Research & Development GmbH
Vorsitzende des Aufsichtsrats: Martina Koederitz
Geschaeftsfuehrung: Dirk Wittkopp
Sitz der Gesellschaft: Boeblingen
Registergericht: Amtsgericht Stuttgart, HRB 243294
From: "Tony Graham" <tgraham@mentea.net>
To: xml-dev@lists.xml.org,
Date: 12/03/2013 10:48 AM
Subject: Re: [xml-dev] XML spec: Why is colon ':' a NameStartChar?
On Tue, December 3, 2013 8:41 am, Hermann Stamm-Wilbrandt wrote:
> Why is colon ':' a NameStartChar [A]?
Because it is.
> It produces XML parsing error.
Arguably, it produces a 'Namespaces in XML' [1] namespace-validity error.
> I found nothing in the errata [B], what am I missing?
That your XML processor supports both XML 1.0 and Namespace in XML 1.0 (or
1.1 and 1.1)?
Section 2.3, Common Syntactic Constructs, [2] of XML 1.0 includes this
note:
The Namespaces in XML Recommendation [XML Names]
assigns a meaning to names containing colon characters.
Therefore, authors should not use the colon in XML
names except for namespace purposes, but XML
processors must accept the colon as a name character.
and Namspaces in XML 1.0 includes this definition [3]:
[Definition: A namespace-well-formed document is
namespace-valid if it is valid according to the
XML 1.0 specification, and all tokens other than
element and attribute names which are REQUIRED,
for XML 1.0 validity, to match the XML production
for Name match this specification's production for
NCName. ]
where NCName [4] is:
[4] NCName ::= Name - (Char* ':' Char*)
/* An XML Name, minus the ":" */
Regards,
Tony Graham tgraham@mentea.net
Consultant http://www.mentea.net
Mentea 13 Kelly's Bay Beach, Skerries, Co. Dublin, Ireland
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
XML, XSL-FO and XSLT consulting, training and programming
Chair, Print and Page Layout Community Group @ W3C
[1] http://www.w3.org/TR/xml-names/
[2] http://www.w3.org/TR/xml/#sec-common-syn
[3] http://www.w3.org/TR/xml-names/#Conformance
[4] http://www.w3.org/TR/xml-names/#NT-NCName
_______________________________________________________________________
XML-DEV is a publicly archived, unmoderated list hosted by OASIS
to support XML implementation and development. To minimize
spam in the archives, you must subscribe before posting.
[Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
Or unsubscribe: xml-dev-unsubscribe@lists.xml.org
subscribe: xml-dev-subscribe@lists.xml.org
List archive: http://lists.xml.org/archives/xml-dev/
List Guidelines: http://www.oasis-open.org/maillists/guidelines.php
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]