[XML-SIG] Python embedding of LTXML, a C-based validating XML parser, released
Henry S. Thompson
ht@cogsci.ed.ac.uk
13 Sep 2000 13:40:05 +0100
I've finally got the licensing sorted out. PyLTXML is now available [1]
in both source and Win32 binary forms, under the GPL (i.e. you can use
the binary, but not distribute it unless you get and distribute the
sources as well). Both 8- and 16-bit versions are available: 16-bit
only known to work with 1.6a1 and later, should work with 2.0 but not
tried yet.
The API is a combination of low-level and tree-based, allowing fast
scanning of large files for hotspots you care about without the
overhead of structure-building until you hit the part(s) you care
about.
XED [2] and XSV [3] are both built in Python on top of this technology.
ht
[1] http://www.ltg.ed.ac.uk/software/xml/
[2] http://www.ltg.ed.ac.uk/~ht/xed.html
[3] http://www.ltg.ed.ac.uk/~ht/xsv-status.html
--
Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
W3C Fellow 1999--2001, part-time member of W3C Team
2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
Fax: (44) 131 650-4587, e-mail: ht@cogsci.ed.ac.uk
URL: http://www.ltg.ed.ac.uk/~ht/