Ignore:
Timestamp:
04/17/07 17:37:54 (5 years ago)
Author:
anp
Message:

#176 : gestion correcte de getBinaryFileName

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_binaryOdTransf/getContent.xsl.xsl

    r8994 r9148  
    5454        xmlns:java="http://xml.apache.org/xslt/java" 
    5555        xmlns:xalan="http://xml.apache.org/xalan" 
    56         exclude-result-prefixes="xalan java xsl sm sc scOd office text table fo draw svg xlink style"> 
     56        exclude-result-prefixes="xalan xsl sm sc scOd office text table fo draw svg xlink style"> 
    5757         
    5858        <xsl0:output method="xml" indent="no" omit-xml-declaration="yes"/> 
     
    298298        </xsl0:template> 
    299299         
    300         <xsl0:template match="sm:binaryFileName"><xsl:value-of select="extractFileNameFromPath(resultatAgent('../viewResource/UriResSource'))"/></xsl0:template> 
     300        <xsl0:template match="sm:binaryFileName"><xsl:value-of select="extractFileNameFromPath(java:hGetName(srcFileAgent()))"/></xsl0:template> 
    301301         
    302302        <xsl0:template match="*"/> 
Note: See TracChangeset for help on using the changeset viewer.