Re: [xml-dev] QNames in attribute values
by Ronald Bourret other posts by this author
Jan 30 2002 7:32AM messages near this date
Re: [xml-dev] QNames in attribute values
|
Re: [xml-dev] QNames in attribute values
Paul Prescod wrote:
> Remember we just had an argument about whether to design for the common
> case or the special case? Have you ever done this in an application? I
> haven't. Still, every XML application in the world must handle namespace
> scoping.
Every XML _parser_ must handle namespace scoping. Most applications
don't care. For applications, I think it's an issue in only three cases
(any others?):
1) Moving nodes around and the document uses more than one namespace
2) Using QNames in attribute values/PCDATA.
3) Serializing documents by hand.
I suspect this limits the problem to people writing tools. (This is not
to minimize the problem. It doesn't look too bad in SAX, where
stack-based processing mimics the declarations, but it looks like a real
pain in the DOM.)
-- Ron
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org> , an
initiative of OASIS <http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>
Thread:
Michael Brennan
Michael Kay
james anderson
Evan Lenz
Ronald Bourret
james anderson
Paul Prescod
Jonathan Borden
Jonathan Borden
Ronald Bourret
Paul Prescod
Paul Prescod
Paul Prescod
Michael Kay
james anderson
Paul Prescod
Simon St.Laurent
John Cowan
|