Re: [web2py] Re: Formatted data entries

2010-12-21 Thread Johann Spies
On 21 December 2010 18:08, mdipierro wrote: > I think you just need: > > db.mytable.myfield.represent=lambda x: XML(x,sanitize=True) > Thanks. I will try it. Regards Johann -- May grace and peace be yours in abundance through the full knowledge of God and of Jesus our Lord! His divine power

[web2py] Re: Formatted data entries

2010-12-21 Thread mdipierro
I think you just need: db.mytable.myfield.represent=lambda x: XML(x,sanitize=True) On Dec 21, 3:03 am, Johann Spies wrote: > I have in the past asked a similar question and could not find a solution. > I am trying again.  I have to read in thousands of records into a database > and some entrie