Related
s
DOM
HTML
HTML5
MSXML
NAMESPACES
NOT SGML
SAX
SCHEMA
SGML
SVG
TEX
UNICODE
XML CHINESE
XML CONDENSED
XML DUTCH
XSL
D.10 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, VB, Java, 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.