in the status2.xsl there seems to be some extra commas ... --snippet of status2.xsl Global,Client:<xsl:value-of select="connections" /> Source: <xsl:value-of select="source_connections" />,,<xsl:value-of select="listeners" />,, <xsl:for-each select="source"> <xsl:value-of select="@mount" />,,<xsl:value-of select="name" />, --end do those extra commas mean anything? it seems like they are superflous and just get in the way of easily parsing this text file <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Johnny Robeson wrote:> in the status2.xsl there seems to be some extra commas ... > > --snippet of status2.xsl > Global,Client:<xsl:value-of select="connections" /> Source: > <xsl:value-of select="source_connections" />,,<xsl:value-of > select="listeners" />,, > <xsl:for-each select="source"> > <xsl:value-of select="@mount" />,,<xsl:value-of select="name" />, > > --end > do those extra commas mean anything? it seems like they are superflous > and just get in the way of easily parsing this text file > >i could send a patch to get rid of them if you want... not sure if it's worthwhile though --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Sunday 30 May 2004 17:45, Johnny Robeson wrote:> Johnny Robeson wrote: > > in the status2.xsl there seems to be some extra commas ... > > > > --snippet of status2.xsl > > Global,Client:<xsl:value-of select="connections" /> Source: > > <xsl:value-of select="source_connections" />,,<xsl:value-of > > select="listeners" />,, > > <xsl:for-each select="source"> > > <xsl:value-of select="@mount" />,,<xsl:value-of select="name" />, > > > > --end > > do those extra commas mean anything? it seems like they are superflous > > and just get in the way of easily parsing this text file > > i could send a patch to get rid of them if you want... not sure if it's > worthwhile thoughNot really. It's just an example file to show you how to do a few basic things - we expect people to change it if they actually want to use it. Mike --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.