Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

82 Commits

Repository files navigation

srcReader

C++ implementation of libxml2's xmlTextReader interface for srcML.

The following is an example API usage to copy a srcML document

srcml_reader reader("srcml.xml");
srcml_writer writer("copy.xml");
for(const srcml_node & node : reader) {
writer.write(node);
}

About

C++ implementation of libxml2's xmlTextReader interface for srcML

Resources

Stars

2 stars

Watchers

12 watching

Forks

Releases

Packages

Contributors

Languages