Skip to content

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

Notifications You must be signed in to change notification settings

srcML/srcReader

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

Watchers

Forks

Releases

No releases published

Packages

No packages published