Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try to produce HTML5/XHTML5 (polyglot) output. | David A. Madore | 2011-09-07 | 1 | -1/+1 |
* | Add a lang attribute besides xml:lang for HTML4 compatibility. | David A. Madore | 2011-08-31 | 1 | -2/+5 |
* | Allow doctype overriding in unparser. | David A. Madore | 2010-10-10 | 1 | -13/+19 |
* | Esthetic whitespace. | David A. Madore | 2010-04-22 | 1 | -1/+2 |
* | Fix grave bug (forgotten statement!) in Unparser. | David A. Madore | 2010-04-22 | 1 | -0/+1 |
* | Various "stylistic" improvements suggested by Joshua Bloch's book. | David A. Madore | 2010-04-22 | 1 | -2/+2 |
* | Stray semicolon. | David A. Madore | 2010-04-19 | 1 | -1/+1 |
* | Write a semi-decent unparser(=serializer). | David A. Madore | 2010-04-12 | 1 | -13/+73 |
* | Move ad hoc serializer to an "Unparser" class (ugly and unfinished). | David A. Madore | 2010-04-12 | 1 | -0/+88 |