<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <div class="moz-forward-container"> <br>
      Recently, I had a problem while clipping a non georeferenced image
      based on (0,0), x right, y down, because of the negative
      coordinates.<br>
      On the clipping tool, a tip consists in removing the minus of the
      coordinates in the expression of the command gdal_translate to
      run.<br>
      <br>
      It works fine with a vrt written on disk.<br>
      When I try to clip a vrt memory, the clipping tool writes all the
      vrt in the expression of the command to run (that is ok).<br>
      When I run the clipping, I get this :<br>
      <blockquote type="cite">
        <meta name="qrichtext" content="1">
        <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
          margin-right:0px; -qt-block-indent:0; text-indent:0px;"><!--StartFragment-->Warning

          1: Line 0: Attribute value should be single or double quoted.
          Going on, but this is invalid XML that might be rejected in
          future versions.<br>
          ERROR 1: Line 0: Didn't find expected '=' for value of
          attribute '\'.<br>
          GDALOpen failed - 1<br>
          Line 0: Didn't find expected '=' for value of attribute '\'.</p>
      </blockquote>
      But here's the thing, it works fine from a terminal.<br>
      <br>
      In the clipping tool, when I change all protected double quotes
      \", to simple quotes ', the clipping works fine.<br>
      <br>
      It seems to be an anomaly of the clipping tool.<br>
      <br>
      Thanks in advance, <br>
      Alexia<br>
      <br>
      <br>
    </div>
    <br>
  </body>
</html>