12 lines
347 B
XML
Executable File
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>
|