summaryrefslogtreecommitdiff
path: root/tex/context/base/xtag-ini.tex
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2003-01-28 00:00:00 +0100
committerHans Hagen <pragma@wxs.nl>2003-01-28 00:00:00 +0100
commite65a436deb332118831156075846acc80fb9d386 (patch)
tree361145fb042743a584c6bb7accc12e6e902088c6 /tex/context/base/xtag-ini.tex
parent8de3b8a6a820ba65fe85f0cb83700b6282e61d71 (diff)
downloadcontext-e65a436deb332118831156075846acc80fb9d386.tar.gz
stable 2003.01.28
Diffstat (limited to 'tex/context/base/xtag-ini.tex')
-rw-r--r--tex/context/base/xtag-ini.tex121
1 files changed, 69 insertions, 52 deletions
diff --git a/tex/context/base/xtag-ini.tex b/tex/context/base/xtag-ini.tex
index 9639b2960..88fd1a2b6 100644
--- a/tex/context/base/xtag-ini.tex
+++ b/tex/context/base/xtag-ini.tex
@@ -192,9 +192,10 @@
%D a way around this, but for convenience \TEXEXEC\ will take
%D care of processing raw \XML\ files in a transparant way.
-\newif\ifalwaysreduceXMLtokens
+\chardef\XMLtokensreduction\zerocount
-\let\alwaysreduceXMLtokens\alwaysreduceXMLtokenstrue
+% \def\alwaysreduceXMLtokens {\XMLtokensreduction\plusone}
+% \def\permanentreduceXMLtokens{\XMLtokensreduction\plustwo}
\bgroup
\catcode`\*=\@@comment
@@ -232,32 +233,6 @@
* there; this is needed because reading from file goes wrong
* (eating up argument)
-* .unexpanded.gdef.enableXML*
-* B.catcode`.!=.@@other*
-* .catcode`.?=.@@other*
-* .catcode`.:=.@@other* active in french
-* .catcode`.;=.@@other* active in french
-* .catcode`.&=.@@active .let&=.doXMLentity*
-* .catcode`.<=.@@active .unexpanded.def<B.doXMLelementE*
-* .catcode`.>=.@@other
-* .catcode`."=.@@other*
-* .catcode`./=.@@other
-* .catcode`.'=.@@other*
-* *catcode`.#=.@@active .def#PP1B&tex-hash;E* gobbles its own dup
-* .catcode`.#=.@@active .def#B&tex-hash;E*
-* .catcode`.$=.@@active .def$B&tex-dollar;E*
-* .catcode`.%=.@@active .def%B&tex-percent;E*
-* .catcode`.\=.@@active .def\B&tex-backslash;E*
-* .catcode`.^=.@@active .def^B&tex-hat;E*
-* .catcode`._=.@@active .def_B&tex-underscore;E*
-* .catcode`.{=.@@active .def{B&tex-leftbrace;E*
-* .catcode`.}=.@@active .def}B&tex-rightbrace;E*
-* .catcode`.|=.@@active .def|B&tex-bar;E*
-* .catcode`.~=.@@other *def~B&tex-tilde;E*
-* .processingXMLtrue
-* .the.everyenableXML
-* E
-
.unexpanded.gdef.enableXML*
B.catcode`.!=.@@other*
.catcode`.?=.@@other*
@@ -269,8 +244,21 @@
.catcode`."=.@@other
.catcode`./=.@@other
.catcode`.'=.@@other
+ .catcode`.~=.@@other
.catcode`.#=.@@active
- .catcode`.$=.@@active
+ .ifcase.XMLtokensreduction
+ .entitleXMLescapetokens
+ .or
+ .reduceXMLescapetokens
+ .else
+ .ignoreXMLescapetokens
+ .fi
+ .processingXMLtrue
+ .the.everyenableXML
+ E
+
+.gdef.activateXMLescapetokens*
+ B.catcode`.$=.@@active
.catcode`.%=.@@active
.catcode`.\=.@@active
.catcode`.^=.@@active
@@ -278,18 +266,11 @@
.catcode`.{=.@@active
.catcode`.}=.@@active
.catcode`.|=.@@active
- .catcode`.~=.@@other
- .ifalwaysreduceXMLtokens
- .reduceXMLescapetokens
- .else
- .entitleXMLescapetokens
- .fi
- .processingXMLtrue
- .the.everyenableXML
E
.gdef.entitleXMLescapetokens*
- B.def#B&tex-hash;E*
+ B.activateXMLescapetokens*
+ .def#B&tex-hash;E*
.def$B&tex-dollar;E*
.def%B&tex-percent;E*
.def\B&tex-backslash;E*
@@ -298,11 +279,11 @@
.def{B&tex-leftbrace;E*
.def}B&tex-rightbrace;E*
.def|B&tex-bar;E*
- *def~B&tex-tilde;E*
E
.gdef.reduceXMLescapetokens*
- B.def#B.string#E*
+ B.activateXMLescapetokens*
+ .def#B.string#E*
.def$B.string$E*
.def%B.string%E*
.def\B.string\E*
@@ -311,7 +292,17 @@
.def{B.string{E*
.def}B.string}E*
.def|B.string|E*
- *def~B.string~E*
+ E
+
+.gdef.ignoreXMLescapetokens*
+ B.catcode`.$=.@@other * or letter ?
+ .catcode`.%=.@@other
+ .catcode`.\=.@@other
+ .catcode`.^=.@@other
+ .catcode`._=.@@other
+ .catcode`.{=.@@other
+ .catcode`.}=.@@other
+ .catcode`.|=.@@other
E
* The following macro can be invokes when reading from
@@ -498,11 +489,11 @@
\def\parseXMLprocess#1#2%
{\cleanupXMLprocess{#2}%
- %\convertcommand\currentXMLprocess\to\ascii
+ \convertcommand#1\to\ascii
%\writestatus{xml-process}{\ascii}
\expanded
{\executeifdefined
- {\@@XMLinstruction:#1}
+ {\@@XMLinstruction:\ascii}
\noexpand\gobbleoneargument
{\expandafter\noexpand\currentXMLprocess}}}
@@ -691,7 +682,7 @@
\ifcsname\@@XMLelement:\currentXMLfullidentifier\endcsname
\currentXMLfullidentifier
\else
- \defaultXMLelement
+ \s!default % \defaultXMLelement
\fi
\endcsname}
@@ -702,7 +693,7 @@
\else\ifcsname\@@XMLelement:\currentXMLidentifier\endcsname
\currentXMLidentifier
\else
- \defaultXMLelement
+ \s!default % \defaultXMLelement
\fi\fi
\endcsname}
@@ -723,7 +714,7 @@
\else\ifcsname\normal@@XMLelement:\currentXMLidentifier\endcsname
\normal@@XMLelement:\currentXMLidentifier
\else
- \@@XMLelement:\defaultXMLelement
+ \@@XMLelement:\s!default % \defaultXMLelement
\fi\fi}
\def\setXMLfallbackmode#1%
@@ -741,7 +732,7 @@
\let\automateXMLnamespace\automateXMLnamespaceD
\fi}
-\setXMLfallbackmode2 % will be 3
+\setXMLfallbackmode3 % was 2
%D An example of fall back modes is given below.
@@ -1708,21 +1699,37 @@
\long\def\longempty{}
\long\def\longspace{ }
+% \def\doifelseXMLdata#1% always empty at start [gets a long assignment]
+% {\@EA\ifx\csname\@@XMLdata:#1\endcsname\longempty
+% \expandafter\secondoftwoarguments
+% \else
+% \expandafter\firstoftwoarguments
+% \fi}
+%
+% \def\doifXMLdata#1% always empty at start [gets a long assignment]
+% {\@EA\ifx\csname\@@XMLdata:#1\endcsname\longempty
+% \expandafter\gobbleoneargument
+% \else
+% \expandafter\firstofoneargument
+% \fi}
+%
+% \let\doifXMLdataelse\doifelseXMLdata
+
\def\doifelseXMLdata#1% always empty at start [gets a long assignment]
{\@EA\ifx\csname\@@XMLdata:#1\endcsname\longempty
\expandafter\secondoftwoarguments
\else
\expandafter\firstoftwoarguments
- \fi}
+ \fi}
\def\doifXMLdata#1% always empty at start [gets a long assignment]
{\@EA\ifx\csname\@@XMLdata:#1\endcsname\longempty
\expandafter\gobbleoneargument
\else
\expandafter\firstofoneargument
- \fi}
+ \fi}
-\let\doifXMLdataelse\doifelseXMLdata
+\let\doifXMLdataelse\doifelseXMLdata
\def\doifelseXMLempty#1%
{\@EA\ifx\csname\@@XMLdata:#1\endcsname\longempty
@@ -1752,8 +1759,15 @@
% <test> x </test>
% \stopXMLdata
+% \def\XMLflush#1% one level
+% {\csname\@@XMLdata:#1\endcsname}
+
+% evt meer van dit gedoe en alle \longempty's vervangen
+
\def\XMLflush#1% one level
- {\csname\@@XMLdata:#1\endcsname}
+ {\csname\ifcsname\@@XMLdata:#1\endcsname\@@XMLdata:#1\else\s!empty\fi\endcsname}
+
+\let\XMLflushdata\XMLflush
\def\XMLflushdata#1% see m-steps for usage
{\@EA\ifx\csname\@@XMLdata:#1\endcsname\longempty\else
@@ -1761,6 +1775,9 @@
\@EA\XMLdata\csname\@@XMLdata:#1\endcsname
\fi}
+\def\XMLflushasis#1%
+ {\detokenize\@EAEAEA{\csname\@@XMLdata:#1\endcsname}}
+
\let\XMLpop \XMLflush
\let\XMLpopdata\XMLflushdata
@@ -2110,7 +2127,7 @@
%D here. The macro \type {\processXMLbuffer} behaves like
%D any buffer processor.
-\def\processXMLbuffer%
+\def\processXMLbuffer
{\dosingleempty\doprocessXMLbuffer}
\def\doprocessXMLbuffer[#1]%