summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/yelp-build.in3
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>'