Represent space and tab in XML tag

前端 未结 8 1448

How to represent space and tab in XML tag. Is there any special characters for them to represent.

8条回答
  •  庸人自扰
    2020-11-29 05:22

    I think you could use an actual space or tab directly in XML document, but if you are looking for special characters to represent them so that text processors can't mess them up, then it's:

    space =  
    tab   = 	
    

提交回复
热议问题