Signing a ds:Object

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