diff options
author | Hans Hagen <pragma@wxs.nl> | 2002-03-12 00:00:00 +0100 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2002-03-12 00:00:00 +0100 |
commit | 9637343330dd2328e6fb2bcfb4fc0d0a25616965 (patch) | |
tree | 1ff1ac2828d6a1d9ff9b3c1e661290e2edb9fbf8 /tex/context/base/xtag-ini.tex | |
parent | 6a8becf936f346438dfcb463bbb195bf4dd45d7d (diff) | |
download | context-9637343330dd2328e6fb2bcfb4fc0d0a25616965.tar.gz |
stable 2002.03.12
Diffstat (limited to 'tex/context/base/xtag-ini.tex')
-rw-r--r-- | tex/context/base/xtag-ini.tex | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/tex/context/base/xtag-ini.tex b/tex/context/base/xtag-ini.tex index 8f018bfd2..e3db7939e 100644 --- a/tex/context/base/xtag-ini.tex +++ b/tex/context/base/xtag-ini.tex @@ -26,9 +26,6 @@ %D This module is highly optimized for speed, which sometimes %D reads to rather unreadable code. Sorry for this. -\def\gobblespacetokens % will go to syst-ext.tex + speed up - {\doifnextcharelse\empty\donothing\donothing} % no {}\do\do ! - \beginETEX XML \bgroup \obeylines @@ -382,6 +379,17 @@ %D constructs. Unfortunately, we need to catch \type {<--text} %D too, so we need another handler: +% \long\def\xparseXMLescape !#1#2% +% {\if#1-% +% \if#2-% +% \expandafter\expandafter\expandafter\xxparseXMLescape +% \else +% \expandafter\expandafter\expandafter\xyparseXMLescape +% \fi +% \else +% \expandafter\xyparseXMLescape +% \fi#1#2} + \long\def\xparseXMLescape !#1#2% {\if#1-% \if#2-% @@ -390,11 +398,17 @@ \expandafter\expandafter\expandafter\xyparseXMLescape \fi \else - \expandafter\xyparseXMLescape + \if#1[% + \expandafter\expandafter\expandafter\xzparseXMLescape + \else + \expandafter\expandafter\expandafter\xyparseXMLescape + \fi \fi#1#2} -\long\def\xxparseXMLescape --#1{\parseXMLescape{--}#1} -\long\def\xyparseXMLescape #1 {\parseXMLescape{#1}} + +\long\def\xxparseXMLescape--#1{\parseXMLescape{--}#1} +\long\def\xyparseXMLescape#1 {\parseXMLescape{#1}} +\long\def\xzparseXMLescape[#1[{\parseXMLescape{#1}} %D Now the real work can begin. |