You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -287,7 +287,8 @@ To verify xml documents:
287
287
288
288
-`loadSignature(signatureXml)` - loads the signature where:
289
289
-`signatureXml` - a string or node object (like an [xmldom](https://github.com/xmldom/xmldom) node) containing the xml representation of the signature
290
-
-`checkSignature(xml)` - validates the given xml document and returns `true` if the validation was successful
290
+
-`checkSignature(xml)` - validates the given xml document and returns `true` if the validation was successful where:
291
+
-`xml` - a string or node object (like an [xmldom](https://github.com/xmldom/xmldom) node) containing the xml representation of the document
0 commit comments