Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 12th, 2004, 06:27 AM
Registered User
 
Join Date: Aug 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default check each row in xml

hi everybody
i have xml look like this
- <A10A11BytePacketCountByPDSN>
  <pdsnNumberPdsn>0</pdsnNumberPdsn>
  <Time>08/07/2004 23:57:00</Time>
  <GroupNumber>20</GroupNumber>
  <pdsnIpAddressPdsn>9747</pdsnIpAddressPdsn>
  <reliableA11PktsReceivedPdsn>0</reliableA11PktsReceivedPdsn>
  <reliableA11PktsRetransmittedPdsn>9391</reliableA11PktsRetransmittedPdsn>
  <reliableA11PktsSentSuccessPdsn>214328468</reliableA11PktsSentSuccessPdsn>
  <totalA10EgressBytesPdsn>830</totalA10EgressBytesPdsn>
  <totalA10ForwardPktsDroppedPdsn>3136125348</totalA10ForwardPktsDroppedPdsn>
  <totalA10IngressBytesPdsn>0</totalA10IngressBytesPdsn>
  <totalA10ReversePktsDroppedPdsn>1882895</totalA10ReversePktsDroppedPdsn>
  <totalA11EgressBytesPdsn>622225</totalA11EgressBytesPdsn>
  </A10A11BytePacketCountByPDSN>
- <A10A11BytePacketCountByPDSN>

my issue is i need to check each row with the last to see if its bigger then the current
any idea someone
thanks
meylon

 
Old August 12th, 2004, 06:57 AM
Authorized User
 
Join Date: Jul 2004
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi Meylon,

You might have to explain that a little better, what exactly are you comparing and what do you mean by "bigger".

Regards
Bryan

 
Old August 12th, 2004, 07:11 AM
Registered User
 
Join Date: Aug 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

i mean the numbers are counters that i need to find a delta number

if row number 1 is 3 and row 2 is 5 and row 3 is 7 then
the delta will be the 7 - 5 - 2

 
Old August 12th, 2004, 07:13 AM
Registered User
 
Join Date: Aug 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

so i need to konw if the current number is bigger then the last becose it make a dieffrance







Similar Threads
Thread Thread Starter Forum Replies Last Post
check name of the current node element in xml arunagottimukkala XSLT 19 October 19th, 2007 04:44 AM
Print the row of datagrid with checkbox with check niks_crasher VS.NET 2002/2003 0 September 2nd, 2006 03:45 AM
How can I check for duplicate entries in XML gargkapil777 XSLT 2 December 22nd, 2005 01:00 PM
how delete row in datagrid which check checkbox ashish2001mca Forum and Wrox.com Feedback 1 September 18th, 2005 03:43 AM
check one row down crmpicco Excel VBA 0 May 6th, 2005 06:00 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.