Hi there!
I'm using the following code to reference the most modified date from a map:
data-subtype="//critdates/revised/@modified"
If the map has more than one revised tag, how can I amend this to call the last revised tag present in critdates?
Thanks in advance!
Josh
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi,
In order to use last revised tag present in critdates, the xpath can be updated to (//critdates/revised/@modified)[last()].
Thanks,
Tulika
Hi,
In order to use last revised tag present in critdates, the xpath can be updated to (//critdates/revised/@modified)[last()].
Thanks,
Tulika
Perfect! Thank you!!
Views
Replies
Total Likes