Oh man, what a silly mistake. Thanks anyway. I think it's enough for today. See you guys tomorrow.
G'Night, Barthi > -----Original Message----- > From: Aurélien DEHAY [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 17, 2006 8:08 PM > To: [email protected] > Subject: Re: What's wrong with my XSL?? > > Hello. > > Christian Barth a écrit : > > I want to do something like the first one. > > > > <table> > > <tbody> > > <xsl:for-each select="*"> > > <xsl:when test="local-name() = 'abweichungen'"> > > <tr> > > <th>Achtung Abweichungen:</th><th></th> > > </tr> > > </xsl:when> > > <xsl:otherwise> > > <tr> > > <td><xsl:value-of select="local-name()" > /></td><td><xsl:value-of > > select="."/></td> > > </tr> > > </xsl:otherwise> > > </xsl:for-each> > > <tbody> > > <table> > > > The > <xsl:when>...</xsl:when><xsl:otherwise>...</xsl:otherwise> > should be in a <xsl:choose> element: > http://zvon.org/xxl/XSLTreference/OutputExamples/example_13_59 > _frame.html > > Regards. > Aurélien. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
