[xsd-users] cxx-parser with string restrictions

Boris Kolpackov boris at codesynthesis.com
Thu Jun 8 13:43:47 EDT 2017


Hi David,

David Miller <david.miller at torstonetech.com> writes:

> Because input file is enormous, parser is a better approach.

You can parse things in chunks with C++/Tree and a bit of effort. See
'streaming' example for details.

Boris



More information about the xsd-users mailing list