We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9303d57 commit 6e68017Copy full SHA for 6e68017
xmlua/c14n.lua
@@ -80,7 +80,7 @@ end
80
-- @param inclusive_ns_prefixes array, or space-separated string, of namespace prefixes to include
81
-- @param with_comments if truthy, comments will be included (default: false)
82
-- @return string containing canonicalized xml
83
-function C14n:c14n(nodes, mode, inclusive_ns_prefixes, with_comments)
+function C14n:c14n_save(nodes, mode, inclusive_ns_prefixes, with_comments)
84
if mode == nil then -- default is exclusive 1.0
85
mode = "C14N_EXCLUSIVE_1_0"
86
end
0 commit comments