>Hi y'all
>
>Has anyone found any problems with the xml parsing functions when the xml
>document gets quite large. eg, a doc with about 5000 lines (about 200KB)
>
>The problem that's occurring is that some of the elements are being broken
>in two parts
>
>If you require more details, please ask, as it's one of my colleagues that
>is having this problem and I'll need her to pass on an example if needed.

I've heard that the DOM is a memory hog...

Are you using DOM or the other one, or ???

It's also quite possible that somewhere deep into the XML somebody
line-wrapped an element, which is prefectly valid, but that isn't
anticipated by your algorithm for reading/parsing the file...

That's the most likely source of the problem as described.

-- 
Like Music?  http://l-i-e.com/artists.htm


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to