xsl-list
[Top] [All Lists]

Re: dynamically sort except first row if display=0

2002-11-06 06:10:23
"Braumüller, Hans" <H(_dot_)Braumueller(_at_)hanseorga(_dot_)de> wrote:

Hello friends,

Hello Hans.

(...)
XSL:
...
<xsl:apply-templates select="row">
(...)

instead of this use:
<xsl:apply-templates select="row[not(display=0)]">
 ...
This way you're applying the templates to all rows except those that have a
display=0

-- 
+-------------------------------------+
| This email was sent using V-Webmail |
|     http://www.v-webmail.co.uk/     |
+-------------------------------------+


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>