[yelp-xsl] mal-cache.xsl: Pass through Sites attributes
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp-xsl] mal-cache.xsl: Pass through Sites attributes
- Date: Thu, 18 Jun 2015 03:52:42 +0000 (UTC)
commit 065a2a929d0b73d137ea36d4a8a7f6de34731745
Author: Shaun McCance <shaunm gnome org>
Date: Wed Jun 17 23:52:08 2015 -0400
mal-cache.xsl: Pass through Sites attributes
xslt/mallard/cache/mal-cache.xsl | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/xslt/mallard/cache/mal-cache.xsl b/xslt/mallard/cache/mal-cache.xsl
index 17bc5a2..a79a4aa 100644
--- a/xslt/mallard/cache/mal-cache.xsl
+++ b/xslt/mallard/cache/mal-cache.xsl
@@ -17,6 +17,7 @@ along with this program; see the file COPYING.LGPL. If not, see <http://www.gnu
<xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform'
xmlns:mal='http://projectmallard.org/1.0/'
xmlns:cache='http://projectmallard.org/cache/1.0/'
+ xmlns:site='http://projectmallard.org/site/1.0/'
xmlns='http://projectmallard.org/1.0/'
version='1.0'>
@@ -105,9 +106,8 @@ mal.cache.info
<xsl:param name="node_in"/>
<page>
<xsl:copy-of select="@*"/>
- <xsl:attribute name="cache:href">
- <xsl:value-of select="$node_in/@cache:href"/>
- </xsl:attribute>
+ <xsl:copy-of select="$node_in/@cache:*"/>
+ <xsl:copy-of select="$node_in/@site:*"/>
<xsl:call-template name="mal.cache.id">
<xsl:with-param name="node_in" select="$node_in"/>
</xsl:call-template>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]