You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2003/08/12 02:47:03 UTC

DO NOT REPLY [Bug 22324] - getNodeValue on a Node.TEXT type of node truncates the returned 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=22324>.
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=22324

getNodeValue on a Node.TEXT type of node truncates the returned value





------- Additional Comments From mconstantin@digev.com  2003-08-12 00:47 -------
I just wanted to add that I have the solution for my problem, and that is by 
calling cipherNode.getChildNodes() which returns me a number of text nodes 
whose values, concatenated, gives me the right string but, again, the input XML 
document is created by me, there is no carriage return or a control character 
in the sequence <CipherValue>encoded_base64</CipherValue> and yet, 
encoded_base64 sequence gets truncated after 1690 characters.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org