summaryrefslogtreecommitdiff
path: root/src/plugins/html
AgeCommit message (Expand)Author
2015-01-25more removal of the model namespaceAndreas Stöckel
2015-01-15Further simplified document buildup by doing the addition to parents of Struc...Benjamin Paassen
2015-01-13put entity escaping in XML serialization instead of DemoOutput. Also had to c...Benjamin Paassen
2015-01-12Tried to introduce another StructureNode class as common superclass for Struc...Benjamin Paassen
2015-01-09added non-pretty output of XML serialization, changed DemoOutput accordingly ...Benjamin Paassen
2015-01-09debugged DemoOutput.cppBenjamin Paassen
2015-01-09changed XML prolog handling.Benjamin Paassen
2015-01-09used new addChild methodBenjamin Paassen
2015-01-09added XML escaping of special entities.Benjamin Paassen
2015-01-09first version of annotation handling in DemoOutput. Tests do not work yet, th...Benjamin Paassen
2015-01-08first attempts on implementing annotation support for DemoHTML output.Benjamin Paassen
2015-01-08further extended example to include annotations (emphasized and strong). The ...Benjamin Paassen
2015-01-08further extended advanced document (now list domain is supported as well) and...Benjamin Paassen
2015-01-08further extended the advanced document example, slightly improved XML seriali...Benjamin Paassen
2015-01-08Changed the DemoOutput algorithm as suggested by Andreas: We first transform ...Benjamin Paassen
2015-01-04corrected first draft of DemoOutput. Still some TODOs remain, but for the eas...Benjamin Paassen
2015-01-04first draft for HTML Demo Output (still a lot of todos).Benjamin Paassen