summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/README
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-10 12:18:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-10 12:18:02 +0200
commit8ffa44b96b668b0286aa73cc331b59d4cef38d48 (patch)
treef877fdad915719673606aff7b8b7e693c7baf376 /examples/cxx/tree/README
parentaabb88ef1fc3ada75b7210b73c05e73af5c653a8 (diff)
Add example of more secure XML parsing
Diffstat (limited to 'examples/cxx/tree/README')
-rw-r--r--examples/cxx/tree/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/cxx/tree/README b/examples/cxx/tree/README
index 569bf11..83ffcab 100644
--- a/examples/cxx/tree/README
+++ b/examples/cxx/tree/README
@@ -52,6 +52,10 @@ embedded
into an application and then use it with the C++/Tree mapping to
parse and validate XML documents.
+secure
+ Shows how to perform more secure XML parsing by disabling the XML
+ External Entity (XXE) Processing.
+
performance
Measures the performance of parsing and serialization. This example
also shows how to structure your code to achieve the maximum