From b43b5b2a9b5430e8e7034c08aff06e572da7b762 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 30 Sep 2009 19:12:57 +0200 Subject: Cosmetic changes --- examples/cxx/tree/custom/wildcard/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/cxx/tree/custom/wildcard') 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 -- cgit v1.1