Changeset 8845
- Timestamp:
- 03/02/07 11:32:59 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/_common/sm/od/getContent.xsl.xsl
r8680 r8845 65 65 # sm:dynamicString / sm:formattingMark 66 66 ### --> 67 <xsl0:template match="sm:formattingMark"><xsl0:apply-templates /></xsl0:template>68 <xsl0:template match="sm:dynamicString"><xsl0:apply-templates /></xsl0:template>69 <xsl0:template match="sm:formattingMark" mode="mContent"><xsl0:apply-templates /></xsl0:template>70 <xsl0:template match="sm:dynamicString" mode="mContent"><xsl0:apply-templates /></xsl0:template>67 <xsl0:template match="sm:formattingMark"><xsl0:apply-templates select="*"/></xsl0:template> 68 <xsl0:template match="sm:dynamicString"><xsl0:apply-templates select="*"/></xsl0:template> 69 <xsl0:template match="sm:formattingMark" mode="mContent"><xsl0:apply-templates select="*"/></xsl0:template> 70 <xsl0:template match="sm:dynamicString" mode="mContent"><xsl0:apply-templates select="*"/></xsl0:template> 71 71 72 72
Note: See TracChangeset
for help on using the changeset viewer.