Changeset 9394 for trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_navUiWidget/navOutlineDef.xsl
- Timestamp:
- 07/25/07 01:11:18 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_navUiWidget/navOutlineDef.xsl
r8901 r9394 49 49 50 50 <xsl:param name="vComp"/> 51 52 <xsl:template match="sm:navUiWidget"> 53 <outlineDef> 54 <scope> 55 <xsl:apply-templates select="sm:selectPage/*"/> 56 </scope> 57 <result> 58 <treeContent/> 59 </result> 60 </outlineDef> 61 </xsl:template> 62 63 <xsl:template match="sm:step"> 64 <xsl:apply-templates/> 65 </xsl:template> 66 67 <!-- minimalist --> 68 <xsl:template match="sm:next | sm:nextSibling | sm:previousSibling | sm:home"> 69 <startingPoint dir="down" offset="0" include="y"/> 70 <uncleFrom dir="down" offset="0"/> 71 <uncleTo dir="up" offset="0"/> 72 <currentDesc depth="1" depthFrom="current"/> 73 </xsl:template> 74 75 <!-- all --> 76 <xsl:template match="sm:previous | sm:last"> 77 <startingPoint dir="down" offset="0" include="y"/> 78 <uncleFrom dir="down" offset="0"/> 79 <uncleTo dir="up" offset="0"/> 80 <uncleDesc depth="noLimit"/> 81 <currentDesc depth="noLimit"/> 82 </xsl:template> 83 84 <!-- stack --> 85 <xsl:template match="sm:ancestor"> 86 <startingPoint dir="down" offset="0"/> 87 </xsl:template> 88 89 <!-- directChildren --> 90 <xsl:template match="sm:child"> 91 <startingPoint dir="up" offset="0" include="n"/> 92 <currentDesc depth="1" depthFrom="current"/> 93 </xsl:template> 94 95 96 97 <!-- TODO 51 98 52 <xsl:template match="sm:navUiWidget"> 99 53 <navOutlineDef> … … 157 111 <excludeCompType code="{getIdFromPath(@sc:refUri)}{getAxisSuffix(@axis)}"/> 158 112 </xsl:template> 159 -->160 113 <xsl:template match="*|text()|@*"/> 161 114 </xsl:stylesheet>
Note: See TracChangeset
for help on using the changeset viewer.