Writes a model node's content
Tag Summary | |
---|---|
required |
<content node="value" /> |
full tag |
<content node="value" format="value" /> |
Required Attributes |
|
---|---|
node | A query expression specifying a single node in the model. |
Optional Attributes | |
---|---|
format | A list of period-separated format codes, indicating additional minor formating to be applied to the content before it is written. These codes do not affect the content in the model. |
Example | |
---|---|
<content node="/root/identity" format="u" /> This content tag starts at the high-level node in the model (if it's named "root") and steps to the only (or first) child node named "identity". The text content (in XML, the content between the start tag and the end tag) is changed to upper case (format code is "u") before being written out. |
© Copyright IBM Corporation 2000,
2006. All Rights Reserved.