hexadecimal 0x40

#14715

Hi all,

the problem was, that I returned a xml schema as output of orchestration. The format of Email was e.g. John Walker<[email protected]>

If I put this \”string\” in a xml document then the tags will be interpreted as an extension of xml document. My solution was to search in a string for position of \”<\” and for the position of \”>\” and additionally to read the value between these to values.

they idea with wrapping in CDATA seems to be very good. I should try it.

tox.