about summary refs log tree commit diff
path: root/src/libutil/xml-writer.cc
AgeCommit message (Collapse)AuthorFilesLines
2006-09-04 * Use a proper namespace.Eelco Dolstra1-1/+7
* Optimise header file usage a bit. * Compile the parser as C++.
2006-08-24 * Escape newlines in XML attributes to prevent them from beingEelco Dolstra1-0/+3
normalised away.
2006-08-16 * `nix-instantiate --{eval|parse}-only --xml': print an XMLEelco Dolstra1-2/+15
representation instead of an ATerm. * Indent XML output.
2006-08-03 * `nix-env -q --xml': show query result in XML format for easierEelco Dolstra1-1/+1
automated processing.
2006-08-03 * `nix-instantiate --print-args': produce XML output so that theEelco Dolstra1-56/+3
result can be used more easily by scripts.
2006-08-03 * Simple class for writing XML files.Eelco Dolstra1-0/+161