<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><font face="Arial">Hello,</font></p>
    <p><font face="Arial">After defining</font></p>
    <pre style="font-family:Monospaced;font-style:normal;font-size:13.0;"><span style="color:rgb(176,24,19);">function</span> <span style="color:rgb(0,0,0);text-decoration:underline;">%XMLDoc_clear</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(131,67,16);font-weight:bold;">doc</span><span style="color:rgb(74,85,219);">)</span>
    <span style="color:rgb(50,185,185);">disp</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(188,143,143);">"</span><span style="color:rgb(188,143,143);">hello</span><span style="color:rgb(188,143,143);">"</span><span style="color:rgb(74,85,219);">)</span><span style="color:rgb(0,0,0);">;</span> <span style="color:rgb(100,174,100);font-style:italic;">// xmlDelete(doc)</span>
<span style="color:rgb(176,24,19);">endfunction

</span></pre>
    <font face="monospace">doc = xmlRead("SCIHOME/XConfiguration.xml");<br>
    </font><br>
    yields<br>
    <p><font face="monospace">--> doc =
        xmlRead("SCIHOME/XConfiguration.xml");<br>
          "hello"</font></p>
    <p>Actually, i then get a lot of "implicit" calls to <font
        face="monospace">%XMLDoc_clear()</font>. Where do they come
      from??<br>
      <br>
      In the above case, <br>
    </p>
    <ul>
      <li>we in no way explicitly call  <font face="monospace">clear
          doc;</font></li>
      <li>we do not leave the environment where doc has been defined...</li>
    </ul>
    <p>So, the usage of this feature introduced in 6.1.0 looks unclear
      (sorry...) to me.<br>
      Any clarifications?<br>
      <br>
      BR<br>
      Samuel<br>
      <br>
    </p>
    <p><br>
    </p>
    <span style="color:rgb(176,24,19);"></span>
  </body>
</html>