14 lines
592 B
XML
Executable File
14 lines
592 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 DEFINITIONS ccm-auth-http installed as separate web application
|
|
<xsl:import href="../../../../../ROOT/packages/bebop/xsl/bebop.xsl"/>
|
|
<xsl:import href="../../../../../ROOT/packages/ui/xsl/ui.xsl"/>
|
|
-->
|
|
<!-- IMPORT DEFINITIONS ccm-auth-http installed into the main CCM webapp
|
|
-->
|
|
<xsl:import href="../../../../packages/bebop/xsl/bebop.xsl"/>
|
|
<xsl:import href="../../../../packages/ui/xsl/ui.xsl"/>
|
|
|
|
</xsl:stylesheet>
|