I just pulled down the latest Xerces code and rebuilt it. Now, all
elements without a prefix are being assigned the URI
"http://www.w3.org/XML/1998/namespace"
I just can't believe this is correct. I traced the problem to line 2726 of
XMLScanner.cpp, where the URI is assumed to be the XML namespace URI unless
found.
unsigned int uriId = fXMLNamespaceId;
Can anyone comment on why this was done, and whether or not they think it's
a bug?
Thanks,
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]