I was trying to upgrade an old method from an EvaluateXML to a CreateServiceNodeFromXml, but when I pasted in the same logic, it had a problem with the & character
Here is the old version:
Why would it do that?
Is there something else i should be doing?
Cant put & in CreateServiceNodeFromXml
-
- Posts: 472
- Joined: November 16th, 2021, 11:15 am
- Contact:
Cant put & in CreateServiceNodeFromXml
Last edited by CathyC on November 29th, 2022, 3:24 pm, edited 1 time in total. word count: 47
Tags:
-
- Posts: 472
- Joined: November 16th, 2021, 11:15 am
- Contact:
Re: Cant put & in CreateServiceNodeFromXml
talked to Jeff on this, the ampersand is a reserved character for xml so have to do & could also do & (hexidecimal) or & (decimal)
word count: 26
-
- Posts: 576
- Joined: August 26th, 2021, 9:56 am
- Contact:
Re: Cant put & in CreateServiceNodeFromXml
You can also use the CDATA button on the top of the editor with the & character selected.
word count: 33