hi,
i have used following test.xml:
<m:test xmlns:m='Some-Namespace-URI' xmlns:n='Some-Namespace-URI' m:a='a'
n:a='x'/>
as you can see when namespace processing is turned on this XML declares
duplicate attributes.
however Xerces 2 seems to ignore this (but it does process xmlns
declarations):
java sax.Counter -n test.xml
src\etc\test.xml: 121 ms (1 elems, 2 attrs, 0 spaces, 0 chars)
java sax.Counter -N test.xml
src\etc\test.xml: 120 ms (1 elems, 4 attrs, 0 spaces, 0 chars)
i do not use the latest CVS snapshot so maybe this bug is already removed
- if so please let me know...
thanks,
alek
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]