[xsd-users] unable to load file with --suppress-parsing activated
Boris Kolpackov
boris at codesynthesis.com
Mon May 27 19:30:46 EDT 2013
Hi Adrian,
Adrian Stern <adrian.stern at screenfood.com> writes:
> As i understand i do not need the parsing ability since i intend to
> load the whole document to ram (cxx-tree/DOM).
No, you still need it. Disabling parsing will omit both the parsing
constructors (what you need) and parsing functions (what you don't
need). To disable just parsing functions you can use the
--root-element-none option.
Boris
More information about the xsd-users
mailing list