Re: [web2py] Re: Parsing thru XML and Json

2010-11-19 Thread rochacbruno
Nice! Its one more récipe to be included somewhere in the book. Enviado via iPhone Em 19/11/2010, às 20:57, mdipierro escreveu: > a=""" > > OK Status> > > 123456 ID> > > J01 ID> > Brochure Template Name> > Job> > > 412 ID> > Design & Layout Name> > Task> > > 1 ID> > Chris Spence

[web2py] Re: Parsing thru XML and Json

2010-11-19 Thread mdipierro
a=""" OK 123456 J01 Brochure Template 412 Design & Layout 1 Chris Spence 2008-10-29T00:00:00 240 true 13:00 17:00 """ html=TAG(a) print html.element('status')[0] print html.element('task id')[0] On Nov 19, 4:31 pm, Steve Shepherd wrote: > Hi Folks > > Can someone post a code e