[xsd-users] cxx-tree and XPath

Mathew Benson mathew.benson at gmail.com
Sun Mar 2 13:10:01 EST 2014


I found this in the manual but it appears that it keeps the initial
document in memory for searches, and then retrieves the object from the
tree.  Does it really keep the document as well as the object tree in
memory?  My current project is small, but I may eventually decide to extend
it to a much larger project with a 1GB+ XML file.  How well does the xsd
implementation scale up to large DOM's?


On Sun, Mar 2, 2014 at 8:33 AM, Boris Kolpackov <boris at codesynthesis.com>wrote:

> Hi Mathew,
>
> Mathew Benson <mathew.benson at gmail.com> writes:
>
> > Is it possible to retrieve an object by the XPath using the xsd generated
> > code and API?
>
> Yes, look at the 'xpath' example.
>
> Boris
>
>


More information about the xsd-users mailing list