Changeset 20195
- Timestamp:
- 05/09/07 21:25:59 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/vrjuggler/data/xslt/2.2-2.3.xsl
r20187 r20195 112 112 <xsl:text>3</xsl:text> 113 113 </xsl:attribute> 114 115 <xsl:for-each select="./jconf:plugin_path"> 116 <xsl:copy-of select="." /> 117 </xsl:for-each> 114 118 115 119 <xsl:for-each select="./jconf:plugin"> … … 138 142 </xsl:otherwise> 139 143 </xsl:choose> 144 </xsl:for-each> 145 146 <xsl:for-each select="./jconf:cluster_node"> 147 <xsl:copy-of select="." /> 140 148 </xsl:for-each> 141 149
