<html> Configuration Element

This element allows for the configuration of information which is contained between the HEAD tags and as attributes within the BODY tag of the Ephox EditLive! for XML document. This includes any META information and style sheet links.

The settings which are configured through the <document> element will appear in the actual document inside EditLive! for XML.

Configuration Element Tree Structure

<editLive>
    <document>
        <html>
            <!--html configuration settings-->
        </html>
    </document>
    ...
</editLive>

Child Elements

<head>

This structure allows for the configuration of information which is to be contained between the HEAD tags of the EditLive! for XML document.

Remarks

The extra level in the XML document tree provided by this element serves no practical purpose beyond that of the document element. No attributes are set within the <html> element itself. This element has been added to the tree as a conceptual aide only. Through this element the concept of the HTML document can be better maintained and visualized.

The <html> element can appear only once within the <document> element.