
May 5th, 2004, 10:25 AM
|
|
Registered User
|
|
Join Date: May 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Xml Node Content Limits?
Hi,
Is there a limit on how much information can be placed in a XML file? or how much information a node can contain?
I have created a pop up HTML document to read a XML file and then display the contents. The same HTML document is used, but each time a link from the main document is clicked a different XML file is loaded for the pop up HTML document. Each XML file contains news items.
When i create a XML file, save it, close it, then load it via the link into the HTML document, the contents have been stripped.
Code:
<a href="javascript:popup('news.html?newsitem=200405.xml')">News for May 2004</a>
Now when the node that holds the news item contains a certain amount of characters (less than about 3000) it works fine, but when this grows to over approx 3000 characters, the HTML document only displays some of the content. Bemused, i check the XML file, amazingly, the XML file has stripped the contents, even if the write protect the XML file once i have created it.
Any ideas?
Cheers.
|