Sanjiva Weerawarana wrote:
On Thu, 2005-11-03 at 12:59 +0000, Steve Loughran wrote:
IIRC, there are different interpretations for different usages/specs
(XPath, XQuery, Schema, etc.), but it might be that this has been
cleaned up by now and is more consistent. We needed the option for Axis 1.
We could certainly do the default-ns version now and add a
non-defaulting version later if needed.
Right. I've stuck the code in with both. However, we could pull the
option to choose your action from the OMElement interface (and test),
then make the method private so the public operation only gives you what
we decide is appropriate. If nobody objects, that is what I will do.
OK this is fine with me ... to me the rules of XML Schema win over the
others but that's prolly too puritan for the ugly real world.
aah, you should see how Ant abuses XML namespaces
So, +1 for your proposal.
ok, I will try and commit a version that doesnt break SAAJ,