[xmlsec] Error xpointer(id('XXXXXXX')) again

Aleksey Sanin aleksey at aleksey.com
Thu Nov 12 09:07:23 PST 2015


This is not the right way. You need to just tell xmlsec
to start signature on a specific node (by default it
uses the first one it finds). There are command line options
for xmlsec utility and there is an API for that as well.

Aleksey

On 11/12/15 4:06 AM, João Henrique Souza wrote:
> Ok Aleksey,
> 
> Thanks for your time. You have done a wonderful work with xmlsec. Tks
> for that.
> 
> About the problem, if anybody got the same problem, I solved it with
> this simple steps:
> 1) Move the tags to sign for the TOP of XML
> 2) Sign the XML normally with DTD
> 3) Move the (now) signed tags to the correct place in the BOTTON of XML.
> 
> Tks for everything
> 
> Joao
> 
>> Subject: Re: [xmlsec] Error xpointer(id('XXXXXXX')) again
>> To: juaumkiko at msn.com; xmlsec at aleksey.com
>> From: aleksey at aleksey.com
>> Date: Wed, 21 Oct 2015 12:07:03 -0700
>>
>> I believe I already explained what's going on.
>>
>> Aleksey
>>
>> On 10/21/15 2:51 AM, João Henrique Souza wrote:
>> >> >> >> The error talks about expr=xpointer(id('1332') thus it is trying
>> >> >> >> to sign that Reference and there is no DTD for it.
>> >> >> >>
>> >> >> >> By default, xmlsec utility signs the first Signature node it
> finds.
>> >> >> >> Check xmlsec help to find out how to point it to any start node.
>> >> >> >>
> 
> 
> _______________________________________________
> xmlsec mailing list
> xmlsec at aleksey.com
> http://www.aleksey.com/mailman/listinfo/xmlsec
> 


More information about the xmlsec mailing list