Represent space and tab in XML tag

前端 未结 8 1445

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

8条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-29 05:30

    Work for me

    \n = 
    
    \r = 
    \t = 	
    space =  
    

    Here is an example on how to use them in XML

    
    

提交回复
热议问题