search for: availabbl

Displaying 1 result from an estimated 1 matches for "availabbl".

Did you mean: availabel
2006 Jun 08
0
Help with XML/XSL
...L help for my status page. I wrote my own block-status.xsl file which is a simpler status page intented to be used as a block in CMS (Nuke, Drupal or Xoops for example). Currently, it lists every mount available with a green dot next to it. My problem is I *expect* a certain number of mount to be availabble and currently, if a mount is missing, it is simply not listed: <xsl:for-each select="source"> [...] </xsl:for-each> Instead of selecting against the source, I would like to work against an *expected* list: <xsl:for-each {list-of-expected-mounts}> <...