Extends the model by parsing its contents as XML.
See also <extend>
Tag Summary | |
---|---|
required |
<inlineExtend name="value" /> |
full tag |
<inlineExtend name="value" /> |
Required Attributes |
|
---|---|
name | A name to associate with the document root of the DOM created by the parse. Subsequent template tags can use this name in query expressions to access the data in this DOM. |
There are no optional attributes |
---|
Example | |
---|---|
<inlineExtend name="new-app" > content </inlineExtend> Once this tag's content has been created by running any nested tags, that XML content is parsed to create a DOM. The document root of that DOM is then associated with the name "new-app", |
© Copyright IBM Corporation 2000,
2006. All Rights Reserved.