Ronald Wildenberg <[EMAIL PROTECTED]> wrote:
> You could use:
> 
> <mm:node number="90" notfound="skip">
>    ...
> </mm:node>
> 
> Which skips its body if the node does not exist.


Indeed. When using bridge you can even do:

if (cloud.hasNode(90) && cloud.mayRead(90)) {
...

}

(and this feature is used in the 'notfound' implementation of mm:node)

 Michiel

-- 
Michiel Meeuwissen
Mediacentrum 140 H'sum 
+31 (0)35 6772979
nl_NL eo_XX en_US
mihxil'
 [] ()

Reply via email to