Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-14 | got rid of one unecessary include. | Benjamin Paassen | |
2015-02-12 | Anchors do not have a name anymore and have a unique mapping to their ↵ | Benjamin Paassen | |
AnnotationEntities. This also makes serialization much easier. | |||
2015-01-25 | more removal of the model namespace | Andreas Stöckel | |
2015-01-09 | added non-pretty output of XML serialization, changed DemoOutput accordingly ↵ | Benjamin Paassen | |
and changed DemoOutputTest to have some kind of automatic inspection instead of visual inspection. | |||
2015-01-09 | first version of annotation handling in DemoOutput. Tests do not work yet, ↵ | Benjamin Paassen | |
though. | |||
2015-01-08 | first attempts on implementing annotation support for DemoHTML output. | Benjamin Paassen | |
2015-01-08 | further extended advanced document (now list domain is supported as well) ↵ | Benjamin Paassen | |
and extended DemoOutput accordingly. | |||
2015-01-08 | further extended the advanced document example, slightly improved XML ↵ | Benjamin Paassen | |
serialization and fixed a bug in DemoOutput leading to errors if a section/paragraph had no heading. | |||
2015-01-08 | Changed the DemoOutput algorithm as suggested by Andreas: We first transform ↵ | Benjamin Paassen | |
the document graph to an XML tree and the XML tree in turn has the methods to serialize to XML text, or, in this case, XHTML text. | |||
2015-01-04 | first draft for HTML Demo Output (still a lot of todos). | Benjamin Paassen | |