|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.hp.hpl.mesa.rdf.jena.sample.RenderToHTML
Render RSS 1.0 input as HTML
This program reads a source of RSS 1.0 data and translates it to an HTML representation. The resulting HTML is crude - this program is intended as an illustration of how it can be done.
Usage:
Constructor Summary | |
RenderToHTML()
|
Method Summary | |
static void |
main(java.lang.String[] args)
Render RSS 1.0 as HTML. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RenderToHTML()
Method Detail |
public static void main(java.lang.String[] args)
This program reads the source of RSS 1.0 data whose URL is in args[0] and writes an HTML representation to the file whose name is in args[1]. The translation is currently crude - this program is intended as an illustration of how it can be done.
args
- program arguments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |