xml

The <xml> element is an XML Data island within HTML. It wraps the Xopus configuration directives for an editable Xopus Canvas inside an ordinary HTML webpage. When Xopus starts it will replace the element with the WYSIWYG canvas.

The contents of the <xml> element must be well formed XML. So empty elements must be closed: <empty/> and &, < and > must be escaped: &amp;, &lt; and &gt;.

See the parent element's div reference for a complete example.


xml element

Allowed Children

config

Parent Elements

div