moov-io / signedxml

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

Also find a reference on 'Id' instead of only 'ID' #9

Open roelandxyz opened 4 years ago

roelandxyz commented 4 years ago

References are only found on the 'ID' attribute, but my references where on 'Id'. Not sure if you still maintain this library, but maybe this pull request will help other users with the same problem. Thanks for the great library!

ma314smith commented 4 years ago

Its been awhile since this has had any changes, so I had to fix the Travis CI build. Merging in the latest should fix your branch too.

adamdecaf commented 1 year ago

Do we want to handle ID/Id as a special case? Or support some more xpath-like options?