I found a perl script called "xml2html" that converts the feed to html. Doesn't look tough to use, but I'm wondering if there's anything easier or if I am missing anything?
choster
10:56 pm on Jul 24, 2003 (gmt 0)
If you install an XSLT processor, you can use XSL stylesheets to manipulate the input XML-- control what is displayed, when, and where; convert the output to other markup languages (including HTML); change the structure, and so on. If you have no need to change your output HTML or to repurpose it in different formats, of course, the processor is probably overkill.