Ignore:
Timestamp:
02/06/12 17:45:16 (4 months ago)
Author:
jharrop
Message:

Add $pPrNode to java:org.docx4j.convert.out.html.AbstractHtmlExporter.getNumberXmlNode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/convert/out/html/docx2xhtmlNG2.xslt

    r1750 r1755  
    2121 
    2222<!--  <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.--> 
    2328    
    2429<xsl:output method="xml" encoding="utf-8" omit-xml-declaration="no" indent="no"  
     
    226231                              docx4j to populate the fo:block --> 
    227232                 
     233                <xsl:variable name="pPrNode" select="w:pPr" />                           
    228234                <xsl:variable name="pStyleVal" select="string( w:pPr/w:pStyle/@w:val )" />   
    229235 
     
    253259                                        <xsl:copy-of select=" 
    254260                                                java:org.docx4j.convert.out.html.AbstractHtmlExporter.getNumberXmlNode(  
    255                                                                                 $wmlPackage, $pStyleVal, $numId, $levelId)" />                                   
     261                                                                                $wmlPackage, $pPrNode, $pStyleVal, $numId, $levelId)" />                                         
    256262                                        <xsl:apply-templates/>                           
    257263                                </xsl:otherwise> 
Note: See TracChangeset for help on using the changeset viewer.