Forum Moderators: phranque

Message Too Old, No Replies

easy XML feed integration?

don't know what I'm doing but...

         

Craig_F

9:30 pm on Jul 24, 2003 (gmt 0)

10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member



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.