Closed
Bug 368413
Opened 19 years ago
Closed 19 years ago
Data is truncated when retrieving from an xml document with firstChild.nodeValue;
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 194231
People
(Reporter: andries.nieuwenhuize, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1
elChild.getElementsByTagName("tagName")[0].firstChild.nodeValue; Returns no more than 4 kB (4097 characters) of data.
Reproducible: Always
Steps to Reproduce:
1. make an xml-doc with an node that contains more than 4097 characters
2. load the xml-doc and try to retrieve the data of the node above
3. document.write() or something likely, the retrieved content so you will see that the data is truncated.
Updated•19 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•