thank you so much for your help, anthony, i've already tested your code, and
it works fine.
def mp3():
    rows = db().select(db.audio.ALL)
    from gluon.serializers import xml
    xmlrows = xml(rows)
    return dict(xmlrows = xmlrows)

i'll try to pass the xml output into the views but, the player didn't work
because of what i passed is xml content not xml file (*.xml), the error said
'can't find xml file', do you have any solutions to produce xml file?

i'm tryin to use jquerygrid too, refer to the radiologs appliances.
any suggestion about it?

thank you so much and best regards,

steve van christie

Reply via email to