What are invalid characters in XML

后端 未结 15 1344
时光说笑
时光说笑 2020-11-22 03:23

I am working with some XML that holds strings like:

This is a string

Some of the strings that I am passing to the

15条回答
  •  失恋的感觉
    2020-11-22 04:23

    The predeclared characters are:

    & < > " '
    

    See "What are the special characters in XML?" for more information.

提交回复
热议问题