hi, I think u can use a inbuilt function in php "xml_parse_into_struct() " Function It will give you ur xml data parsed into an array... for detailed example u can visit the following URL. http://phpinterviewanswers.blogspot.com/
regards, SHAHAJI. On Thu, May 15, 2008 at 2:37 AM, Ilbert Esculpi <[EMAIL PROTECTED]> wrote: > Hello all, > I've several methods that returns data in XML format... I want to know how > to order it by some specified field. > I'm trying to transform the xml into an array and then use the > array_multisort method, but unsuccesfully... > any idea? whatever approach will work for me: ordering the xml data or > transforming it into an array. > Thanks. > > ______________________________________________ > Enviado desde Correo Yahoo! La bandeja de entrada más inteligente. > > [Non-text portions of this message have been removed] > > > [Non-text portions of this message have been removed]
