summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/custom/wildcard
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-30 19:12:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-30 19:12:57 +0200
commitb43b5b2a9b5430e8e7034c08aff06e572da7b762 (patch)
treededd4348152d67ba36a15dea7b57343894d3d52e /examples/cxx/tree/custom/wildcard
parentfca6431ef713608521dd12641bcaf9773965c814 (diff)
Cosmetic changes
Diffstat (limited to 'examples/cxx/tree/custom/wildcard')
-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