Include
出自OpenFace
<include>
Includes code from other files.
The <include> tag is used to include source code contained in another file. See the Guide for a complete discussion. Also see the <library> tag.
Attributes
Name Usage Type(Tag) Type (JS) Default Category
href Tag only URL final
A reference to a target file whose content is included in the application that contains this include element.
type Tag only text | xml xml final
If this attribute has the value text, the content of the target file is included as text. Otherwise, it is read as XML.

