I need to have an XML with below tag
<Customer_In_Rental?>No</Customer_In_Rental?>
The ?
is not accepted, hence I tried it like
<Customer_In_Rental?>No</Customer_In_Rental?>
the XML is not well-formed even after this.
How to use ?
in my XML tag. Similarly, I need to use /
also
<Four/Six>No</Four/Six>
any quick help is appreciated.