SAXReader.setStripWhitespaceText only strips full Text nodes which consist
solely of white-space and no other characters.
The following white-space Text Node will be 'stripped':
The method does not remove any leading or trailing white-space from text nodes.
Kind regards,
Edwin
--
http://www
Hi List,
I have a problem with the SAXReader.setStripWhitespaceText() method.
I have the following method:
public Document parse(String xml) throws DocumentException {
SAXReader xmlReader = new SAXReader();
xmlReader.setMergeAdjacentText(true);