[xsd-users] XML data binding
Boris Kolpackov
boris at codesynthesis.com
Tue Feb 17 10:46:34 EST 2015
Hi,
tsroynciitraoln <tsroynciitraoln at gmail.com> writes:
> My current problem is for cast the underlying dom element to a C++
> generated object.
You cannot cast them to C++ objects. This is raw XML content that is
represented as DOM fragments. You can, however, parse it into suitable
C++ objects. Refer to the 'wildcard' example to see how it can be done.
Boris
More information about the xsd-users
mailing list