Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4271196
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T07:24:33+00:00 2026-05-21T07:24:33+00:00

I have several nodes with same Name=’UPC’ and I need to find the value

  • 0

I have several nodes with same Name=’UPC’ and I need to find the value of the current one.

<XML>
<Attribute>
      <Name>UPC</Name>
      <Type>ComplexAttr</Type>
      <Value>Testing</Value>
    </Attribute>
    <Attribute>
      <Name>UPC</Name>
      <Type>ComplexAttr</Type>
      <Value>24a</Value>
    </Attribute>
</XML>

Expected Output:
It should pull the value from /Attribute/Value where Name=’UPC’ and Type = ‘ComplexAttr’.

On the first run = ‘Testing’ &
On the 2nd run the value should be = ’24a’

I’m trying to use the following code but it is not working. The value is null.

<xsl:attribute name ="value">
    <xsl:value-of select =".//Attribute[Type='ComplexAttr' and Name = 'UPC'][$i]/Value" />
</xsl:attribute>

where $i is the variable I’m using to loop through the above xml and it increments after each run. However, it only gives me the same value ‘Testing‘ (which is the first value) in every run. I have checked the value of the variable. It is changing every time it loops through.

I have also tried using current() and position() like below but I’m getting null in this case.

<xsl:value-of select =".//Attribute[Type='ComplexAttr' and Name = 'UPC'][current()]/Value" />

<xsl:value-of select =".//Attribute[Type='ComplexAttr' and Name = 'UPC'][position() = $i]/Value" />

Can someone help me out with this. Thanks in Advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T07:24:34+00:00Added an answer on May 21, 2026 at 7:24 am

    This is one of the biggest FAQ:

    The [] operator binds stronger than the // abbreviation.

    In order to select the 1st element in the XML document, that satisfies the specific condition in the predicate, use:

    (//Attribute[Type='ComplexAttr' and Name = 'UPC'])[1]/Value
    

    In order to select the 2nd element in the XML document, that satisfies the specific condition in the predicate, use:

    (//Attribute[Type='ComplexAttr' and Name = 'UPC'])[2]/Value
    

    In order to select the $ith element in the XML document, that satisfies the specific condition in the predicate, use:

    (//Attribute[Type='ComplexAttr' and Name = 'UPC'])[position() = $i]/Value
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have several templates that match various nodes in an xml document. If I
I have a WinForms TreeView with one main node and several sub-nodes. How can
I have several nodes running in an erlang cluster, each using the same magic
We have several jobs that run concurrently that have to use the same config
I have an xml with an xml-schema. The xml-schema defines an abstract complex type
I have a manager process on a node, and several worker processes. The manager
I have several ASP:TextBox controls on a form (about 20). When the form loads,
I have several RequiredFieldValidators in an ASP.NET 1.1 web application that are firing on
I have several tables whose only unique data is a uniqueidentifier (a Guid) column.
I have several old 3.5in floppy disks that I would like to backup. My

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.