RadioPoint XSL tutorial it's free for the taking.
Here is a demo show based of Dave's original infoWorld presentation. It encapsulates the entire show into one html file from the outline OPML file.
I modified the XSLT now everything is in the one file! I even got radio to upload an .xsl. Here is the xsl file. To use it in Internet Explorer take you're outline from radio and save it with an .xml extension. This will allow you to open automatically in Internet Explorer. Change the "<?xml version="1.0"?>" declaration to "<?xml-stylesheet type="text/xsl" href="radioPoint.xsl" version="1.0"?>" . Then just click on your outline and it will open in IE.
If you have Saxon: dos prompt>Saxon youroutlinename.opml radioPoint.xsl > nameOfHtmlFile.htm
I modified my xsl to include some stuff in Shakeel's I also acknowledge him in the .xsl file. Have fun!
Update:
Ed Nixon pointed out some fault's with my xsl that I am going to try to correct. The first one is the processing instruction should be "<?xml-stylesheet type="text/xsl" href="radioPoint.xsl" version="1.0"?>" use the "-" instead of the ":".
8:05:49 AM
|