summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-10-16Missing #include.native-backendCarl Hetherington
2014-10-13Provide mapping of cxml to xmlpp in write_to_xmlpp_document.Carl Hetherington
2014-10-10Sort out xmlns stuff.Carl Hetherington
2014-10-10Various API tidying.Carl Hetherington
2014-10-09Various fixes and missing bits.Carl Hetherington
2014-10-09Use 0/1 not no/yes for bool.Carl Hetherington
2014-10-09Don't use xmlpp as the data storage; put things in cxml::Node membersCarl Hetherington
instead. Add short-cuts for creating XML using libcxml.
2014-10-09Add NodeList type.Carl Hetherington
2014-08-19Set soname to API version.Carl Hetherington
2014-07-22Another try at the OS X build fix.Carl Hetherington
2014-07-21Attempt to fix OS X build failure.Carl Hetherington
2014-07-20Add Document::read_string().Carl Hetherington
2014-07-14Python coding style.Carl Hetherington
2014-07-08Add the ability to find the root node name of some XML.Carl Hetherington
2014-05-16Add ConstNodePtr.Carl Hetherington
2014-05-12Thinko.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-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