Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple recursive tree search #373

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

KarenHeart-DePaul
Copy link

Reads all of the tags and enclosed data within an XML file using a simple recursive approach. It demonstrates the use of direct recursion in this pugixml library, as well as how the content of different types of tags can be accessed.

Reads all of the tags and enclosed data within an XML file using a simple recursive approach. It demonstrates the use of direct recursion in this pugixml library, as well as how the content of different types of tags can be accessed.
Added new section, "Primitive recursive traversal to view contents of file," that documents the traverse_tree.cpp code sample.
Fixed spacing errors in code examples
@KarenHeart-DePaul
Copy link
Author

Added documentation of the traversal tree in the manual

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant