- From: Christian Geuer-Pollmann <geuer-pollmann@nue.et-inf.uni-siegen.de>
- Date: Tue, 09 Oct 2001 15:06:42 +0200
- To: w3c-ietf-xmldsig@w3.org
Hi all, short question: I want to sign the first ds:Object in my Signature. Does this ds:XPath includes the Id Attribute or not? Christian <!-- ############################ --> <ds:Signature> ... <ds:Transform Algorithm="http://www.w3.org/TR/1999/REC-xpath-19991116"> <ds:XPath> ancestor-or-self::node() = here()/ancestor::ds:Signature[1]/ds:Object[1] </ds:XPath> </ds:Transform> ... <ds:Object Id="object-1">some text</ds:Object> </ds:Signature> <!-- ############################ -->
Received on Tuesday, 9 October 2001 09:04:32 UTC