Re: XMLDigitalSignature fails

2005-07-29 Thread Sean Mullan
Make sure you set your factory to be namespace aware, i.e. DocumentBuilderFactory fac = DocumentBuilderFactory.newInstance(); fac.setNamespaceAware(true); --Sean Stefan Schulz wrote: Hello all I am sorry to bother the developers, but i am at the end of my (limited) knowledge here. Attache

Re: XMLDigitalSignature fails

2005-07-29 Thread Stefan Schulz
On Fri, 2005-07-29 at 16:34 -0400, Sean Mullan wrote: > Make sure you set your factory to be namespace aware, i.e. > > DocumentBuilderFactory fac = > DocumentBuilderFactory.newInstance(); > fac.setNamespaceAware(true); I have made the factory namespace-aware, but the problem persists, as muc