summaryrefslogtreecommitdiff
path: root/tex/context/base/lxml-ini.mkiv
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/lxml-ini.mkiv')
-rw-r--r--tex/context/base/lxml-ini.mkiv34
1 files changed, 17 insertions, 17 deletions
diff --git a/tex/context/base/lxml-ini.mkiv b/tex/context/base/lxml-ini.mkiv
index 2ba1619e4..84ebc5823 100644
--- a/tex/context/base/lxml-ini.mkiv
+++ b/tex/context/base/lxml-ini.mkiv
@@ -87,10 +87,10 @@
\def\xmldisplayverbatim #1{\ctxlxml{displayverbatim("#1")}}
\def\xmlinlineverbatim #1{\ctxlxml{inlineverbatim("#1")}}
-\def\xmlload #1#2{\ctxlxml{load("#1","#2","\p_xml_entities","\p_xml_compress")}}
-\def\xmlloadbuffer #1#2{\ctxlxml{loadbuffer("#1","#2","\p_xml_entities","\p_xml_compress")}}
-\def\xmlloaddata #1#2{\ctxlxml{loaddata("#1",\!!bs#2\!!es,"\p_xml_entities","\p_xml_compress")}}
-\def\xmlloadregistered #1#2{\ctxlxml{loadregistered("#1","\p_xml_entities","\p_xml_compress")}}
+\def\xmlload #1#2{\ctxlxml{load("#1","#2","\p_lxml_entities","\p_lxml_compress")}}
+\def\xmlloadbuffer #1#2{\ctxlxml{loadbuffer("#1","#2","\p_lxml_entities","\p_lxml_compress")}}
+\def\xmlloaddata #1#2{\ctxlxml{loaddata("#1",\!!bs#2\!!es,"\p_lxml_entities","\p_lxml_compress")}}
+\def\xmlloadregistered #1#2{\ctxlxml{loadregistered("#1","\p_lxml_entities","\p_lxml_compress")}}
\def\xmlloaddirectives #1{\ctxlxml{directives.load("any:///#1")}}
\def\xmlpos #1{\ctxlxml{pos("#1")}}
@@ -316,12 +316,12 @@
\unexpanded\def\xmlinitialize
{\the\everysetupxml}
-\let\p_xml_entities\empty
-\let\p_xml_compress\empty
+\let\p_lxml_entities\empty
+\let\p_lxml_compress\empty
\appendtoks
- \edef\p_xml_entities{\directxmlparameter\c!entities}%
- \edef\p_xml_compress{\directxmlparameter\c!compress}%
+ \edef\p_lxml_entities{\directxmlparameter\c!entities}%
+ \edef\p_lxml_compress{\directxmlparameter\c!compress}%
\to \everysetupxml
\setupxml
@@ -355,26 +355,26 @@
\unexpanded\def\xmle
{\ifcase\xmlautoentities
- \expandafter\xml_e_none
+ \expandafter\lxml_e_none
\or
- \expandafter\xml_e_upper
+ \expandafter\lxml_e_upper
\or
- \expandafter\xml_e_upperlower
+ \expandafter\lxml_e_upperlower
\else
- \expandafter\xml_e_none
+ \expandafter\lxml_e_none
\fi}
-\def\xml_e_none#1#2% safe
+\def\lxml_e_none#1#2% safe
{#1}
-\def\xml_e_upper#1#2% can be abbreviation
+\def\lxml_e_upper#1#2% can be abbreviation
{\ifcsname#2\endcsname
\csname#2\expandafter\endcsname
\else
#1%
\fi}
-\def\xml_e_upperlower#1#2% can be anything, so unsafe
+\def\lxml_e_upperlower#1#2% can be anything, so unsafe
{\ifcsname#2\endcsname
\csname#2\expandafter\endcsname
\else\ifcsname#1\endcsname
@@ -386,9 +386,9 @@
% handy helpers (analogue to MP and LUA and TEX and also MkII)
\unexpanded\def\processXMLbuffer
- {\dosingleempty\xml_process_buffer}
+ {\dosingleempty\lxml_process_buffer}
-\def\xml_process_buffer[#1]%
+\def\lxml_process_buffer[#1]%
{\xmlprocessbuffer{temp}{#1}{}}
\unexpanded\def\processXMLfile#1%