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.4 -r1.5 --- openacs-4/packages/acs-tcl/tcl/30-xml-utils-procs.tcl 10 Feb 2002 22:11:31 -0000 1.4 +++ openacs-4/packages/acs-tcl/tcl/30-xml-utils-procs.tcl 13 Mar 2003 20:24:53 -0000 1.5 @@ -145,12 +145,12 @@ # Get Node Attribute proc xml_node_get_attribute {node_id attribute_name} { - return [ns_xml node getattr $node_id $attribute_name] + return [ns_xml node get attr $node_id $attribute_name] } # Get Content proc xml_node_get_content {node_id} { - return [ns_xml node getcontent $node_id] + return [ns_xml node get content $node_id] } ##