Changeset 1572
- Timestamp:
- 05/21/08 18:55:18 (5 months ago)
- Files:
-
- trunk/src/main/resources/xsl/stub.xsl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/resources/xsl/stub.xsl
r1528 r1572 452 452 453 453 <xsl:template match="stub:option" name="stub:option"> 454 <xsl:param name="id" select="@id"/>455 454 <xsl:param name="name" select="@name"/> 456 455 <option> 457 <xsl:copy-of select="@*"/>458 <xsl:apply-templates select="text()"/>459 456 <ixsl:if> 460 457 <xsl:attribute name="test"> 461 458 <xsl:text>/document/forms/</xsl:text> 462 <xsl:value-of select=" $id"/>459 <xsl:value-of select="ancestor::stub:itemframe/@id"/> 463 460 <xsl:text>/</xsl:text> 464 461 <xsl:value-of select="$name"/> … … 468 465 </ixsl:attribute> 469 466 </ixsl:if> 467 <xsl:copy-of select="@*"/> 468 <xsl:apply-templates select="text()"/> 470 469 </option> 471 470 </xsl:template>
