11 lines
362 B
XML
Executable File
11 lines
362 B
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
version="1.0">
|
|
|
|
|
|
<!-- import statements if executed in CCM main web application context -->
|
|
<xsl:import href="../../../packages/bebop/xsl/bebop.xsl"/>
|
|
<xsl:import href="../../../packages/ui/xsl/ui.xsl"/>
|
|
|
|
</xsl:stylesheet>
|