Does anyone know if there is a plugin for WP that creates/converts the feed to html?
many thanks.
Does anyone know if there is a plugin for WP that creates/converts the feed to html?
many thanks.
The feed is dynamic and generated on request.
Any reason you want a html file ?
To convert the feed (which is XML) into an HTML page, you should be able to come up with an XSL file that can transform the feed into whatever type of HTML page you want.
Check out W3C for a good starting point on XSL transformations.
This topic has been closed to new replies.