xmlsec 0.3.0

Wrapper for xmlsec1 library
<?xml version="1.0" encoding="UTF-8"?>
<Envelope xmlns="urn:envelope">
<DataSet>
    <Data ThisID="1">
        Hello
    </Data>
    <Data ButNotThisID="2">
        Goodbye
    </Data>
</DataSet>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
<SignedInfo>
<CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
<SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/>
<Reference URI="#1">
<Transforms>
<Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/>
</Transforms>
<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
<DigestValue/>
</Reference>
</SignedInfo>
<SignatureValue/>
<KeyInfo>
<KeyName/>
<KeyValue/>
<X509Data/>
</KeyInfo>
</Signature>
</Envelope>