| View previous topic :: View next topic |
| Author |
Message |
IainK
Joined: 03 Aug 2008 Posts: 1
|
Posted: Sun Aug 03, 2008 11:30 pm Post subject: Question about XSLT files served via web interface |
|
|
Hey all,
I'm trying to build a fairly custom status page for icecast, I've done well with the original page so far (http://stream1.streamfree.co.uk) but I'm hoping to include some statistics powered by PHP.
I'm quite a long time user of icecast in general but this is the first time I have worked with XSL/XSLT (whatever these are) files and the first time I have attempted to serve using the icecast web server.
My question is can I include a php file and show it's images/content in the status.xsl file? If so what command would I use?
Or would it be possible or better to add PHP support to icecast web server? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Aug 04, 2008 1:14 am Post subject: |
|
|
xslt transforms the internal xml (stats within icecast) to whatever you'd like, commonly used to generate html. If html is generated then you can encode a link into the xsl to refer to some php from a web server.
karl. |
|
| Back to top |
|
 |
|