I'm trying to parse some XML but I ran into an issue where my data has a / in it (see below).
<pArray index="0">/shared/BENANDERSON</pArray>
When I ran it, I got this error.
Here is the code where I found the issue occurring. The XML reader must see the / as the invalid character. The value of P0 eventually ends up as null which causes another issue downstream. Is there a way for me to proceed with the / in the data? Thank you!
do %request.Content.Rewind()
set content = %request

.png)