RE: [xml-dev] XML-aware programming language?

From
Michael Kay <>
To
'Jonathan Robie' <>, 'Joe English' <>
Date
2004-12-03T18:27:05
ID
<20041203182708.XCIW1092.aamta05-winn.mailhost.ntl.com@Turtle>
Thread
RE: [xml-dev] XML-aware programming language?
> 
> But if you store and retrieve an XSLT styleheet or W3C XML Schema, 
> wouln't you gripe if the namespaces needed to interpret them 
> were lost?
> 

The problem is much more extensive than these two document types. I see lots
of examples of people holding element names as values, and people using
XPath expressions in configuration files. And of course any document that
uses xsi:type has namespaces in content. OpenGIS also uses them, I haven't
quite worked out how.

Norm Walsh has some good suggestions at
http://norman.walsh.name/2004/11/10/xml20 Any solution to the
QName-in-content needs to provide a way forward for people who are using
them, rather than just saying "whoops, we got that wrong: your problem."

Michael Kay