Displaying 5 results from an estimated 5 matches for "feedparser".
2006 Feb 28
0
Ruby Feedparser and exceptions on valid feeds
I am using Ruby Feedparser and keep running into situations when a feed is
valid but feedparser throws an exception - REXML::ParseException:
Declarations can only occur in the doctype declaration.
The following feed does validate at feedvalidator.org (with a warning, but
does validate):
http://www.engadget.com/rss.xml
Howe...
2006 Feb 01
4
REXML::ParseException - but the feed IS valid
I am using Ruby feedparser and when I try to parse this feed:
http://feeds.feedburner.com/Mobilecrunch
I get an error:
REXML::ParseException: Declarations can only occur in the doctype
declaration.
This feed does validate at feedvalidator.org. Any idea why it would raise
an exception?
Thanks,
eduard
-------------- next...
2005 May 13
5
HTML sanitizer
Hello!
Does anybody know of a Ruby implementation of a HTML sanitizer that
prevents the attacks described on the xss cheatsheet?
(http://ha.ckers.org/xss.html)
I checked out the version Jamis wrote
(http://dev.rubyonrails.com/ticket/1277), but that only covers the
very basic attacks.
Anybody? Just figured I would ask before, before I reinvent the wheel..
Ciao!
Florian
2017 Nov 16
2
Can't update
Hi,
I can't do update:
yum update
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in <module>
yummain.user_main(sys.argv[1:], exit_code=True)
File "/usr/share/yum-cli/yummain.py", line 298, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 110, in main
base = cli.YumBaseCli()
File
2017 Nov 16
2
Can't update
...se.
# python -V
Python 2.6.6
# rpm -qa|grep python
gnome-python2-bonobo-2.28.0-3.el6.x86_64
gnome-python2-extras-2.25.3-20.el6.x86_64
python-setuptools-0.6.10-3.el6.noarch
python-unittest2-0.5.1-3.el6.noarch
gnome-python2-gconf-2.28.0-3.el6.x86_64
python-psycopg2-2.6-1.rhel6.x86_64
python-feedparser-5.1.2-2.el6.noarch
python-iwlib-0.1-1.2.el6.x86_64
python-mock-0.8.0-2.el6.noarch
python-imaging-1.1.6-19.el6.x86_64
python-libs-2.6.6-64.el6.i686
dbus-python-0.83.0-6.1.el6.x86_64
python-docutils-0.6-1.el6.noarch
python-dateutil-1.4.1-6.el6.noarch
gnome-python2-desktop-2.28.0-5.el6.x86_64...