R interface to the C++ header-only Rapidxml library
This package is using v1.13 of rapidxml.
Install the development version with
::install_github("dcooley/rapidxml") devtools
To use rapidxml in your own package, add a dependency to rapidxml to your cpp files before a call to #include <Rcpp.h>
// [[Rcpp::depends(rapidxml)]]
#include <Rcpp.h>