|
| <finally> |
|
Description
-
Finally node is very similar to the Java finally instruction. It intends to
execute special instructions whatever appended into a try
block.
See example with try and catch node.
Attribute Summary
Name | Default Value | Optional | Accepted Values |
---|
base | | true | |
Attribute Detail
- base
-
this is a generic block attribute that allows URI base redefinition: all
uri attributes used in children nodes of this block will be
relative to this new base definition (except if there is another child block
node that redefines a new base). This is only a convenience attribute in
order to simplify URI specifications. A base attribute must be a valid (well
formed) URI, absolute or relative to another base definition.
Children
- catch, choose, depends, echo, filter, finally, foreach, if, remove, save, sax, source, template, try, variable
|
|