diff options
Diffstat (limited to 'tex/context/base/xtag-ini.tex')
-rw-r--r-- | tex/context/base/xtag-ini.tex | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tex/context/base/xtag-ini.tex b/tex/context/base/xtag-ini.tex index 2a526e0e6..3b051f477 100644 --- a/tex/context/base/xtag-ini.tex +++ b/tex/context/base/xtag-ini.tex @@ -11,9 +11,11 @@ %C therefore copyrighted by \PRAGMA. See mreadme.pdf for %C details. -% todo: XMLfullsave == also attributes +\writestatus{loading}{Context XML Macros (initialization)} -% csnames +%D To be sure: + +\newif\ifprocessingXML \beginTEX \writestatus{XML}{sorry, XML is only supported in (pdf)etex} @@ -21,10 +23,6 @@ \endinput \endTEX -\writestatus{loading}{Context XML Macros (initialization)} - -% XMLelse -> elseXML - %D This module is highly optimized for speed, which sometimes %D reads to rather unreadable code. Sorry for this. @@ -44,7 +42,9 @@ \endETEX -\writestatus{loading}{Context XML Macros (ini)} +% todo: XMLfullsave == also attributes +% csnames +% XMLelse -> elseXML %D Remark: some hard coded character things will be replaced %D by named glyphs as soon as the upgraded encoding modules @@ -169,7 +169,7 @@ \newif\ifignoreXMLspaces \newif\iffixedXMLfont \newif\iftraceXMLelements -\newif\ifprocessingXML +%newif\ifprocessingXML \newcount\XMLlevel % scratchcounter \newcount\XMLdepth % used here @@ -1556,7 +1556,7 @@ \def\XMLunspace#1% kan sneller {\@EA\ifx\csname\@@XMLdata:#1\endcsname\longempty\else - \long\@EA\edef\csname\@@XMLdata:#1\csname + \long\@EA\edef\csname\@@XMLdata:#1\endcsname {\@EAEAEA\dounspaced\csname\@@XMLdata:#1\endcsname\end}% \fi} |