Ignore:
Timestamp:
02/22/08 13:44:35 (4 years ago)
Author:
jharrop
Message:

Match w:rFonts and write @ascii to css font-family.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/openpackaging/packages/wordml2html-2007.xslt

    r125 r139  
    26192619 
    26202620<xsl:template match="WX:font" mode="rpr">font-family:<xsl:value-of select="@WX:val"/>;</xsl:template> 
     2621 
     2622<!-- JHarrop 20080222 
     2623 
     2624       Basic support for fonts --> 
     2625<xsl:template match="w:rFonts" mode="rpr">font-family:<xsl:value-of select="@w:ascii"/>;</xsl:template> 
     2626 
     2627 
    26212628 
    26222629<xsl:template match="w:smallCaps" mode="rpr"> 
Note: See TracChangeset for help on using the changeset viewer.