使用 CFXML,我收到此错误:
解析 XML 文档时发生错误。实体名称必须紧跟实体引用中的“&”。
转储显示像这样使用的 & 符号:
事物与事物
这是代码:
<cfxml variable="xml">
<cfoutput>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
#xml#
</urlset>
</cfoutput>
</cfxml>
为什么 CFXML 不喜欢这种与符号的格式,它们应该采用什么格式?