Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.6.0, 2.6.1, 2.6.2
-
None
-
None
Description
The parse method of XIncludeTextReader reads from the input stream one character at a time, accumulating all the characters in a buffer before reporting them down the pipeline. This would be a space hog for large text includes. It's more efficient to read and report multiple chunks.