<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Can I (and my authors) still use client-side inclusions?
The same rule applies as for server-side inclusions, so you need to ensure that any embedded code which gets passed to a third-party engine (eg calls to SQL, Java, LiveWire, etc) does not contain any characters which might be misinterpreted as XML markup (ie no angle brackets or ampersands). Either use a CDATA marked section to avoid your XML application parsing the embedded code, or use the standard <, and & character entity references instead.
Can I (and my authors) still use client-side ...
最新推荐文章于 2025-11-25 15:30:00 发布
本文讨论了在使用客户端包含时如何避免被误解为XML标记的问题,提供了两种解决方案:使用CDATA标记段或标准字符实体引用。
947

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



