From 4a2834255dc48166afc537e9e9dce80be457fa14 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 30 Sep 2009 19:14:56 +0200 Subject: New example showing handling of mixed content with type customization --- examples/cxx/tree/custom/README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/cxx/tree/custom/README') diff --git a/examples/cxx/tree/custom/README b/examples/cxx/tree/custom/README index 482f5a9..b2a65b5 100644 --- a/examples/cxx/tree/custom/README +++ b/examples/cxx/tree/custom/README @@ -22,6 +22,9 @@ double XML Schema built-in type. It can be used as a guide on how to customize built-in XML Schema types that are mapped to fundamental C++ types. +mixed + Shows how to use type customization to parse and serialize mixed content. + taxonomy Shows how to map user-defined XML Schema types to custom C++ classes. This example presents the complex case where the customized types are -- cgit v1.1