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/mixed/README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/cxx/tree/mixed') diff --git a/examples/cxx/tree/mixed/README b/examples/cxx/tree/mixed/README index c6f8be7..9ab3309 100644 --- a/examples/cxx/tree/mixed/README +++ b/examples/cxx/tree/mixed/README @@ -1,6 +1,9 @@ This example shows how to access the underlying DOM nodes in the C++/Tree mapping in order to handle raw, "type-less content" such as mixed content models, anyType/anySimpleType, and any/anyAttribute. +For an alternative approach that employes type customization see +examples in the custom/ directory, in particular, custom/mixed and +custom/wildcard. In this example we use mixed content model to describe text with embedded links, e.g., -- cgit v1.1