From 8ffa44b96b668b0286aa73cc331b59d4cef38d48 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 Sep 2015 12:18:02 +0200 Subject: Add example of more secure XML parsing --- examples/cxx/tree/README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/cxx/tree/README') 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 -- cgit v1.1