You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/12/16 02:42:49 UTC

DO NOT REPLY [Bug 14360] - XPathAPI.selectSingleNode seems to truncate text node value

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14360>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14360

XPathAPI.selectSingleNode seems to truncate text node value





------- Additional Comments From ilene@ca.ibm.com  2002-12-16 01:42 -------
For some reason I'm not seeing any truncation.  Here's the result I got when 
running your sample:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Field>
   <FieldName>DateOfReading</FieldName>
   <FieldValue>2002-10-17T11:00:00-08:00</FieldValue>
</Field>

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<FieldValue>2002-10-17T11:00:00-08:00</FieldValue>

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2002-10-17T11:00:00-08:00


Are you using Xalan 2.4.1?