summaryrefslogtreecommitdiff
path: root/project2/xml/xmlPresenter.h
Commit message (Collapse)AuthorAge
* Add init function to presenter because none default ones get cached between ↵randomdan2012-03-19
| | | | runs and need resetting
* Finer control over output to presenters, addresses issues with JSON output ↵randomdan2012-02-17
| | | | | | and makes some other bits more sensible Tweaks to XSLT as some things have moved
* Fix missing email message contentrandomdan2012-01-06
| | | | Reimplement ordering of email content parts with support from WritableContent classes
* Allowing specification of output encodingrandomdan2012-01-03
|
* Regeneralise some coderandomdan2012-01-01
| | | | | Fully customisable output chain Minor supporting tweaks here and there
* Pluggable script enginesrandomdan2011-12-14
| | | | | | XML script parser moved to XML module Script parsing object multiple instantiation bug fix Scripts changed to match new standardized format and layout
* Make ContentPresenter a mix-inrandomdan2011-11-29
| | | | | Add a JSON presenter Fix minor bugs in JSON serializer highlighter by new presenter
* Remove the need to implement loadComplete which is empty in most casesrandomdan2011-11-25
| | | | | Restructure presenters in layers based on features allowing for simpler cache implementations Minor XSLT changes to support new layout from presentation which is more consistent
* The big reshufflerandomdan2011-08-31