Changeset 704985d


Ignore:
Timestamp:
08/08/10 13:39:45 (3 years ago)
Author:
Aurélien Bompard <aurelien@…>
Branches:
master
Children:
4caf558
Parents:
700927f
git-author:
Stefan Zeller <stefan.zeller@…> (08/08/10 13:39:45)
git-committer:
Aurélien Bompard <aurelien@…> (08/08/10 13:39:45)
Message:

Add support for the "u" tag (underline)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsl/document-content/inline.xsl

    re18907c r704985d  
    155155</xsl:template> 
    156156 
     157<xsl:template match="h:u"/> 
     158<xsl:template match="h:u" mode="inparagraph"> 
     159    <text:span text:style-name="underline"> 
     160        <xsl:apply-templates mode="inparagraph"/> 
     161    </text:span> 
     162</xsl:template> 
     163 
    157164 
    158165</xsl:stylesheet> 
Note: See TracChangeset for help on using the changeset viewer.