Skip to content

SrTobi/rxml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rxml

Offers some functions to work with rapidxml.

For example you can access values of nodes and attributes by paths:

rapidxml::xml_document<> doc;
...
// load xml file
...
std::string window_title = rxml::value(doc, "game/options/graphic/window:title"); // title is an attribute of the window xml-node

About

Wrapper library for rapidxml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published