summaryrefslogtreecommitdiff
path: root/tex/context/base/lxml-inf.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/lxml-inf.lua')
-rw-r--r--tex/context/base/lxml-inf.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/lxml-inf.lua b/tex/context/base/lxml-inf.lua
index 6862c476b..834d152fd 100644
--- a/tex/context/base/lxml-inf.lua
+++ b/tex/context/base/lxml-inf.lua
@@ -8,8 +8,8 @@ if not modules then modules = { } end modules ['lxml-inf'] = {
-- This file will be loaded runtime by x-pending.tex.
-
local xmlwithelements = xml.withelements
+local getid = lxml.getid
local status, stack
@@ -42,7 +42,7 @@ end
local function get_command_status(id)
status, stack = {}, {}
if id then
- xmlwithelements(get_id(id),get)
+ xmlwithelements(getid(id),get)
return status
else
local t = { }