RE: Exclusive canonicalization problem

2005-02-10 Thread Cédric POTHIN
Hi Raul, thank you so much for your answer, I think the problem comes more from my code than the xml sec or the DOM parser. But I did not verify the clue I have. I think the problem comes from the fact that I create the attribute xsi:type of the peerKeyIdentifier element using setAttribute(

Re: Exclusive canonicalization problem

2005-02-10 Thread Raul Benito
Of course, You must use setAttributeNS always don't ever use a DOM call without the suffixs NS. (In my humble opinion they must burried the DOM api for this ;) ). Regards, On Thu, 10 Feb 2005 09:52:03 +0100, Cédric POTHIN <[EMAIL PROTECTED]> wrote: > Hi Raul, > > thank you so much for your an

RE: Exclusive canonicalization problem

2005-02-10 Thread Cédric POTHIN
Thank you for this clarification! You right concerning the DOM Parser and this was confusing for me as I instantiate the parser like the following javax.xml.parsers.DocumentBuilderFactory dbf = javax.xml.parsers.DocumentBuilderFactory.newInstance(); javax.xml.parsers.DocumentBuilder db; dbf.setNa