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