Ignore:
Timestamp:
10/23/07 15:22:21 (4 years ago)
Author:
sam
Message:

binaryXhtmlTransf : bug: img & flash non générés en WLink & WIframe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_binaryXhtmlTransf/bs.xml.xsl

    r9847 r9866  
    149149        <xsl0:template match="sm:binaryUrl" mode="pathNav">{resultatAgent('//url_<xsl0:value-of select="generate-id(.)"/>')}</xsl0:template> 
    150150        <xsl0:template match="sm:fixedValue" mode="pathNav"><xsl0:value-of select="@value"/></xsl0:template> 
    151         <xsl0:template match="sm:WObject|sm:WVideo|sm:WAudio" mode="pathNav">{resultatAgent('//page_<xsl0:value-of select="generate-id(.)"/>','act:')}</xsl0:template> 
     151        <xsl0:template match="sm:WImage|sm:WFlash|sm:WObject|sm:WVideo|sm:WAudio" mode="pathNav">{resultatAgent('//page_<xsl0:value-of select="generate-id(.)"/>','act:')}</xsl0:template> 
    152152        <xsl0:template match="sm:callBinaryMeta" mode="pathNav">{resultatAgent('//callMeta_<xsl0:value-of select="generate-id(.)"/>')}</xsl0:template> 
    153153        <xsl0:template match="sm:callModel" mode="pathNav">{resultatAgent('//callModel_<xsl0:value-of select="generate-id(.)"/>')}</xsl0:template> 
     
    159159        <xsl0:template match="sm:binaryUrl" mode="pathNavXsl"><xsl:value-of select="resultatAgent('//url_{generate-id(.)}')"/></xsl0:template> 
    160160        <xsl0:template match="sm:fixedValue" mode="pathNavXsl"><xsl0:value-of select="@value"/></xsl0:template> 
    161         <xsl0:template match="sm:WFlash|sm:WObject|sm:WVideo|sm:WAudio" mode="pathNavXsl"><xsl:value-of select="resultatAgent('//page_{generate-id(.)}','act:')"/></xsl0:template> 
     161        <xsl0:template match="sm:WImage|sm:WFlash|sm:WObject|sm:WVideo|sm:WAudio" mode="pathNavXsl"><xsl:value-of select="resultatAgent('//page_{generate-id(.)}','act:')"/></xsl0:template> 
    162162        <xsl0:template match="sm:callBinaryMeta" mode="pathNavXsl"><xsl:value-of select="resultatAgent('//callMeta_{generate-id(.)}')"/></xsl0:template> 
    163163        <xsl0:template match="sm:callModel" mode="pathNavXsl"><xsl:value-of select="resultatAgent('//callModel_{generate-id(.)}')"/></xsl0:template> 
Note: See TracChangeset for help on using the changeset viewer.