javascript - XML NodeValue cuts off after 300 characters (in Google Chrome) -
in javascript web app, i'm loading xml files in 2 ways. 1) via ajax call, , 2) response submitting form server. result of each load xmldocument. try , read data out of document.
this works fine in ie7. in chrome method (1) works fine, however, when same document loaded via method (2) in cdatasection node value of "nodevalue" limited 300 characters. full text appears in "wholetext".
any ideas on why or how can nodevalue work in both situations?
Comments
Post a Comment