Author: post
Date: 2009-09-02 09:15:38 +0200 (Wed, 02 Sep 2009)
New Revision: 139

Modified:
   showcameras.xsl
Log:
- XML shows known camera count in title.

Modified: showcameras.xsl
===================================================================
--- showcameras.xsl     2009-09-01 21:14:03 UTC (rev 138)
+++ showcameras.xsl     2009-09-02 07:15:38 UTC (rev 139)
@@ -27,7 +27,7 @@
        </head>
 
        <body>
-               <h1>Known RawSpeed Cameras</h1>
+               <h1>The <xsl:value-of select="count(Cameras/Camera)"/> Known 
RawSpeed Cameras:</h1>
                <xsl:for-each select="Cameras/Camera">
                <xsl:sort data-type = "text" select = "concat(@make,@model)"/>
                        <h2>


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to