Re: [BUG] mistype error

2005-08-15 Thread Sean Mullan
[EMAIL PROTECTED] wrote: In the element ElementProxy class, the guaranteeThatElementInCorrectSpace method doesn't to have the expected behavior : String localnameSHOULDBE = this.getBaseLocalName(); String namespaceSHOULDBE = this.getBaseNamespace(); String localnameIS = this._constructionElemen

RE: [BUG] mistype error

2005-08-09 Thread bodiguillaume-dev
Oops, I forgot to add a few details : - using xml-security 1.2.1 (Java) - Guillaume - ___ Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger Téléchargez cette ver

[BUG] mistype error

2005-08-08 Thread bodiguillaume-dev
In the element ElementProxy class, the guaranteeThatElementInCorrectSpace method doesn't to have the expected behavior : String localnameSHOULDBE = this.getBaseLocalName(); String namespaceSHOULDBE = this.getBaseNamespace(); String localnameIS = this._constructionElement.getLocalName(); String na