aboutsummaryrefslogtreecommitdiff
path: root/documentation/cxx/parser/guide/index.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/cxx/parser/guide/index.xhtml')
-rw-r--r--documentation/cxx/parser/guide/index.xhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/cxx/parser/guide/index.xhtml b/documentation/cxx/parser/guide/index.xhtml
index 85b5092..ac69845 100644
--- a/documentation/cxx/parser/guide/index.xhtml
+++ b/documentation/cxx/parser/guide/index.xhtml
@@ -522,7 +522,7 @@
<greeting>Hello</greeting>
<name>sun</name>
- <name>earth</name>
+ <name>moon</name>
<name>world</name>
</hello>
@@ -2322,7 +2322,7 @@ protected:
runtime with support for polymorphism, compile your schemas with the
<code>--generate-polymorphic</code> option to produce polymorphism-aware
code, as well as pass <code>true</code> as the last argument to the
- <code>xml_schema::document</code>'s constructors. If some of your
+ <code>xml_schema::document_pimpl</code>'s constructors. If some of your
schemas do not require support for polymorphism then you can compile
them with the <code>--runtime-polymorphic</code> option and still
use the XSD/e runtime configured with polymorphism support.