For more information, please refer to this announcement explaining best practices for getting answers to questions.
REST Client xml issue
Content
Hi,
I am implementing the REST client to retrieve the data from Taleo using the REST API. Everything is working fine and i was able to retrieve the data from Candidates object, When i parse the xml that we recieve from taleo in response to search request it is giving me the issues as we have the special charecters in xml tags similar to the below.
<Ifdoctoral,whichtype?>
<Willingtorelocate?>
I beleieve having the special charecters such as ? in the xml tag is against the standard xml specs.
Did anyone run into the similar issue with these kind of tags? can anyone throw some light on how we can proceed with these kind of issues? Any input would be of great help.