summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/custom/wildcard/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/tree/custom/wildcard/README')
-rw-r--r--examples/cxx/tree/custom/wildcard/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/cxx/tree/custom/wildcard/README b/examples/cxx/tree/custom/wildcard/README
index 5ca25c0..70eaea4 100644
--- a/examples/cxx/tree/custom/wildcard/README
+++ b/examples/cxx/tree/custom/wildcard/README
@@ -14,7 +14,7 @@ The example consists of the following files:
wildcard.xsd
XML Schema definition for simple data type and element.
-contacts.xml
+wildcard.xml
Sample XML instance document.
wildcard.hxx
@@ -24,7 +24,7 @@ wildcard.cxx
functions that convert XML instance documents to a tree-like in-memory
object model, and a set of serialization functions that convert the
object model back to XML. These are generated by XSD from wildcard.xsd
- with the --custom-type option in order to to customize the data type.
+ with the --custom-type option in order to customize the data type.
wildcard-custom.hxx
Header file which defines our own data class by inheriting from the