[xsd-users] Where to find more (complicated) examples
Boris Kolpackov
boris at codesynthesis.com
Thu Apr 9 10:20:44 EDT 2020
p.s.tilma at knid.nl <p.s.tilma at knid.nl> writes:
> After a couple of weeks experimenting with xsd (c++/tree)
> I find it difficult to get data from the in memory
> object model. (I am not an highly experienced C++
> programmer).
>
> Is there any documentation about how this works.
If you got the C++/Tree mapping page and scroll down a bit, you should
see the Documentation section which lists all the relevant resources:
https://codesynthesis.com/products/xsd/c++/tree/
The two top items on your list should be the Getting Started Guide
which provides the more introductory information as well as the
User Manual which covers more advanced topics.
I believe that if you read through the entire Getting Started
Guide you shouldn't have difficulty working with most object
models.
> In your documentation I only see some very
> simple examples. Can I find somewhere more
> complicated examples ?
There is a bunch of examples in the examples/cxx/tree/ subdirectory
of the XSD distribution with some of them pretty advanced. You can
also browse them here:
https://git.codesynthesis.com/cgit/xsd/xsd/tree/examples/cxx/tree
More information about the xsd-users
mailing list