From: Brian G. <br...@qu...> - 2003-04-19 01:37:40
|
>## ******************************************************** >## Here is the code >## ******************************************************** > >#macro visitChildren( $node) > > #foreach $n in $node.Children > $n.Text<br> #visitChildren( $n) > #end > >#end And, even if this doesn't work at all, does not having recursive macros mean #macro is broken? -- Brian Goetz Quiotix Corporation br...@qu... Tel: 650-843-1300 Fax: 650-324-8032 http://www.quiotix.com |