[BangPypers] Access xml file form python script

2010-10-31 Thread Avinash TM
Hi All, I have created a simple xml document i.e., preferences.xml as follows ?xml version=1.0? object object name=category value=cricket property name=titleCricket/property property name=subscribers element name=avinash/ element name=prashant/ /property /object /object Now i

[BangPypers] rss feed generation and combining mutilple xml files

2010-10-27 Thread Avinash TM
*Rss feed generation : * The following is the webpage (http://localhost/buttoncheck.php) which i have created using simple php. - Please select from the following options to generate feeds Retail Transport HealthCare

[BangPypers] Generating rss feeds, feed genetation

2010-10-07 Thread Avinash TM
Hi all, So far i learnt few things about how to parse the feeds using feedparser. Now i would like to know much about 'creating rss feeds and rss feed generation using *python*'. But i didn't get any good simple examples or referring sites in internet. So please suggest me. Thanks Regards

[BangPypers] install feedparser

2010-10-03 Thread Avinash TM
Hi all, I am newbie to Python. I wish to install feedparser in Eclipse environment, when i include line 'import feedparser' in eclipse , it is showing the error as 'Unresolved import:feedparser' but i had installed in terminal , and i can write simple small programs in terminal. I am using

[BangPypers] Latest Cricket News in Command Line

2010-10-03 Thread Avinash TM
Hi All , I tried this simple code using 'feed parser'. May be you will find it useful. Am new to Python,any suggestions or new ideas on how we can improve this code. -Avinash ___ * * *Program : * #!

[BangPypers] install feedparser

2010-09-29 Thread Avinash TM
Hi all, While I am working with feedparser , i downloaded feedparser-4.1.zip then unziped also , it becomes feedparser.py (executable) . Then if i tried this below command #python feedparser.py install it will show this message avin...@linux-qqbq:~/Download python feedparser.py install install