How do I define HTML entity references inside a valid XML document?

后端 未结 2 2040
南笙
南笙 2020-11-30 09:05

I need to be able to reference named HTML entities like instead of the Unicode alternative in an XML document. I have contr

2条回答
  •  眼角桃花
    2020-11-30 09:39

    If you can modify the the XML to include an inline DTD you can define the entities there:

    
        ....
    ]>
    

提交回复
热议问题