summaryrefslogtreecommitdiff
path: root/test/core/XMLTest.cpp
AgeCommit message (Collapse)Author
2015-02-22corrected XML serialization for primitive text content regarding whitespace ↵Benjamin Paassen
and newline handling and extended XMLTest to check that.
2015-01-09debugged DemoOutput.cppBenjamin Paassen
2015-01-09used new addChild method.Benjamin Paassen
2015-01-09renamed XMLNode for the XMLTest to his lordships pleasure.Benjamin Paassen
2015-01-09added a parent reference to XML nodes.Benjamin Paassen
2015-01-08Changed 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-06added 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.