|
-
Nov 12th, 2002, 03:55 AM
#1
Thread Starter
Member
Max xml attribute .::RESOLVED::.
Is there a way I can get the maximum value of a given attribute in an xml file using xpath?
Eg. if I wanted the max "id"
<root>
<subject>
<message id="2"/>
<message id="4"/>
<message id="8"/>
</subject>
<subject>
<message id="5"/>
</subject>
</root>
would return "8".
Thanks.
Last edited by Ashes; Nov 12th, 2002 at 05:54 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|