xml - tcl dom failed due to error "no element found" at line -


when trying pare xml content through dom xml parser, getting error message error "no element found", below error message snippet

error "no element found" @ line 16458 character 2 "ctivate-all -1/1  pa"      "dom parse $xmlresp"     (procedure "::client::xmltohtml" line 8)     invoked within "::client::xmltohtml"     invoked within "set res [::client::xmltohtml]"     (file "testreturnxml.tcl" line 32) 

in client procedure, doing

set xmlfileid [open logs/xml/xmlreturn.xml] set xmlresp [read $xmlfileid] set indoc [dom parse $xmlresp] 

could explain why getting error message, reasons ?however have escaped xml content in inputted xml file.

and explain different situation error message.

thanks malli


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - IIFE: var vs this - is there any difference? -

ios - Google API (YouTube search): Bad network response -