ElementProxy troubles

2005-02-28 Thread Kenneth Jensen
Hi guys, I'm working on some XKMS stuff, and thought I could reuse the ElementProxy class from org.apache.xml.security.utils package. The thing is, it doesn't do as I expect it to, so I'm inclined to just hack up my own version. The addTextElement( String text, String localname) doesn't append th

1.2.1 released

2005-02-28 Thread Raul Benito
Well, I have just released the 1.2.1. I have upload the zips and the jar to the dist/ and I have update the site with forrest 0.6, it will show up in couple of hours. The only thing left is to update http://xml.apache.org/mirrors.cgi to point to something newer than 1.0.5D2. And send the ano

Re: ElementProxy troubles

2005-02-28 Thread Raul Benito
It took me awhile but i cought it: You have a relative namespace and the c14n fails when trying to render the relative. Fix the relative, or use serializer that will be better. At least you want it c14n so use directly the c14n api. The XMLUtils.outputDOM is one of the API methods I want to get rid