[XML-SIG] SAX 2.0 names

Lars Marius Garshol larsga@garshol.priv.no
01 Mar 2000 14:55:47 +0100


* Lars Marius Garshol
|
| Not easy enough, I think.  With a pair or an object you can do
| 
|   name1 == name2
| 
| but with nested tuples it becomes
| 
|   name1[0] == name2[0]
| 
| which is both slower and more awkward.

* THOMAS PASSIN
|
| Yes, but maybe it's slower bit only in the "noise" range. 

It probably is.

| Yes, it's a little awkward, but somehow you have to 1) keep the
| prefix (or rawname), 

I think we should do that either by using objects or through a
separate parameter.

| and 2) make comparisons using the uri,not the prefix.  

Using pairs or objects fix that problem.

--Lars M.