Closed Bug 375657 Opened 18 years ago Closed 18 years ago

XML tag beaks

Categories

(Core :: XML, defect)

1.8 Branch
x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 194231

People

(Reporter: miamibc, Unassigned)

References

()

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3 Hello. I have problem loading XML page with big amount of text inside one XML node. This text has brake to chunks of ~6kb. I have sample of this XML in http://www.blackcrystal.net/news.xml and here are screenshot of problem place http://www.blackcrystal.net/miami/bug.gif You can download xml using download manager to see its source, there is no break after [Rip] word. Please, tell me if it is not bug, I must to add union to my scripts to display news correctly. REMARK: Internet Explorer 6-7 shows this XML normally without splits. Reproducible: Always Steps to Reproduce: I've used union script //firefox 6kb xml tag limit bug fix var txt = ''; try { for (var q = 0; q<100; q++) { var pointer = (q==0) ? textArr[i].firstChild : pointer.nextSibling ; txt += pointer.data;}} catch (e) {} Actual Results: Slowly loading, more loops Expected Results: Just fix the problem, please.
Assignee: nobody → xml
Component: General → XML
Product: Firefox → Core
QA Contact: general → ashshbhatt
Version: unspecified → 1.8 Branch
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.