<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    In Scilab 5.5, after<br>
    <font size="-1"><tt>-->doc = xmlReadStr("<root><a
        att=""foo""
        rib=""bar""><b>Hello</b></a></root>");</tt><tt><br>
      </tt><tt>-->xmlDelete(doc)</tt><tt><br>
      </tt></font><br>
    we had<br>
     <br>
    <font size="-1"><tt>-->doc</tt><tt><br>
      </tt><tt> doc  = </tt><tt><br>
      </tt><tt>  !--error 999 </tt><tt><br>
      </tt><tt>%XMLDoc_p: XML object does not exist.</tt></font><br>
    <br>
    while in Scilab 6.0.1 we have now:<br>
    <br>
    <font size="-1"><tt>--> doc</tt><tt><br>
      </tt><tt> doc  = </tt><tt><br>
      </tt></font><br>
    Is this change intentional?<br>
    Yielding an error while displaying the invalid object was rather
    questionable.<br>
    So, IMHO removing the error is rather nice.<br>
    However, the new display looks a bit suspect... Doesn't it?<br>
    <br>
    Cheers<br>
    Samuel<br>
    <br>
  </body>
</html>