[xsd-users] Not working example
Boris Kolpackov
boris at codesynthesis.com
Wed Oct 30 01:19:39 EDT 2013
Hi Thibaud,
ROUILLE Thibaud <thibaud.rouille at fr.thalesgroup.com> writes:
> The asNode() method doesn't exists anymore in Berkley DbXml.
Yes, unfortunately, the Berkley DBXML developers went way from
exposing the XML content as Xerces-C++ DOM nodes and instead
decided to use a streaming model (i.e., XML reader/writer). The
new model, however, does not allow for tight integration with
XSD, that you can see in the examples (it is both convenient and
fast).
We have had a long discussion with the DBXML folks but unfortunately
they insisted on only having the reader/writer interface. As a
result, we will be no longer supporting DBXML and XSD integration
in the future. Which is a pity since it worked quite well.
Boris
More information about the xsd-users
mailing list