Changeset 1087 for trunk/docx4j/src/pptx4j/java/org/pptx4j/convert/out/svginhtml/pptx2svginhtml.xslt
- Timestamp:
- 02/26/10 03:41:23 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/pptx4j/java/org/pptx4j/convert/out/svginhtml/pptx2svginhtml.xslt
r1085 r1087 155 155 156 156 <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)" /> 158 162 </xsl:template> 159 163
Note: See TracChangeset
for help on using the changeset viewer.
