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