Skip to content

Commit 6e68017

Browse files
committed
rename to "_save" to enable more c14n methods later
1 parent 9303d57 commit 6e68017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmlua/c14n.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ end
8080
-- @param inclusive_ns_prefixes array, or space-separated string, of namespace prefixes to include
8181
-- @param with_comments if truthy, comments will be included (default: false)
8282
-- @return string containing canonicalized xml
83-
function C14n:c14n(nodes, mode, inclusive_ns_prefixes, with_comments)
83+
function C14n:c14n_save(nodes, mode, inclusive_ns_prefixes, with_comments)
8484
if mode == nil then -- default is exclusive 1.0
8585
mode = "C14N_EXCLUSIVE_1_0"
8686
end

0 commit comments

Comments
 (0)