XSLTGeneral 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
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