> -----Original Message----- > From: Ben Maurer [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 19, 2003 1:44 PM > To: Piers Haken > Cc: Paolo Molaro; [EMAIL PROTECTED] > Subject: RE: [Mono-list] How often is the class status page updated?
> <method name="get_Level()" error="warning"> > <warnings> > <warning text="Should be virtual" /> > </warnings> > </method> > Would be a lot better as: > > <method name="get_Level()" warning="Should be virtual" /> There can be multiple warnings. > > > > > > > > Can you explain what "doubling back" means in the context > > > of an XSTL > > > > tranform? > > > > > > > There are no (zero) instances, in corcompare.xsl where all the > > children have to be checked before an element can be produced. > <xsl:template name="toggle"> > <xsl:choose> > <xsl:when test="not(@presence) and > .//[EMAIL PROTECTED] or @todo_total or @extra_total or > @warning_total or @error or @presence] and > local-name() != 'assembly'"> > <img src="cm/tp.gif" class="t"/> > </xsl:when> > <xsl:when test="not(@presence) and > .//[EMAIL PROTECTED] or @todo_total or @extra_total or > @warning_total or @error or @presence]"> > <img src="cm/tm.gif" class="t"/> > </xsl:when> > <xsl:otherwise> > <img src="cm/tb.gif"/> > </xsl:otherwise> > </xsl:choose> > </xsl:template> > > That is called for every + or - box. That's true, but in reality the transform never has to check more than a few items before it short-circuits out. Piers. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
