diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/lxml-sor.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/lxml-sor.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/base/lxml-sor.lua b/Master/texmf-dist/tex/context/base/lxml-sor.lua index e220bfad616..a159fd4e00f 100644 --- a/Master/texmf-dist/tex/context/base/lxml-sor.lua +++ b/Master/texmf-dist/tex/context/base/lxml-sor.lua @@ -10,6 +10,8 @@ local format, concat = string.format, table.concat local lpegmatch = lpeg.match local texsprint, ctxcatcodes = tex.sprint, tex.ctxcatcodes +local xml, lxml = xml, lxml + lxml.sorters = lxml.sorters or { } if not lxml.splitid then |