我试图在XML文档的属性中显示HTML信息。例如,我想以某种方式完成以下任务:
Attributes:
id = "id"
HTML_Elements = {
<a href="./link.html">link</a>
}
(<something id='id' HTML_Elements='code'></something>)
我想知道是否有某种方法可以直接在属性中显示代码,而无需在另一个页面上链接到它。
感谢您的帮助!
答案 0 :(得分:1)
XML属性可能不包含HTML。
请参阅Chapter 3.3.3 Attribute Value Normalization in the XML 1.0 Specs