Make Node::content ignore comments and CDATA.
[libcxml.git] / src / cxml.cc
2018-04-22 Carl HetheringtonMake Node::content ignore comments and CDATA.
2017-05-24 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2017-05-24 Carl HetheringtonAdd node_children() method.
2016-07-22 Carl HetheringtonFix GPL boilerplate. Add locked_sstream dependency...
2016-01-13 Carl HetheringtonAllow True in bool_child.
2015-10-01 Carl HetheringtonFix build on Debian unstable.
2015-01-12 Carl HetheringtonFormatting fix.
2015-01-12 Carl HetheringtonBetter error.
2015-01-09 Carl HetheringtonBetter error.
2014-10-14 Carl HetheringtonImprove error message.
2014-07-20 Carl HetheringtonAdd Document::read_string().
2014-07-08 Carl HetheringtonAdd the ability to find the root node name of some...
2014-05-11 Carl HetheringtonRemove include.
2014-05-11 Carl HetheringtonRemove use of boost::lexical_cast as it appears to...
2014-03-19 Carl HetheringtonAdd new Document constructor.
2013-09-29 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2013-09-29 Carl HetheringtonRevert 3b6dd4db.
2013-09-25 Carl HetheringtonUse xpath for node_children.
2013-09-24 Carl HetheringtonProvide node pointer accessor.
2013-09-04 Carl HetheringtonAdd namespace_uri method.
2013-08-29 Carl HetheringtonMerge master.
2013-08-29 Carl HetheringtonFile -> Document and allow use of streams.
2013-08-25 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2013-08-25 Carl HetheringtonAdd ::namespace_prefix method.
2013-03-30 Carl HetheringtonVarious bits of development.
2013-01-13 Carl HetheringtonInitial.