No finding tag with XMLStarlet that contains >
问题 I'm working with XMLStarlet in a bash script to basically find specific XML nodes based on what has changed on git within that file. This is working fine until we hit a node that needs to be searched that contains > as part of it's value. Example of the node that I want to find: <?xml version="1.0" encoding="UTF-8"?> <CustomLabels xmlns="http://soap.sforce.com/2006/04/metadata"> <labels> <fullName>Button_Value_Get_Data</fullName> <categories>Button Value</categories> <language>en_US</language