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

RE: Problem getting position of node

Subject: RE: Problem getting position of node
From: omprakash.v@xxxxxxxxxxxxx
Date: Tue, 21 Mar 2006 14:35:56 +0530
getting position of parent node
Hi Jarno,
          Thanks for the reply. Looks like I haven't included enough of the
snippet for you to give the right solution. The snippet is as follows:

<xsl:template match="@*">
<xsl:attribute name="{name(.)}">
<xsl:value-of select="."/>
<xsl:number count="*"/>
</xsl:attribute>
</xsl:template>


As you can see, the context node is an attribute node and Iam getting the
error,
 Attribute nodes cannot be numbered.

Could you tell me the way to do this for attribute nodes.

cheers,
V.Omprakash
Sr. Technical Architect,
Polaris software Lab




                                                                                                                                
                      <Jarno.Elovirta@                                                                                          
                      nokia.com>               To:      <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>                                       
                                               cc:      (bcc: omprakash.v/Polaris)                                              
                      03/21/2006 02:16         Subject: RE:  Problem getting position of node                              
                      PM                                                                                                        
                      Please respond                                                                                            
                      to xsl-list                                                                                               
                                                                                                                                
                                                                                                                                




Hi,

>       Iam attempting to append the position of the current
>node to  the value of each of the node's attributes but Iam
>having problems in achieving this.
>
>Iam getting the following error:
>
>Error at xsl:value-of on line 27 of file:/D:/xamp.xsl:
>  Error in expression concat(., parent::node()/position()):
>Unexpected token [<function>] in path expression
>
>
>The line causing the problem is
>
><xsl:attribute name="{name(.)}">
><xsl:value-of select="concat(., parent::node()/position())"/>

parent::node()/position() is the problem, you can't use a function as a
right side operator in a path expression. Also, position() does not return
the position of a node in it's siblings, but rather the context position.
You want

  <xsl:value-of select="."/>
  <xsl:number count="*"/>

Cheers,

Jarno






POLARIS, THE LEADER IN SPECIALITY APPLICATION DEVELOPMENT :
-------------------------------------------------------------

Polaris has been awarded the Leader in the category of "Speciality Application Development" among the Top 100 global Companies from Cyber Media Publications for the Year 2006.

--------------------------------------------------------------

This e-Mail may contain proprietary and confidential information and is sent for the intended recipient(s) only. 
If by an addressing or transmission error this mail has been misdirected to you, you are requested to delete this mail immediately.
You are also hereby notified that any use, any form of reproduction, dissemination, copying, disclosure, modification,
distribution and/or publication of this e-mail message, contents or its attachment other than by its intended recipient/s is strictly prohibited.

Visit Us at http://www.polaris.co.in

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.