libreccm-legacy/ccm-ldn-navigation/web/__ccm__/apps/navigation/lib/greeting-item.xsl

11 lines
303 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/london/navigation"
version="1.0">
<xsl:template match="nav:greetingItem">
<xsl:apply-templates select="*"/>
</xsl:template>
</xsl:stylesheet>