aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/xml-writer.cc
AgeCommit message (Collapse)Author
2022-02-25xml-writer: Remove std aliasesEelco Dolstra
2019-11-06CleanupEelco Dolstra
2018-05-02Fix some random -Wconversion warningsEelco Dolstra
2015-07-17OCD: foreach -> C++11 ranged forEelco Dolstra
2014-02-26And another oneEelco Dolstra
2012-10-04XML writer: flush after newlinesEelco Dolstra
This is useful for hydra-eval-jobs.
2010-03-31Escape `>' signs in the XML output.Ludovic Courtès
* src/libutil/xml-writer.cc (nix::XMLWriter::writeAttrs): Escape `>'.
2006-09-04* Use a proper namespace.Eelco Dolstra
* Optimise header file usage a bit. * Compile the parser as C++.
2006-08-24* Escape newlines in XML attributes to prevent them from beingEelco Dolstra
normalised away.
2006-08-16* `nix-instantiate --{eval|parse}-only --xml': print an XMLEelco Dolstra
representation instead of an ATerm. * Indent XML output.
2006-08-03* `nix-env -q --xml': show query result in XML format for easierEelco Dolstra
automated processing.
2006-08-03* `nix-instantiate --print-args': produce XML output so that theEelco Dolstra
result can be used more easily by scripts.
2006-08-03* Simple class for writing XML files.Eelco Dolstra