Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-22 | corrected XML serialization for primitive text content regarding whitespace ↵ | Benjamin Paassen | |
and newline handling and extended XMLTest to check that. | |||
2015-01-09 | debugged DemoOutput.cpp | Benjamin Paassen | |
2015-01-09 | used new addChild method. | Benjamin Paassen | |
2015-01-09 | renamed XMLNode for the XMLTest to his lordships pleasure. | Benjamin Paassen | |
2015-01-09 | added a parent reference to XML nodes. | Benjamin Paassen | |
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-06 | added XML classes including Serialization functions and added a test for it. ↵ | Benjamin Paassen | |
I tried not to include Managed.hpp to prevent further overhead but I failed miserably. |