aboutsummaryrefslogtreecommitdiff
path: root/documentation/cxx/parser/guide/index.xhtml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-03-26 17:09:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-03-26 17:09:53 +0200
commite4c22d3686da0e973e21eae0561c1169c0eeff36 (patch)
tree0a49e9167edc88938b0287949080931314e8afea /documentation/cxx/parser/guide/index.xhtml
parent0d62005a3ff3b62d02c2eb3fd8644e0e19b202e8 (diff)
Implement support for XML Schema polymorphism in C++/Hybrid
examples/cxx/hybrid/polyroot/ examples/cxx/hybrid/polymorphism/: new examples tests/cxx/hybrid/polymorphism/: new tests
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 @@
&lt;greeting>Hello&lt;/greeting>
&lt;name>sun&lt;/name>
- &lt;name>earth&lt;/name>
+ &lt;name>moon&lt;/name>
&lt;name>world&lt;/name>
&lt;/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.