summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-05-12Remove include.Carl Hetherington
2014-05-12Remove use of boost::lexical_cast as it appears to be difficult toCarl Hetherington
make it use the standard "C" locale for both decimal and thousands separators. Instead, use std::stringstream which it appears will use "C" for both decimal and thousands after s.imbue (std::locale::classic ());
2014-03-19Add new Document constructor.Carl Hetherington
2013-11-19Add helpful typedef.Carl Hetherington
2013-09-29Revert 3b6dd4db.Carl Hetherington
2013-09-26Use xpath for node_children.Carl Hetherington
2013-09-24Provide node pointer accessor.Carl Hetherington
2013-09-04Add namespace_uri method.Carl Hetherington
2013-08-29Merge master.Carl Hetherington
2013-08-29Missing include.Carl Hetherington
2013-08-29File -> Document and allow use of streams.Carl Hetherington
2013-08-25Add ::namespace_prefix method.Carl Hetherington
2013-04-11Enable static build.Carl Hetherington
2013-04-02Rename a few bits.Carl Hetherington
2013-03-30Various bits of development.Carl Hetherington
2013-01-13Initial.Carl Hetherington