Changeset 9400 for trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_webSiteToWebSiteGenTransf/bsDescContent.xml.xsl
- Timestamp:
- 07/25/07 16:34:31 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_webSiteToWebSiteGenTransf/bsDescContent.xml.xsl
r8599 r9400 196 196 <!-- WIFrame --> 197 197 <xsl0:template match="sm:WIFrame" mode="xhtml"> 198 <iframe class="{$vPrefixClass}_{@internalClass} {@commonClass}" src="[![agent=//url_{generate-id(sm:url)}]!]"/> 198 <iframe class="{$vPrefixClass}_{@internalClass} {@commonClass}" src="[![agent=//url_{generate-id(sm:url)}]!]"> 199 <xsl0:attribute name="frameborder"><xsl0:value-of select="si(@frameborder='yes','1','0')"/></xsl0:attribute> 200 <xsl0:if test="@scrolling"><xsl0:attribute name="scrolling"><xsl0:value-of select="@scrolling"/></xsl0:attribute></xsl0:if> 201 <xsl0:if test="@marginheight"><xsl0:attribute name="marginheight"><xsl0:value-of select="@marginheight"/></xsl0:attribute></xsl0:if> 202 <xsl0:if test="@marginwidth"><xsl0:attribute name="marginwidth"><xsl0:value-of select="@marginwidth"/></xsl0:attribute></xsl0:if> 203 </iframe> 199 204 </xsl0:template> 200 205
Note: See TracChangeset
for help on using the changeset viewer.