diff options
Diffstat (limited to 'tex/context/base/mkiv/lxml-xml.lua')
-rw-r--r-- | tex/context/base/mkiv/lxml-xml.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tex/context/base/mkiv/lxml-xml.lua b/tex/context/base/mkiv/lxml-xml.lua index d0e256078..6ec353310 100644 --- a/tex/context/base/mkiv/lxml-xml.lua +++ b/tex/context/base/mkiv/lxml-xml.lua @@ -6,6 +6,7 @@ if not modules then modules = { } end modules ['lxml-xml'] = { license = "see context related readme files" } +local tonumber = tonumber local concat = table.concat local find, lower, upper = string.find, string.lower, string.upper |