- Timestamp:
- 11/27/06 18:46:24 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_dataFormXhtmlTransf.xml
r6475 r7520 246 246 247 247 <xsl:template match="sm:dataFormXhtmlTransf"> 248 <xsl:apply-templates mode="mainView"/> 248 249 <view code="title"/> 249 <view code="xhtmlContent"><xsl:apply-templates mode="in"/></view>250 250 </xsl:template> 251 252 <xsl:template match="sm:content" mode="mainView"> 253 <view code="xhtmlContent"> 254 <xsl:apply-templates mode="in"/> 255 </view> 256 </xsl:template> 257 <xsl:template match="sm:navigation" mode="mainView"> 258 <view code="navigation"> 259 <xsl:apply-templates mode="in"/> 260 </view> 261 </xsl:template> 262 251 263 252 264 </xsl:stylesheet>
Note: See TracChangeset
for help on using the changeset viewer.