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

RE: Get the first Array element

Subject: RE: Get the first Array element
From: Michele R Combs <mrrothen@xxxxxxx>
Date: Thu, 10 May 2012 17:27:42 +0000
RE:  Get the first Array element
In your code example there is only ONE occurrence of TaxTotal/Amount -- in
that case, select="TaxTotal/Amount" will work.

If there are multiple TaxTotal/Amounts and you only want the first one, then I
think select="TaxTotal[child::Amount][1]"" would do it.

Michele

-----Original Message-----
From: henry human [mailto:henry_human@xxxxxxxx]
Sent: Thursday, May 10, 2012 12:18 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re:  Get the first Array element

Sorry it was a mistake in the posting:
Correction:
I will get the FIRST Taxtotal element which has the Amount element I tried it
with <xsl-value-of select="TaxTotal[1]/Amount"/> But it does not work as
expected because I get the other Taxtotal (the first one) which has not the
element 'Amount'
Here is my XML data:

<elements>
....
 <TaxTotal>
  <otherAmount>22.00</otherAmount>
 </TaxTotal>
 .......
 <TaxTotal>
  <otherAmount>90.00</otherAmount>
 </TaxTotal>
 <TaxTotal>
      .....
  <Amount>44.00</Amount>
  </TaxSubtotal>
 </TaxTotal>
 <TaxTotal>
  .....
  <Amount>10.00</Amount>
  </TaxSubtotal>
 </TaxTotal>
 ......
</elements>



I hope i am now more cleare
 ??



----- Urspr|ngliche Message -----
Von: henry human <henry_human@xxxxxxxx>
An: "xsl-list@xxxxxxxxxxxxxxxxxxxxxx" <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
CC:
Gesendet: 17:59 Donnerstag, 10.Mai 2012
Betreff: Re:  Get the first Array element

Sorry it was a mistake in the posting:
Correction:
I will get the FIRST Taxtotal element which has the Amount element I tried it
with <xsl-value-of select="TaxTotal[1]/RoundingAmount"/>
But it does not work as expected because I get the other Taxtotal (the first
one) which has not the element 'Amount'
Here is my XML data:

<elements>
....
 <TaxTotal>
  <otherAmount>22.00</otherAmount>
 </TaxTotal>
 .......
 <TaxTotal>
  <otherAmount>90.00</otherAmount>
 </TaxTotal>
 <TaxTotal>
      .....
  <Amount>44.00</Amount>
  </TaxSubtotal>
 </TaxTotal>
 <TaxTotal>
  .....
  <Amount>10.00</Amount>
  </TaxSubtotal>
 </TaxTotal>
 ......
</elements>



I hope i am now more cleare
 ??


----- Urspr|ngliche Message -----
Von: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
An: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
CC:
Gesendet: 17:49 Donnerstag, 10.Mai 2012
Betreff: Re:  Get the first Array element

Unless you clearly define the problem, don't expect any useful response -- we
are not supernaturals and only have limited guessing power.

Cheers,
Dimitre

On Thu, May 10, 2012 at 7:11 AM, henry human <henry_human@xxxxxxxx> wrote:
> Hello
> <elements>
> ....
>  <TaxTotal>
>   <otherAmount>22.00</otherAmount>
>  </TaxTotal>
>  .......
>  <TaxTotal>
>   <otherAmount>90.00</otherAmount>
>  </TaxTotal>
>  <TaxTotal>
>       .....
>   <Amount>44.00</Amount>
>   </TaxSubtotal>
>  </TaxTotal>
>  <TaxTotal>
>   .....
>   <Amount>10.00</Amount>
>   </TaxSubtotal>
>  </TaxTotal>
>  ......
> </elements>
> ---------------------
> Ever I will get the FIRST Taxtotal because this has the Amount I tried
> :cac:TaxTotal[1]/cbc:RoundingAmount
> Butr It is wrong!
> ??
>



--
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.
---------------------------------------
To invent, you need a good imagination and a pile of junk
-------------------------------------
Never fight an inanimate object
-------------------------------------
To avoid situations in which you might make mistakes may be the biggest
mistake of all
------------------------------------
Quality means doing it right when no one is looking.
-------------------------------------
You've achieved success in your field when you don't know whether what you're
doing is work or play
-------------------------------------
Facts do not cease to exist because they are ignored.
-------------------------------------
I finally figured out the only reason to be alive is to enjoy it.

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.