Forum OpenACS Q&A: Re: Is this tDOM related?

Collapse
Posted by Oscar Bonilla on
socrates ...tcl > cvs status 30-xml-utils-procs.tcl
===================================================================
File: 30-xml-utils-procs.tcl    Status: Up-to-date

  Working revision:    1.7
  Repository revision: 1.7    /cvsroot/openacs-4/packages/acs-tcl/tcl/30-xml-utils-procs.tcl,v
  Sticky Tag:          (none)
  Sticky Date:        (none)
  Sticky Options:      (none)

socrates ...tcl > grep xml_data 30-xml-utils-procs.tcl
socrates ...tcl > grep xml_data *
apm-xml-procs.tcl:    set xml_data [read $file]
apm-xml-procs.tcl:    set tree [xml_parse -persist $xml_data]
socrates ...tcl>

I checked on cvs.openacs.org and 1.7 is the latest version.

I tried putting an ns_log when xml_data is set and later when it's used in the parse function in acs-lang. The code only goes through the usage of xml_data. What could be wrong?

Regards,

-Oscar