[yelp-tools] yelp-build: Copy figures for experimental mouseovers



commit 1cadaf0fdaff7c6ddb006d8a1b9421706281ad33
Author: Shaun McCance <shaunm gnome org>
Date:   Sat May 14 12:33:36 2011 -0400

    yelp-build: Copy figures for experimental mouseovers

 tools/yelp-build.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/tools/yelp-build.in b/tools/yelp-build.in
index 8e802bd..aabe782 100755
--- a/tools/yelp-build.in
+++ b/tools/yelp-build.in
@@ -335,11 +335,12 @@ yelp_html_page2html () {
             echo '<xsl:stylesheet'
             echo ' xmlns:xsl="http://www.w3.org/1999/XSL/Transform";'
             echo ' xmlns:mal="http://projectmallard.org/1.0/";'
+            echo ' xmlns:e="http://projectmallard.org/experimental/";'
             echo ' exclude-result-prefixes="mal"'
             echo ' version="1.0">'
             echo '<xsl:output method="text"/>'
             echo '<xsl:template match="/">'
-            echo ' <xsl:for-each select="//mal:media">'
+            echo ' <xsl:for-each select="//mal:media | //e:mouseover">'
             echo '  <xsl:value-of select="concat(@src, '"'&#x000A;'"')"/>'
             echo ' </xsl:for-each>'
             echo '</xsl:template>'



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]