Migrate from pyxmlsec to signxml
Expidetufactura ask for a signed XML file in order to cancel invoices, originally we implemented the sign with a pyxmlsec library, but we were facing problems for install on a buildout environment. Replacing with signxml library simplifies buildout and the actual code.