This element allows for the configuration of information which is contained between the <HEAD> tags and as attributes within the <BODY> tag of the view within Tiny EditLive!. This includes any <META> information and style sheet links.
Configuration Element Tree Structure
<editLive>
<document>
<editLive> <document> <!-- document configuration settings --> </document> ... </editLive>
Child Elements
<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! 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 <editLive> element.