[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: position() misunderstanding

Subject: Re: position() misunderstanding
From: David N Bertoni/Cambridge/IBM <david_n_bertoni@xxxxxxxxxx>
Date: Thu, 13 Feb 2003 11:23:46 -0800
rick taylor ibm



> I must be misunderstanding what a simple function like position() does.
Can
> someone explain to me why the following returns all even numbers in the
> result? I would expect it to be {1][2][3] instead of [2][4][6]
>
> === test.xml ===
> <?xml version="1.0" encoding="UTF-8"?>
>
> <Catalog>
>            <Book>
>                        <Title>Dune</Title>
>                        <Authors>Frank Herbert</Authors>
>            </Book>
>            <Book>
>                        <Title>The Stars My Destination</Title>
>                        <Authors>Alfred Bester</Authors>
>            </Book>
>            <Book>
>                        <Title>SLAN</Title>
>                        <Authors>A. E. Van Vogt</Authors>
>            </Book>
> </Catalog>

It's returning even numbers because you're forgetting about the whitespace
text nodes that are siblings of the book elements.  See the FAQ:

   http://www.dpawson.co.uk/xsl/sect2/N6099.html#d5877e70

Dave


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.