New output format for PHPWiki.
[xmldoc.git] / ChangeLog
1 Version 0.5 - Aug 19, 2003
2 ===========================================================
3
4 o Many additions to the user guide: table example, internal references,
5   and a glossary with an alphabethical list of elements.
6 o Added <description> element for description lists.
7 o Added empty elements <newline/> and <newpage/>
8 o Removed DOCTYPE declaration from the XSLT stylesheets.
9 o Configure script exits if libxml2 is not available.
10
11
12 Version 0.4 - Aug 28, 2002
13 ===========================================================
14
15 o  Added two more levels of sectioning: <paragraph> and <subparagraph>.
16 o  Fixed configure bug to find the libxml2 header files.
17 o  Added the <footnote> element.
18 o  Added <sub> for subscript and <sup> for superscript type styles.
19 o  Added <quote> for quotation paragraphs.
20 o  Added internal cross-referencing with the <label>, <ref> and <page>
21    elements.
22 o  Added <subtitle> element.
23
24 Version 0.3 - May 27, 2002
25 ===========================================================
26
27 o  Filter special characters for LaTeX and translate them to LaTeX sequences.
28    The filter is built inside the XSLT processor and is applied before the
29    stylesheet.
30    The XSLT processor, called 'xp', is a separate program, based upon
31    the xsltproc utility that comes with Gnu libxslt.
32    Run xp with the '-latex' option to invoke the filter.
33 o  The 'latexescape' filter is now obsolete.
34 o  Many more ENTITIES for special characters defined in the DTD
35    These now include accented letters, greek letters, matemathical symbols
36    and the euro symbol.
37 o  Removed 'chapter' from the definition of 'article' in the DTD. The
38    'article' style documents can only have 'section' elements.
39 o  Made the proper input files for automake and autoconf. You should
40    be able to 'configure; make install' XMLDoc on any system now.
41
42 Version 0.2 - Apr 8, 2002
43 ===========================================================
44
45 o  Defined ENTITIES in the DTD
46 o  Added title page and child elements. The <title> element has moved
47    to a different place. [Thanks to Marc Groenewegen]