Nice job ;-) but i have a question , how to show only active streams not idle ?
To show only active streams add XPath condition for filtering active stream nodes. Change this line in stat.xsl <xsl:apply-templates select="stream"/>to this <xsl:apply-templates select="stream[publishing]"/>
Thank you ;-) ;-) ;-)
Nice job ;-) but i have a question , how to show only active streams not idle ?
ReplyDeleteTo show only active streams add XPath condition for filtering active stream nodes. Change this line in stat.xsl
ReplyDelete<xsl:apply-templates select="stream"/>
to this
<xsl:apply-templates select="stream[publishing]"/>
Thank you ;-) ;-) ;-)
ReplyDelete