Actions
Bug #27408
closeda single text() node may be parsed as 2 nodes (with big data streams)
Start date:
01/30/2018
Due date:
% Done:
100%
Estimated time:
Description
as a consequence, some XPath function, such as substring-before() may not give the expected result.
Updated by Reynaud Sylvain about 7 years ago
- Category changed from XML Template Engine to Adaptors
- Status changed from New to Resolved
- % Done changed from 0 to 100
The cause of the problem was neither the XML parser, nor the XML template engine, but the HTTPConnector because its stream was not buffered.
Actions