From: Marc P. <ma...@an...> - 2003-04-19 12:02:22
|
On Fri, 18 Apr 2003 18:19:21 -0700, Brian Goetz <br...@qu...> wrote: > >> #macro visitChildren( $node) >> >> #foreach $n in $node.Children >> $n.Text<br> #visitChildren( $n) >> #end There is one flaw in this, which is probably a side-isse. If $node.Children is null, the code would die, but in the test case this is not true. Just for the record. Marc -- Marc Palmer (Wangjammer5) http://www.wangjammers.org Java Consultants |