Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
e7baa766
Commit
e7baa766
authored
Nov 18, 2012
by
Davis King
Browse files
added a comment
parent
5e308fde
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
examples/xml_parser_ex.cpp
examples/xml_parser_ex.cpp
+2
-0
No files found.
examples/xml_parser_ex.cpp
View file @
e7baa766
...
...
@@ -103,6 +103,8 @@ int main(int argc, char** argv)
}
doc_handler
dh
;
// Now run the parser and tell it to call our doc_handler for each of the parsing
// events.
parse_xml
(
argv
[
1
],
dh
);
}
catch
(
std
::
exception
&
e
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment