<document> 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 Java 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 Java.

Note:  The <document> Element is the parent element of the <html> Element.

Element Tree Structure

<editLiveForJava>
    <document>

<editLiveForJava>
    <document>
        <!--document configuration settings-->
    </document>
    ...
</editLiveForJava>

Child Elements

Element Description
<html> This structure allows for the configuration of information which is contained between the HEAD and as attributes within the BODY tag of the EditLive! for Java document.  This includes any META information and style sheet links.

Remarks

The structure of the child elements for the document element have been designed so as to resemble the structure of a HTML document.  The <html> element provides no more configuration information than that of the document element.  It is present in the XML configuration document only to maintain the resemblance of the <document> element structure to that of a HTML document.

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

See Also