Home

This is the home of latex2xml and XTL.

***

LaTeX is a high-quality typesetting system, with features designed for the production of technical and scientific documentation. LaTeX is the de facto standard for the communication and publication of scientific documents. LaTeX is not a word processor! Instead, LaTeX encourages authors not to worry too much about the appearance of their documents, but to concentrate on getting the right content.

***

latex2xml

latex2xml is a converter, that transforms LaTeX documents into a definable (output grammar) XML structure. latex2xml works in two steps. During the first step latex2xml translates a LaTeX document to LaTeX-XML and produces the source grammar. The second part, the main part of latex2xml, is a document transformer, which transforms the output of the Parser semiautomatically in the, by the user defined, XML format.

During the transformation the source grammar is divided into substructures. Each substructure will be associated with a matching substructure from the target grammar. Based on this pairs of substructures, the system creates an XSL script, which transforms the LaTeX-XML file in the desired output-format.

***

XTL

XTL is a XSL−like language for transforming ASCII documents into XML. XTL has been developed to translate LaTeX documents into XHTML + MathML + SVG documents.

***