JXpath automatically trims string values
----------------------------------------
Key: JXPATH-83
URL: https://issues.apache.org/jira/browse/JXPATH-83
Project: Commons JXPath
Issue Type: Bug
Affects Versions: 1.2 Final
Reporter: Wim Biesemans
When an xml contains a value with leading or trailing spaces, JXPath trims this
value.
example: <value> 12324 56</value> is retrieved by JXPath as : '1234 56'
while I expect ' 1234 56'.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]