summaryrefslogtreecommitdiff
path: root/textproc/libxml++2
AgeCommit message (Collapse)AuthorFilesLines
2005-11-15Fix path to itself.wiz1-2/+2
2005-11-12Initial import of libxml++2, provided by Evaldo Gardenali in pkgsrc-wip.wiz5-0/+327
libxml++ is a C++ wrapper for the libxml XML parser library. It has SAX and DOM-like APIs, but does not attempt to conform exactly to the DOM specifications because they are not aimed at C++. Its API is much simpler than the underlying libxml C API.