summaryrefslogtreecommitdiff
path: root/lib/xmloutputter.php
AgeCommit message (Collapse)Author
2009-01-15Fix the constructor for ActionEvan Prodromou
Also, fix the startXML() method
2009-01-14Add comment() method, have action use itEvan Prodromou
2009-01-13Make XMLOutputter work with phpcsEvan Prodromou
A couple of small changes to comply with code standards. Also, note that the second param of element() and elementStart() can be a string.
2009-01-13Move low-level xml outputting code to a classEvan Prodromou
Made a class for outputting XML code