<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Yes, so long as what they generate ends up as part of an XML-conformant file (ie either valid or just well-formed).
Server-side tag-replacers like shtml, PHP, JSP, ASP, Zope, etc store almost-valid files using comments, Processing Instructions, or non-XML markup, which gets replaced at the point of service by text or XML markup. It is unclear why some of these systems continue to use non-XML markup. There are also some XML-based preprocessors for formats like XVRL (eXtensible Value Resolution Language) which resolve specialised references to external data and output a normalised XML file.
Can I still use server-side inclusions?
最新推荐文章于 2025-11-25 15:30:00 发布
本文讨论了如何确保生成的内容能够成为XML格式文件的一部分,包括使用服务器端标签替换器如shtml、PHP等来生成几乎有效的文件,并通过特殊标记在服务时替换为XML可接受的内容。此外还提及了一些XML预处理器,例如用于XVRL等格式。
270

被折叠的 条评论
为什么被折叠?



