aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>