[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
RE: [xml-dev] XHTML 2 Working Group won't be renewed?
- From: "Michael Kay" <mike@saxonica.com>
- To: "'Pete Cordell'" <petexmldev@codalogic.com>,"'Andrew Welch'" <andrew.j.welch@gmail.com>,"'XML Developers List'" <xml-dev@lists.xml.org>
- Date: Thu, 9 Jul 2009 11:25:51 +0100
>
> Why do you need to wrap the URI in any characters at all?
> Why not just do:
>
> <http://www.mycompany.com/myschema:local/>
There's nothing to stop a namespace name starting with "/" (other than the
vague preference for valid absolute URIs), so
</mynamespace:local>
would become a valid start tag!
More generally, we're looking for a construct that's unambiguous if used in
contexts where QNames can appear in XPath expressions, which this clearly
isn't. One problem is that the more universal you want to make it, the more
contexts it has to be unambiguous in: for example XQuery has problems with
{uri}local because it already uses "{" extensively.
Regards,
Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]