Add basic support for RSS parsing for application/rss+xml content types
commit56d634b94689b60004de590790b0b37fd6d0463f
authorJonas Fonseca <fonseca@diku.dk>
Tue, 20 Dec 2005 02:08:13 +0000 (20 03:08 +0100)
committerJonas Fonseca <fonseca@antimatter.localdomain>
Tue, 20 Dec 2005 02:08:13 +0000 (20 03:08 +0100)
treedf321fb71587c8db78dd525f8fc2f82bfcd23f6b
parent5777941d06a25d9f011192a637d115e47d2cdbe5
Add basic support for RSS parsing for application/rss+xml content types

This means the RSS source will be highlighted, but by default the HTML
renderer will be used for the default rendering.
src/document/dom/renderer.c
src/document/renderer.c
src/document/sgml/Makefile
src/document/sgml/rss/attribute.inc [new file with mode: 0644]
src/document/sgml/rss/element.inc [new file with mode: 0644]
src/document/sgml/rss/rss.c [new file with mode: 0644]
src/document/sgml/rss/rss.h [new file with mode: 0644]
src/document/sgml/sgml.c
src/document/sgml/sgml.h
src/session/download.c