Changeset 187

Show
Ignore:
Timestamp:
01/18/07 18:34:49
Author:
dan
Message:

remove the failing optimization (turned of idmapping for BitmapFills->bad); also,
sorry, .23 prerelease commit included a cleanup of [read|write]Float() suggested by
Lars Bonde.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/xslt/simple-import.xslt

    r185 r187  
    390390        <xsl:copy select="."/> 
    391391</xsl:template> 
    392 <xsl:template match="DefineShape|DefineShape2|DefineShape3" mode="idmap"> 
    393         <xsl:copy select="."> 
    394                 <xsl:apply-templates select="@*|text()" mode="idmap"/> 
    395         <xsl:for-each select="*"> 
    396             <xsl:copy-of select="."/> 
    397         </xsl:for-each> 
    398         </xsl:copy> 
    399 </xsl:template> 
    400392<xsl:template match="*" mode="idmap" priority="-1"> 
    401393        <xsl:copy select=".">