bseddon / xml-signer

Provides signing and verification of XML documents including support for XAdES
BSD 3-Clause "New" or "Revised" License
18 stars 7 forks source link

Verify error #11

Closed arraintxo closed 2 years ago

arraintxo commented 2 years ago

Hi there, is me again.

Verification process fails when an element has "null" childNodes.

In my case this happens when a SignaturePolicy is added. Iterating SigPolicyQualifier children throws an error because childNodes is null.