Show
Ignore:
Timestamp:
12/05/06 16:11:47 (2 years ago)
Author:
lgodard
Message:

- add ommitted tags <phrase>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • OOo/ooo2dbk/trunk/ooo2dbk.odf.xsl

    r50504 r50505  
    24692469           dans le cas d'un titre, le lien Id est ajoute au niveau superieur par le template GenereIDSection --> 
    24702470    <xsl:if test="not(name(..) = 'text:h')"> 
    2471       <xsl:attribute name="id"> 
    2472         <xsl:value-of select="@text:name"/> 
    2473       </xsl:attribute> 
     2471            <phrase> 
     2472              <xsl:attribute name="id"> 
     2473                <xsl:value-of select="@text:name"/> 
     2474              </xsl:attribute> 
     2475            </phrase> 
    24742476    </xsl:if> 
    24752477    <!-- fin rajout MT -->