summaryrefslogtreecommitdiff
path: root/src/cxml.cc
AgeCommit message (Collapse)Author
2015-10-01Hack.unstabCarl Hetherington
2015-01-12Formatting fix.Carl Hetherington
2015-01-12Better error.Carl Hetherington
2015-01-09Better error.Carl Hetherington
2014-10-15Improve error message.Carl Hetherington
2014-07-20Add Document::read_string().Carl Hetherington
2014-07-08Add the ability to find the root node name of some XML.Carl Hetherington
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-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-29File -> Document and allow use of streams.Carl Hetherington
2013-08-25Add ::namespace_prefix method.Carl Hetherington
2013-03-30Various bits of development.Carl Hetherington
2013-01-13Initial.Carl Hetherington