blob: 560e1b702d4cf7d116d98e5ed7f0b5181b428f71 (
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
28
|
%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
\loadmarkfile{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
|