Index: openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl,v diff -u -r1.72.2.49 -r1.72.2.50 --- openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 18 Jul 2024 14:38:28 -0000 1.72.2.49 +++ openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 28 Jul 2024 17:00:03 -0000 1.72.2.50 @@ -1258,7 +1258,7 @@ # make parsable XML, replace "partialquery" by "fullquery" set prepared_content [db_qd_prepare_queryfile_content $content] - dom parse -simple $prepared_content doc + dom parse -simple -- $prepared_content doc $doc documentElement root set result "" foreach q [$root selectNodes //fullquery] {