Re: accessing dom elements

2008-04-10 Thread Bülent Aldemir
> > I'm looking for the easiest way to parse xml file in Django/Python > without using dom methods like getelementbyid etc. I preffer jquery- > like syntax/selectors. Unfortunatelly I can't find that kind of > library for Python. elementtree is your friend; included with Python 2.5 file = 'my.xm

Re: accessing dom elements

2008-04-09 Thread [EMAIL PROTECTED]
I would take a look at BeautifulSoup(http://www.crummy.com/software/ BeautifulSoup/) On Apr 9, 10:16 pm, [EMAIL PROTECTED] wrote: > I'm looking for the easiest way to parse xml file in Django/Python > without using dom methods like getelementbyid etc. I preffer jquery- > like syntax/selectors. Un

accessing dom elements

2008-04-09 Thread chups22
I'm looking for the easiest way to parse xml file in Django/Python without using dom methods like getelementbyid etc. I preffer jquery- like syntax/selectors. Unfortunatelly I can't find that kind of library for Python. --~--~-~--~~~---~--~~ You received this messag