summaryrefslogtreecommitdiff
path: root/tex/context/base/lxml-pth.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/lxml-pth.lua')
-rw-r--r--tex/context/base/lxml-pth.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/lxml-pth.lua b/tex/context/base/lxml-pth.lua
index e0520edbd..8f7015de9 100644
--- a/tex/context/base/lxml-pth.lua
+++ b/tex/context/base/lxml-pth.lua
@@ -1334,7 +1334,8 @@ function xml.include(xmldata,pattern,attribute,recursive,loaddata)
elseif ek.at["parse"] == "text" then -- for the moment hard coded
d[k] = xml.escaped(data)
else
- local xi = xml.convert(data)
+ -- data, no_root, strip_cm_and_dt, given_entities, parent_root (todo: entities)
+ local xi = xml.convert(data,nil,nil,xmldata.entities,xmldata)
if not xi then
xml.empty(d,k)
else