XML
///An import statement declares that a context value must be supplied by the container,
/// using the container scoped value of the name
attribute, and that the value should be
/// supplied as a context entry keyed under the value of the key
attribute.
/// /// /// <-- /// Declare the import of the value of "urn:avalon:home" as a keyed context /// entry using the key "home". /// --> /// /// <context> /// <entry key="home">> /// <import key="urn:avalon:home"/> /// </entry> /// </context> ////// ///