When using xmlsec command line, the namespaces in my template are being stripped out. I looked and didn't find any options that would help here. Any suggestions?\[code\]<ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> <ds:SignedInfo> <ds:CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/xml-exc-c14n#"/> <ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#dsa-sha1" />\[/code\]command\[code\]xmlsec1 sign --privkey-pem key.pem --pubkey-der key.der templateFile.xml\[/code\]