RE: [xml-dev] Partyin' like it's 1999

From
Dare Obasanjo <>
To
Elliotte Harold <>, Joshua Allen <>
Date
2004-10-27T14:56:15Z
ID
<>
Thread
RE: [xml-dev] Partyin' like it's 1999
The fact that namespaces in XML requires you to parse all attributes before you can report the name of the start tag even in streaming implementations adds a significant perf cost. I'm not even sure what the heck you mean by "complexity of allowing streaming attributes" considering that whatever API does this is already streaming everything else which makes not streaming attributes an inconsistency anyway.  
 
-- 
PITHY WORDS OF WISDOM
If you don't change your direction, you may end up where you were headed. 

________________________________

From: Elliotte Harold [mailto:]
Sent: Wed 10/27/2004 5:09 AM
To: Joshua Allen
Cc: 
Subject: Re: [xml-dev] Partyin' like it's 1999


This doesn't arise in practice. It's a corner case. Tool vendors need to
handle it, but honestly the API complexity of allowing streaming
attributes argues against this approach, even if it were possible to
implement.