How to verify any tag in xml

Trying to verifytext of a tag in an xml.

{
“Name”: “test1”,
“CreationDate”: “2019-8-10”,
“Commands”: [
{
“Command”: “open”,
“Target”: “XML Tree”,
“Value”: “”
},
{
“Command”: “verifyText”,
“Target”: “xpath=//[@id="main"]/div[4]/div",
“Value”: "
2005*”
}
]
}

Tried respective search value using variable also but variable doesn’t support <, > symbols.

Appreciated quick help.