[jdom-interest] namespace issue
Elliotte Harold
elharo at metalab.unc.edu
Tue May 2 17:31:45 PDT 2006
m2 r2sj wrote:
> I am running into an issue with XSLT signing and need an expert help in
> resolving the issue.
>
> I just did quite R&D on XML digital signature for JDOM and am following
> the below steps.
> 1)Convert an XML file into JDOM
> 2)Convert JDOM into DOM
It's not clear why you're using JDOM at all here. Why not just stick
with DOM if you're going there anyway. A shorter toolchain is simpler
and easier to debug. If the problem's in JDOM, then removing JDOM will
fix the problem. If the problem's not in JDOM, then it will at least
make it easier to find.
--
Elliotte Rusty Harold elharo at metalab.unc.edu
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim
More information about the jdom-interest
mailing list