Changeset 1755 for trunk/docx4j/src/main/java
- Timestamp:
- 02/06/12 17:45:16 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/convert/out/html/docx2xhtmlNG2.xslt
r1750 r1755 21 21 22 22 <!-- <xsl:output method="html" encoding="utf-8" omit-xml-declaration="yes" indent="yes"/> --> 23 <!-- Use method="html" if you need IE9 to display quotes properly (it 24 still doesn't use UTF 8 though!). Chrome works either way. 25 NB, with IE9, and XML output, 26 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 27 doesn't help.--> 23 28 24 29 <xsl:output method="xml" encoding="utf-8" omit-xml-declaration="no" indent="no" … … 226 231 docx4j to populate the fo:block --> 227 232 233 <xsl:variable name="pPrNode" select="w:pPr" /> 228 234 <xsl:variable name="pStyleVal" select="string( w:pPr/w:pStyle/@w:val )" /> 229 235 … … 253 259 <xsl:copy-of select=" 254 260 java:org.docx4j.convert.out.html.AbstractHtmlExporter.getNumberXmlNode( 255 $wmlPackage, $p StyleVal, $numId, $levelId)" />261 $wmlPackage, $pPrNode, $pStyleVal, $numId, $levelId)" /> 256 262 <xsl:apply-templates/> 257 263 </xsl:otherwise>
Note: See TracChangeset
for help on using the changeset viewer.
