in reply to Re: Need Help Understanding Parsing XML into multi level struck
in thread Need Help Understanding Parsing XML into multi level struck
I can get this to work when I don't have subfields, but the XML is more granular for the module I'm now building.self => Field1 => { subField1 => 'thingy1' subField2 => 'thingy2' subField3 => 'thingy3' subField4 => 'thingy4' } Field2 => { subField1 => 'thingy1' subField2 => 'thingy2' subField3 => 'thingy3' subField4 => 'thingy4' } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Need Help Understanding Parsing XML into multi level struck
by davido (Cardinal) on Mar 17, 2004 at 23:34 UTC | |
by ralibm (Acolyte) on Mar 17, 2004 at 23:53 UTC |