The repository I'm using: Sign-XML. In the moment I can only sign a XML document in the most external Tag. I need to know how to sign a XML file in a specific Tag. You can see an example bellow:
<Tag1>
<Tag2>
<Signature>...</Signature>
</Tag2>
</Tag1>