libreccm-legacy/ccm-ldn-navigation/web/__ccm__/apps/navigation/lib/quick-link-panel.xsl

12 lines
357 B
XML
Executable File

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