aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@luxion>2009-01-06 12:35:38 +0000
committerdakkar <dakkar@luxion>2009-01-06 12:35:38 +0000
commit1232550e29e267e8f98bb31c579a4ae77c74d6a5 (patch)
tree82640ebe1f01b9e44f0a4c90fef158b21d87339c
parentlingua passata anche a expandTT, e usata (diff)
downloadWebCoso-1232550e29e267e8f98bb31c579a4ae77c74d6a5.tar.gz
WebCoso-1232550e29e267e8f98bb31c579a4ae77c74d6a5.tar.bz2
WebCoso-1232550e29e267e8f98bb31c579a4ae77c74d6a5.zip
a parte i namespace sbagliati, direi che i feed possono andare bene
git-svn-id: svn://luxion/repos/WebCoso/trunk@401 fcb26f47-9200-0410-b104-b98ab5b095f3
-rw-r--r--t/test-site/src/common/fillFeed.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/test-site/src/common/fillFeed.xsl b/t/test-site/src/common/fillFeed.xsl
index 5ba0d76..e6077eb 100644
--- a/t/test-site/src/common/fillFeed.xsl
+++ b/t/test-site/src/common/fillFeed.xsl
@@ -26,9 +26,9 @@
<x:template match="f:PH">
<f:url><x:value-of select="."/></f:url>
- <f:title><x:value-of select="wc:title-for($language,$filename,.)"/></f:title>
+ <f:title><x:apply-templates select="wc:title-for($language,$filename,.)/node()"/></f:title>
<f:body>
- <x:apply-templates select="wc:document($language,$filename,.)/document"/>
+ <x:apply-templates select="wc:document($language,$filename,.)/document/node()"/>
</f:body>
</x:template>