User Tools

Site Tools


org.gramar.base:tag.load

load Tag

The load tag parses the content of the tag into a secondary DOM.

Attribute Kind Required Purpose
url string yes The URL of the model to be loaded.
var string yes The name of the context variable to be associated with the document (not the root node) of the parsed DOM.
urlContext string yes The name of the source of the model. One of “gramar” (default), workspace and “transform” (legacy for backwards compatability, same as “gramar”).
loader string yes The model adaptor ID of the model loader to be used. If no loader or type is specified the model source is assumed to be XML.
type string yes The type of the model source (usually the file type). If no loader or type is specified the model source is assumed to be XML.

Full Form

<c:load url=“” var=“” urlContext=“” loader=“” type=“” >

Usage and Samples

Return to index

org.gramar.base/tag.load.txt · Last modified: 2016/06/27 20:35 (external edit)