Index: openacs-4/packages/acs-tcl/tcl/30-xml-utils-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/30-xml-utils-procs.tcl,v diff -u -N -r1.8 -r1.9 --- openacs-4/packages/acs-tcl/tcl/30-xml-utils-procs.tcl 15 Oct 2003 03:27:18 -0000 1.8 +++ openacs-4/packages/acs-tcl/tcl/30-xml-utils-procs.tcl 18 May 2004 16:43:56 -0000 1.9 @@ -99,3 +99,6 @@ } } +proc xml_node_get_children_by_select {parent_node xpath} { + return [$parent_node selectNodes $xpath] +}