Escape double quote character in XML

前端 未结 8 1257
旧时难觅i
旧时难觅i 2020-11-29 07:55

Is there an escape character for a double quote in xml? I want to write a tag like:


but if I put \"

8条回答
  •  一向
    一向 (楼主)
    2020-11-29 08:31

    If you just need to try something out quickly, here's a quick and dirty solution. Use single quotes for the attribute value:

    
    

提交回复
热议问题