Alexi Zuo wrote:
Dave,
Thanks, for the second one "XMLUni::fgXercesSchema", can you just tell me
when it should be set to true?
If you want to do schema validation, then yes, set it to true.
So in my case, I just need to set XMLUni::fgSAX2CoreValidation to true, and
leave others unchanged?
If you want to do validation, then yes, set it to true. If you want to
force validation whether a grammar is present or not, then don't enable
dynamic validation (http://apache.org/xml/features/validation/dynamic)
Dave