Ignore:
Timestamp:
02/26/10 03:41:23 (2 years ago)
Author:
jharrop
Message:

Basic character formatting in SVG output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/pptx4j/java/org/pptx4j/convert/out/svginhtml/pptx2svginhtml.xslt

    r1085 r1087  
    155155 
    156156 <xsl:template match="a:r"> 
    157         <xsl:apply-templates select="a:t"/> 
     157                <xsl:variable name="rPr" select="a:rPr"/> 
     158                <xsl:variable name="childResults"><xsl:apply-templates select="a:t"/></xsl:variable> 
     159                <xsl:copy-of select="java:org.pptx4j.convert.out.svginhtml.SvgExporter.createBlockForR( 
     160                        $wmlPackage, $rPr, 
     161                         $childResults)" /> 
    158162 </xsl:template> 
    159163 
Note: See TracChangeset for help on using the changeset viewer.