include

This tag allows an OGLML document to be assembled from several individual XML files or fragments. The tag provides a URL, which is retrieved and then replaces the tag with the contents of the referenced OGLML document.

Attribute

Values

Restrictions

Description

*src

URL for http, https, or “eo”

 

Points to an OGLML document at the given URL. 

Documents are refreshed when a card is re-queried (i.e. either card sends an external object change, or OGP_RESTART, or user clicks “refresh”).  HTTP fetches use if-modified-since header and ETag (as defined in RFC 2616 section 14.25 and 14.19 respectively)

 

A DashBoard-specific scheme “eo” can be used to fetch content from an External Object.  Examples would be “eo://1234” or “eo://0x4D2”).   If this format is used, DashBoard will look for the OGLML document referenced by the provided external object (contained within an OGLML Descriptor).

 

See section on OGLML URLs for more information.