[xsd-users] Lazy loading

Lars Sunde laasunde at hotmail.com
Sat Jan 22 09:55:36 EST 2022


Hello,

Does XSD 4.0 support any form of lazy loading of nodes in an XML file? Xerces uses the term "defer-node-expansion".

We are currently parsing an XML file that contain elements with String or integer or base64Binary data types. It is a runtime decision whether the application needs to parse the base64 data. It would improve performance if the base64 elements were loaded only when actually needed. Does XSD support such a solution?

Kind regards, Lars


More information about the xsd-users mailing list