XML format

Introduction

TBD

XPath tools

XPath Tester

https://codebeautify.org/Xpath-Tester


XPath expressions

All subnodes 'ID', with given value, immediately under a RECURSO node

Expression:

//RECURSO/ID[. = '52636']

Result:

<ID>52636</ID>