libreccm-legacy/ccm-ldn-terms/web/__ccm__/apps/terms/lib/term-picker.xsl

12 lines
347 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:terms="http://xmlns.redhat.com/london/terms/1.0"
version="1.0">
<xsl:template match="terms:termPicker">
<xsl:apply-templates/>
</xsl:template>
</xsl:stylesheet>