Index of /archives/text/CTAN/macros/luatex/generic/luaxml

Icon  Name                                       Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] README 2024-02-24 00:40 1.2K [TXT] luaxml-cssquery.lua 2024-02-24 00:40 15K [   ] luaxml-domobject.lua 2024-02-24 00:40 18K [TXT] luaxml-entities.lua 2024-02-24 00:40 1.4K [   ] luaxml-mod-handler.lua 2024-02-24 00:40 11K [TXT] luaxml-mod-html.lua 2024-02-24 00:40 58K [TXT] luaxml-mod-xml.lua 2024-02-24 00:40 20K [   ] luaxml-namedentities.lua 2024-02-24 00:40 40K [TXT] luaxml-parse-query.lua 2024-02-24 00:40 2.1K [   ] luaxml-pretty.lua 2024-02-24 00:40 2.2K [TXT] luaxml-stack.lua 2024-02-24 00:40 1.2K [   ] luaxml-testxml.lua 2024-02-24 00:40 3.4K [TXT] luaxml-transform.lua 2024-02-24 00:40 9.8K [   ] luaxml.pdf 2024-02-24 00:40 116K [   ] luaxml.tex 2024-02-24 00:40 32K
Introduction
============

LuaXML is pure lua library for reading and serializing of the XML files. Current release is aimed mainly as support 
for the odsfile package. The documentation was created by automatic conversion of original documentation in the source code. 
In this version, some files not useful for luaTeX were droped. 


Install
=======

LuaXML is installed in TeX distributions, so you don't need to install it yourself. If you want to try the development version,
then clone this repository and run 

    make install

Please note that you will need [LDoc](http://stevedonovan.github.io/ldoc/manual/doc.md.html#Processing_Single_Modules) and 
[dkjson](http://dkolf.de/src/dkjson-lua.fsl/home) Lua modules installed on your system. You can install them using:

    $ luarocks install --local ldoc
    $ luarocks install --local dkjso


License:
========

This code is freely distributable under the terms of the Lua license
    (http://www.lua.org/copyright.html)


Author
------
Michal Hoftich
Email: michal.h21@gmail.com
Version: v0.1r, 2024-02-23

Original authors: Paul Chakravarti and Manoel Campos (http://manoelcampos.com)

If you are interested in the process of development you may observe

    https://github.com/michal-h21/LuaXML