Changeset 187
- Timestamp:
- 01/18/07 18:34:49
- Files:
-
- trunk/src/xslt/simple-import.xslt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/xslt/simple-import.xslt
r185 r187 390 390 <xsl:copy select="."/> 391 391 </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>400 392 <xsl:template match="*" mode="idmap" priority="-1"> 401 393 <xsl:copy select=".">
