I'm looing for a way to extract my data from the below XML file structure:
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>**MyClassController**</members>
<name>ApexClass</name>
</types>
<version>51.0</version>
</Package>
The expected result is MyClassController. What is the command I should use and can you please give me a sample?