I would parse it into arrays of objects rather than arrays. It is a lot
easier to ask an object for some information than a multidimensional
array. I lot easier to maintain as well.

That soudns like an idea to try. Thanks!
Nik

On 7/3/07, Ron Wheeler <[EMAIL PROTECTED]> wrote:
You might also try to navigate the XML yourself (and parse it yourself.)

I would parse it into arrays of objects rather than arrays. It is a lot
easier to ask an object for some information than a multidimensional
array. I lot easier to maintain as well.

If you put some traces into your navigation, you will quickly see where
the problem is.

I assume that you have looked at he last record that was parsed
correctly and the next one that was dropped.
Do you have any characters in the XML that will cause problems (for
example, "<" or ">")?

Ron

nik crosina wrote:
> Hi,
>
> Is there a limit on the nodes that can be parsed with in an XML file?
> I am transferring an XML file that is 4 levels deep and at the moment
> 500 odd lines long (not even half what it will be) into a
> multidimensional array and when ui trace the array, this fizzels out
> not half way through.
>
> The XML seems well formed though as I don't get any errors in any
> validation tool (from dreamweaver to online sites).
>
> Thanks!
>
> Nik
> _______________________________________________
> [email protected]
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
>
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



--
Nik C
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to