Changeset 203

Show
Ignore:
Timestamp:
02/23/07 17:09:37
Author:
dan
Message:

also map @fontRefs

Files:

Legend:

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

    r201 r203  
    1 <?xml version="1.0"?> 
     1h<?xml version="1.0"?> 
    22<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"  
    33                                xmlns:swft="http://subsignal.org/swfml/swft" 
     
    244244 
    245245<!-- copy anything else, but translate objectIDs --> 
    246 <xsl:template match="@objectID|@sprite"> 
     246<xsl:template match="@objectID|@sprite|@fontRef"> 
    247247        <xsl:attribute name="{name()}"><xsl:value-of select="swft:map-id(.)"/></xsl:attribute> 
    248248</xsl:template>