Re: Parsing XML in the template? (New to Django and Python)

2009-12-06 Thread sleepjunk
e.com/paste/23116 http://diveintopython3.org/xml.html seems to be explaining the problem but I haven't gotten the code there to work for me yet. Thank you. On Dec 5, 11:40 pm, Sam Lai <samuel@gmail.com> wrote: > Inline. > > 2009/12/6 sleepjunk <sleepj...@gmail.com>: > >

Re: Parsing XML in the template? (New to Django and Python)

2009-12-05 Thread sleepjunk
ee inline. > > 2009/12/6 sleepjunk <sleepj...@gmail.com>: > > > Hello :) I am working on a small video site that allows a user to add > > a video to the site by submitting a Vimeo.com or Youtube.com URL. I'm > > trying to display thumbnails without hosting them. F

Parsing XML in the template? (New to Django and Python)

2009-12-05 Thread sleepjunk
Hello :) I am working on a small video site that allows a user to add a video to the site by submitting a Vimeo.com or Youtube.com URL. I'm trying to display thumbnails without hosting them. For Vimeo videos I need to parse an XML file to find the thumbnail location. On my homepage I would like