libreccm-legacy/ccm-navigation/web/themes/heirloom/apps/navigation/lib/greeting-item.xsl

11 lines
326 B
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:nav="http://ccm.redhat.com/navigation"
version="1.0">
<xsl:template match="nav:greetingItem">
<xsl:apply-templates select="*"/>
</xsl:template>
</xsl:stylesheet>