Index: openacs-4/packages/acs-lang/tcl/lang-catalog-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/lang-catalog-procs.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/acs-lang/tcl/lang-catalog-procs.tcl 26 Feb 2003 09:39:37 -0000 1.11 +++ openacs-4/packages/acs-lang/tcl/lang-catalog-procs.tcl 13 Mar 2003 20:24:00 -0000 1.12 @@ -153,7 +153,7 @@ set value [xml_node_get_attribute $element $attribute] if { [empty_string_p $value] } { - error "Required attribute \"$attribute\" missing from <[dom::node cget $element -nodeName]>" + error "Required attribute \"$attribute\" missing from <[ns_xml node get name $element]>" } return $value @@ -168,7 +168,7 @@ set content [xml_node_get_content $element] if { [empty_string_p $content] } { - error "Required content missing from element <[dom::node cget $element -nodeName]>" + error "Required content missing from element <[ns_xml node get name $element]>" } return $content