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