[xsd-users] XML within XML

Boris Kolpackov boris at codesynthesis.com
Mon Aug 19 08:14:03 EDT 2019


Javier Gutierrez <javier.gutierrez at web.de> writes:

> I have below scenario. My challenge is that once the whole document is
> parsed, I need to pass their corresponding piece of XML (namely
> <config>) to each of the modules, they will have their own XSD for it.

You could pass them as DOMElement's which each module can then "parse"
into its corresponding C++ class instance. See the `wildcard` example
for something similar.



More information about the xsd-users mailing list