DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=35104>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=35104 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #15184|Fix making uc:usecase and |Fix making uc:usecase and description|uc:step to form @href and |uc:step to form @href and |other attrib to get copied |other attrib to get copied | |(fixed one typo) ------- Additional Comments From [EMAIL PROTECTED] 2005-05-27 14:38 ------- (From update of attachment 15184) >Index: src/webapp/lenya/xslt/menu/menu2xhtml.xsl >=================================================================== >--- src/webapp/lenya/xslt/menu/menu2xhtml.xsl (revision 168297) >+++ src/webapp/lenya/xslt/menu/menu2xhtml.xsl (working copy) >@@ -232,7 +232,7 @@ > <a class="mI"> > <xsl:attribute name="href"> > <xsl:value-of select="@href"/> >- <xsl:apply-templates >select="@*[local-name() != 'href']"/> >+ <xsl:apply-templates >select="@*[local-name() = 'usecase' or local-name() = 'step']"/> > <xsl:text/> > <xsl:if > test="starts-with($completearea, 'info-')"> > <xsl:choose> >@@ -241,7 +241,9 @@ > </xsl:choose> > > <xsl:text>lenya.area=info</xsl:text> > </xsl:if> >- </xsl:attribute><xsl:value-of >select="."/></a> >+ </xsl:attribute> >+ <xsl:apply-templates >select="@*[local-name() != 'usecase' and local-name() != 'step' and >local-name() != 'href']"/> >+ <xsl:value-of select="."/></a> > </xsl:when> > <xsl:otherwise> > <span class="mI"><xsl:value-of > select="."/></span> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
