How to insert   in XSLT

后端 未结 12 856
后悔当初
后悔当初 2020-12-22 16:48

How can I insert

 

Into an XSLT stylesheet, I keep getting this error:

XML Parsing

12条回答
  •  执念已碎
    2020-12-22 17:49

    You might want to add the definition for this entity in the beginning of the file (below xml declaration):

    
    ]>
    

    Also you can add more entities such as Ntilde, Aacute, etc.

提交回复
热议问题