|
<c:deepContent> |
Standard JET2 Control Tags |
|---|
deepContent
Designate the insertion point for child content generated from a c:deepIterate tag.
This tag may only be used if the containing c:deepIterate has no 'filter' and is doing a depth first traversal. Other cases will result in a runtime error.
| Tag Summary | |
|---|---|
| required |
<c:deepContent/> |
| full tag |
<c:deepContent/> |
| Example | |
|---|---|
<c:deepIterate select="node" initialContext="/root" indent =" " >
Node <c:get select="@name"/> {
<c:deepContent/>
} // <c:get select="@name"/>
</c:deepIterate>
|
|