summaryrefslogtreecommitdiff
path: root/tex/context/base/l-xml.lua
blob: d8cc4a9847774ff17cb90355a2465d8f420c68c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
if not modules then modules = { } end modules ['l-xml'] = {
    version   = 1.001,
    comment   = "this module is replaced by the lxml-* ones",
    author    = "Hans Hagen, PRAGMA-ADE, Hasselt NL",
    copyright = "PRAGMA ADE / ConTeXt Development Team",
    license   = "see context related readme files"
}

-- We asume that the helper modules l-*.lua are loaded
-- already. But anyway if you use mtxrun to run your script
-- all is taken care of.

if not trackers then
    require('trac-tra')
end

if not xml then
    require('lxml-tab')
    require('lxml-lpt')
    require('lxml-mis')
    require('lxml-aux')
    require('lxml-xml')
end