> is there a way that i could just sign just one element from the whole xml.
Yes, but it's somewhat difficult. You can either use an XPath filter transform to select the node, or refer to the node by an ID attribute. The latter is much simpler for the relying party and much faster, but requires a schema or application specific knowledge of the XML. -- Scott
