xsl-list
[Top] [All Lists]

Re: [xsl] row num

2006-06-28 13:41:43
When I write like this:
<xsl:for-each select="(ROWSET/ROW/SECTIONS/SECTIONS_ROW)[position() = 9]">
then it is ok.

But when I write <xsl:for-each
select="(ROWSET/ROW/SECTIONS/SECTIONS_ROW)[position() < 9]">
then error happens. System doesn't like "<" sign.

What to do?

On 6/28/06, Renate <renaate(_at_)gmail(_dot_)com> wrote:
When I write any of these I've got error:

Expected ']' instead of '  9'.

On 6/28/06, Geert Josten <geert(_dot_)josten(_at_)daidalos(_dot_)nl> wrote:
> > <xsl:for-each select="ROWSET/ROW/SECTIONS/SECTIONS_ROW where num < 9">
> >
> > How should I write it properly?
>
> Either:
>
> ROWSET/ROW/SECTIONS/SECTIONS_ROW[position() < 9]
>
> or:
>
> (ROWSET/ROW/SECTIONS/SECTIONS_ROW)[position() < 9]
>
> depending on what you want to achieve..
>
> Kind regards,
> Geert
>
>
> Drs. G.P.H. Josten
> Consultant
>
>
>
> Daidalos BV
> Source of Innovation
> Hoekeindsehof 1-4
> 2665  JZ  Bleiswijk
> Tel.: +31 (0) 10 850 1200
> Fax: +31 (0) 10 850 1199
> www.daidalos.nl
>
>
> De informatie - verzonden in of met dit emailbericht - is afkomstig van 
Daidalos BV en is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht 
onbedoeld hebt ontvangen, verzoeken wij u het te verwijderen. Aan dit bericht 
kunnen geen rechten worden ontleend.
>
> --~------------------------------------------------------------------
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
> or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
> --~--
>
>


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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