Re: Need the list of XML parsers

2011-01-17 Thread Stefan Behnel
Venu Allipuram, 17.01.2011 21:01: lxml is a great one, but it is not simple to install libxml and libxslt on Linux using user permissions. Well, you have to build it, obviously. Just pass "--static-deps" to the build script and it will build and link libxml2 and libxslt automatically for you.

Re: Need the list of XML parsers

2011-01-17 Thread Stefan Behnel
Venu, 17.01.2011 21:34: Using cElementTree, would you be willing show to me how to find the nodes with certain attribute, ie search using attributes and attibute values. I did not see any example code from the cElementTree official website. Check out the documentation of ElementTree and lxml.e

Re: Need the list of XML parsers

2011-01-17 Thread Venu
Hi Stefan Using cElementTree, would you be willing show to me how to find the nodes with certain attribute, ie search using attributes and attibute values. I did not see any example code from the cElementTree official website. Regards, Venu -- http://mail.python.org/mailman/listinfo/python-list

Re: Need the list of XML parsers

2011-01-17 Thread Venu Allipuram
lxml is a great one, but it is not simple to install libxml and libxslt on Linux using user permissions. Also it is hard to package the scripts after the complete development for release. Did anybody try this, if so please let me know your thoughts on this. Thanks venu On Mon, Jan 17, 2011 at 11:

Re: Need the list of XML parsers

2011-01-17 Thread Stefan Behnel
Venu, 17.01.2011 18:35: I am getting into serious Python programming for Electronic CAD tools, I am trying to find the best XML parser modules available. I need good searching capability for attributes, nodes and block of XML. I am looking for either a recommendation or previous forum links. Ca

Re: Need the list of XML parsers

2011-01-17 Thread hackingKK
Hi Venu, Use element tree module. This comes with Python itself and does all that you need with presision. I have already used it and it does a very very good job. Happy hacking. Krishnakant. On 17/01/11 23:05, Venu wrote: Hi, I am getting into serious Python programming for Electronic CAD tool

Re: Need the list of XML parsers

2011-01-17 Thread Sudheer Satyanarayana
On Monday 17 January 2011 11:05 PM, Venu wrote: Hi, I am getting into serious Python programming for Electronic CAD tools, I am trying to find the best XML parser modules available. I need good searching capability for attributes, nodes and block of XML. I am looking for either a recommendation

Need the list of XML parsers

2011-01-17 Thread Venu
Hi, I am getting into serious Python programming for Electronic CAD tools, I am trying to find the best XML parser modules available. I need good searching capability for attributes, nodes and block of XML. I am looking for either a recommendation or previous forum links. Thanks Venu -- http://m