>
> 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
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
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
3 matches
Mail list logo