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

Re: position() affected by xsl:strip-space

Subject: Re: position() affected by xsl:strip-space
From: "Cinzia" <cinzianet@xxxxxxxxxxxxx>
Date: Tue, 11 Apr 2006 19:34:18 +0100
strip line
> your 3b xml file does have line feeds as posted
> 
> <genericSiteDoc>
>  <cityInstal>India</cityInstal><cityI
> 
> so the first child of genericSiteDoc is a text node and the cityInstall
> elements
> will have positions 2,3,4... if you use select="node()" (which is the
> default for apply-templates. you seem to get 2 4 6 which wouldimply that
> there is some space or comments that you are not seeing.
> Generally it's betterto use an explicit select="cityInstall" if you want
> to number with position() so you are sure that you are counting what you
> expect, or use xsl:number.
> 
> David

Thank you, just removing that one line feed so that

<genericSiteDoc><cityInstal>India</cityInstal>.....

did solve the problem, producing values for position() of 1,2,3.... for this 
particular example.

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.