My Tips and Tricks for C#, C, C++, MatLAB, Java, LaTeX, Python and more!
Tuesday, April 28, 2020
Need <, >, & in an XML-Message? Use the XML escape characters!
For Errors like this in SoapUI?
Name cannot begin with the ' ' character, hexadecimal value 0x20.
Then please try escaping the critical characters!
Have a look here:
https://stackoverflow.com/questions/1091945/what-characters-do-i-need-to-escape-in-xml-documents
" "
' '
< <
> >
& &
https://validator.w3.org/#validate_by_input
Subscribe to:
Posts (Atom)