l-xml.lua /size: 641 b    last modification: 2020-07-01 14:35
1if not modules then modules = { } end modules ['l-xml'] = {
2    version   = 1.001,
3    comment   = "this module is replaced by the lxml-* ones",
4    author    = "Hans Hagen, PRAGMA-ADE, Hasselt NL",
5    copyright = "PRAGMA ADE / ConTeXt Development Team",
6    license   = "see context related readme files"
7}
8
9-- We asume that the helper modules l-*.lua are loaded
10-- already. But anyway if you use mtxrun to run your script
11-- all is taken care of.
12
13if not trackers then
14    require('trac-tra')
15end
16
17if not xml then
18    require('lxml-tab')
19    require('lxml-lpt')
20    require('lxml-mis')
21    require('lxml-aux')
22    require('lxml-xml')
23end
24