aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/evolution/README
blob: 878cb50325733326d9aa4646464f7aa0a5059bd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This directory contains a number of examples that show how to handle schema
evolution using the C++/Hybrid mapping. The following list gives an overview
of each example:

ignore
  Shows how to handle schema evolution using substitution groups. This
  example ignores unknown elements.

passthrough
  Shows how to handle schema evolution using substitution groups. This
  example passes the unknown content through parsing and serialization
  so that the output XML contains all the unknown elements.