- Some formatting in the XSL files of Mandalay

- Removal of two calls of mandalay:processAttributes, which may cause errors (Ticket #2076)


git-svn-id: https://svn.libreccm.org/ccm/trunk@2648 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-05-23 09:09:37 +00:00
parent 3683f0e511
commit 7e1c549723
13 changed files with 1209 additions and 1209 deletions

View File

@ -40,7 +40,7 @@
<!-- DE Eine verticale Liste als UL, wenn es keine item-path-Liste ist --> <!-- DE Eine verticale Liste als UL, wenn es keine item-path-Liste ist -->
<!-- EN A vertical list as ul, if it is not an item-path type list --> <!-- EN A vertical list as ul, if it is not an item-path type list -->
<xsl:template match="bebop:list[@layout = 'vertical']"> <xsl:template match="bebop:list[@layout = 'vertical']">
<xsl:call-template name="mandalay:processAttributes"/> <!--<xsl:call-template name="mandalay:processAttributes"/>-->
<xsl:choose> <xsl:choose>
<xsl:when test="@type = 'item-path'"> <xsl:when test="@type = 'item-path'">

View File

@ -127,7 +127,7 @@
These special versions of bebop:cell are defined in the corresponding template file These special versions of bebop:cell are defined in the corresponding template file
of Mandalay. --> of Mandalay. -->
<xsl:template match="bebop:cell"> <xsl:template match="bebop:cell">
<xsl:call-template name="mandalay:processAttributes"/> <!--<xsl:call-template name="mandalay:processAttributes"/>-->
<xsl:apply-templates/> <xsl:apply-templates/>
</xsl:template> </xsl:template>