summaryrefslogtreecommitdiff
path: root/example/common.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'example/common.xsl')
-rw-r--r--example/common.xsl4
1 files changed, 4 insertions, 0 deletions
diff --git a/example/common.xsl b/example/common.xsl
index 15838ba..c832552 100644
--- a/example/common.xsl
+++ b/example/common.xsl
@@ -41,4 +41,8 @@
<dd><xsl:copy-of select="text()" /></dd>
</xsl:template>
+ <xsl:template match="pgx:no_query">
+ <p>No query is provided.</p>
+ </xsl:template>
+
</xsl:stylesheet>