summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/lxml-ini.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/lxml-ini.lua')
-rw-r--r--tex/context/base/mkiv/lxml-ini.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tex/context/base/mkiv/lxml-ini.lua b/tex/context/base/mkiv/lxml-ini.lua
index 77cc8717c..43643f71a 100644
--- a/tex/context/base/mkiv/lxml-ini.lua
+++ b/tex/context/base/mkiv/lxml-ini.lua
@@ -116,6 +116,7 @@ implement { name = "xmlsetsetup", public = true, actions = lxml.setsetu
implement { name = "xmlsnippet", public = true, actions = lxml.snippet, arguments = "2 strings" }
implement { name = "xmlstrip", public = true, actions = lxml.strip, arguments = "2 strings" }
implement { name = "xmlstripanywhere", public = true, actions = lxml.strip, arguments = { "string", "string", true, true } }
+implement { name = "xmlstripeverything", public = true, actions = lxml.strip, arguments = { "string", "string", true, true, true } }
implement { name = "xmlstripnolines", public = true, actions = lxml.strip, arguments = { "string", "string", true } }
implement { name = "xmlstripped", public = true, actions = lxml.stripped, arguments = "2 strings" }
implement { name = "xmlstrippednolines", public = true, actions = lxml.stripped, arguments = { "string", "string", true } }