Skip to content

Adds support for large text nodes

Compare
Choose a tag to compare
@bseddon bseddon released this 25 Feb 00:35
· 23 commits to main since this release

Adds support for files with large text nodes (>10MB). For PHP XML features to read all of the text a flag must be set or 'only' the first 10MBof the text will be retrieved and a warning emitted. Now the option to use large text nodes can be enabled by a parameter in the constructor of the class InputResourceInfo.