Re: [xmlsec] debugging transforms

2007-04-06 Thread Aleksey Sanin
For debugging, I would like very much to be able to print all nodes that are selected by this succession of XPath2's (this way, I can check that XMLSec selects the nodes that I actually intend to select). Check out --store-references and --store-signatures options for xmlsec command line utilit

Re: [xmlsec] generate Signature subtree with dsig prefix

2007-04-06 Thread Aleksey Sanin
By looking over the code, it seems that creating the Signature subtree with the desired prefix (e.g., ...) and next attempting to fill in the signature using the existing functions won't work. No, it will work :) Nobody cares about the prefix. It can be anything. The important parts are namesp

[xmlsec] debugging transforms

2007-04-06 Thread Alex Salcianu
Hello! I'm currently using XPath Filter 2.0 transforms to specify the parts of the document that should go into a reference. My references look like http://www.w3.org/2002/06/xmldsig-filter2";> http://www.w3.org/2002/06/xmldsig-filter2"; Filter="intersect">... http://www.w3.org/

Re: [xmlsec] generate Signature subtree with dsig prefix

2007-04-06 Thread Alex Salcianu
Aleksey Sanin wrote: What is the easiest way to create a Signature subtree with a specific prefix, e.g., something like This is not supported directly by xmlsec in the current version. However, you can always create the Signature subtree yourself using LibXML2 functions. Aleksey, thanks for

Re: Re: [xmlsec] generate Signature subtree with dsig prefix

2007-04-06 Thread Alexandre Kalendarev
I develope the new functions for support namespasing. This functions are testing and I hope that of the end of at month I finish it. Alexandre ___ xmlsec mailing list xmlsec@aleksey.com http://www.aleksey.com/mailman/listinfo/xmlsec