moov-io / signedxml

pure go library for processing signed XML documents
MIT License
52 stars 44 forks source link

Fix nested namespace overriding problem #18

Closed muhitsarwar closed 4 years ago

muhitsarwar commented 4 years ago

e.namespaces was overridden by its child. So each time init a new namespace map and use it.

muhitsarwar commented 4 years ago

fixs https://github.com/ma314smith/signedxml/issues/17

ma314smith commented 4 years ago

Thanks!