thank you so much for your info, arun, but it return an error when i execute
it :

This page contains the following errors:
error on line 162 at column 10: Opening and ending tag mismatch: link line 0
and head error on line 162 at column 10: Encoding error
Below is a rendering of the page up to the first error.do you have any
solution for this?

thanks and best regards,

steve van christie

On Fri, Apr 15, 2011 at 10:38 PM, Arun K.Rajeevan <the1.a...@gmail.com>wrote:

> def mp3():
>     import gluon.contenttype
>     response.headers['Content-Type']
> = gluon.contenttype.contenttype('.xml')
>     rows = db().select(db.audio.ALL)
>     from gluon.serializers import xml
>     xmlrows = xml(rows)
>     return dict(xmlrows = xmlrows)
>

Reply via email to