Re: xml aggregator

2006-07-10 Thread Fredrik Lundh
kepioo wrote: > Hi all, > > I am trying to write an xml aggregator, but so far, i've been failing > miserably. > > what i want to do : > > i have entries, in a list format :[[key1,value],[key2,value],[ > key3,value]], value] > > example : > [["route","23"],["equip","jr2"],["time","3pm"]],"my fi

Re: xml aggregator

2006-07-10 Thread Gerard Flanagan
kepioo wrote: > Thank you so much, it works and it rocks ! > Great! Glad I could help. > bad thing i need ot figure out is why mozilla cannot parse my xsl > sheet, but it works in IE ( most of my users are using IE) > you could try transforming the xml on the server and send straight HTML to th

Re: xml aggregator

2006-07-10 Thread kepioo
Thank you so much, it works and it rocks ! bad thing i need ot figure out is why mozilla cannot parse my xsl sheet, but it works in IE ( most of my users are using IE) so the module u wrote is to top up element tree with Xpath capabilities, is it? Does the new element tree does that? which one is

Re: xml aggregator

2006-07-10 Thread Gerard Flanagan
> Gerard Flanagan wrote: > > Gerard Flanagan wrote: > > > kepioo wrote: > > > > Hi all, > > > > > > > > I am trying to write an xml aggregator, but so far, i've been failing > > > > miserably. > > > > > > > > what i want to do : > > > > > > > > i have entries, in a list format :[[key1,value],[key2,

Re: xml aggregator

2006-07-10 Thread kepioo
thanks a lot for the code. It was not working the first time (do not recognize item and existing_time --> i changed item by r[-1] and existing_time by existing_equip). however, it is not producing the result i expected, as in it doesn't group by same category the elements, it creates a new block

Re: xml aggregator

2006-07-09 Thread Gerard Flanagan
Gerard Flanagan wrote: > kepioo wrote: > > Hi all, > > > > I am trying to write an xml aggregator, but so far, i've been failing > > miserably. > > > > what i want to do : > > > > i have entries, in a list format :[[key1,value],[key2,value],[ > > key3,value]], value] > > > > example : > > [["route

Re: xml aggregator

2006-07-09 Thread Gerard Flanagan
kepioo wrote: > Hi all, > > I am trying to write an xml aggregator, but so far, i've been failing > miserably. > > what i want to do : > > i have entries, in a list format :[[key1,value],[key2,value],[ > key3,value]], value] > > example : > [["route","23"],["equip","jr2"],["time","3pm"]],"my first