
"ui-gxmlcpp" is a high-level c++ wrapper around libxml2 and libxslt. it might be a choice for if your needs are some subset of:
- xml dom tree parsing.
- basic read/write support from/to trees via xpath.
- serialization.
- stylesheets and stylesheet translation support.
- xmlschema and relaxng validation.
if your needs are "lower-level" (e.g., proper dom tree api support or sax parsing), "gdome2" or "xml++" will be the right choices.
this package provides run time support.