Is there a simple xquery to find the last entry in an xml document?
Thanks
(//entry)[last()]
plus some padding because StackOverflow doesn't like short answers.
Have a look at the xpath syntax and do something like:
/rootelement/*[last()]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With