Inquiry Regarding xpath
export Removal
#496
Replies: 1 comment
-
Seems to be correct:
Dunno if this qualifies "any guidance" requirement: @node-saml/node-saml 5.0.1 which was developed by same organization as https://github.com/node-saml/xml-crypto/ seems to be using external xpath to find Signature node(s):
to be used for validating SAML signature(s) with SignedXML from xml-crypto 6.0.1 |
Beta Was this translation helpful? Give feedback.
-
Hello xml-crypto team,
I'm currently updating my project from version 3 to version 6 of the library and noticed that the documentation includes the following example:
However, in version 6, the xpath member looks like is not available in the package's exports. Is this correct?
If XPath functionality is still needed, should developers use an external package (e.g., xpath) instead?
Any guidance on the recommended approach for working with XPath in conjunction with xml-crypto in this version would be greatly appreciated.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions