summaryrefslogtreecommitdiff
path: root/tex/context/base/x-xtag.mkiv
blob: eaeb89f85d9170dce660a4b1a3f15c6c6da801f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
%D \module
%D   [       file=x-xtag,
%D        version=2009.09.23,
%D          title=\CONTEXT\ Modules,
%D       subtitle=\XML\ stream handler,
%D         author=Hans Hagen,
%D           date=\currentdate,
%D      copyright=PRAGMA]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.

%D Here we load the \MKII\ (mostly) streaming \XML\ parser. We
%D define a couple of catcode regimes first.

\ifdefined\XMLbanner \endinput \fi

\loadcorefile{catc-xml}
\loadcorefile{xtag-ini}
\loadcorefile{xtag-ext}
\loadcorefile{xtag-exp}
\loadcorefile{xtag-pre} % has old encoding code
\loadcorefile{xtag-xsd} % will go away (stub anyway)
\loadcorefile{xtag-rng} % will go away (stub anyway)

\endinput