RE: What's wrong with my XSL??

2006-01-17 Thread Christian Barth
Subject: Re: What's wrong with my XSL?? > > Hello. > > Christian Barth a écrit : > > I want to do something like the first one. > > > > > > > > > > > > > >

Re: What's wrong with my XSL??

2006-01-17 Thread Aurélien DEHAY
Hello. Christian Barth a écrit : > I want to do something like the first one. > > > > > > > Achtung Abweichungen: > > > > >select="."/> > > > > > > The .. should be in a element: http://z

Re: What's wrong with my XSL??

2006-01-17 Thread Geert Josten
You'd better revert to the xsl-list with these questions.. Anyhow: You have to wrap xsl:when and xsl:otherwise elements in a xsl:choose element to make them work. Besides: you can use test="self::abweichungen" if your elements are not namespaced.. Cheers, Geert -

What's wrong with my XSL??

2006-01-17 Thread Christian Barth
I want to do something like the first one. Achtung Abweichungen: But neither the 'when' nor the 'otherwise' are executed. Strange! This one here is working: