<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 7/4/12 4:24 AM, MARIA GALEA wrote:<br>
    </div>
    <blockquote
      cite="mid:534c215f09f2deff4c735a182eb3681c.squirrel@www.um.edu.mt"
      type="cite">
      <pre wrap="">Hi Steve and the List,

For Maltese Sign Language we have 3 Puddles that have been used - the
Literature, the Dictionary and the Private Puddle.

I would like to organize the entries so I would like to move things to and
from these different Puddles. Is there any way I can do this fast without
having to open each separate entry and copying it into another Puddle and
then deleting it..?

Thanks!
maria</pre>
    </blockquote>
    <pre wrap="">
</pre>
    Hi Maria,<br>
    <br>
    The best option I can think of would be to download and edit the XML
    files directly.  If you downloaded each puddle's XML file, you could
    use a text editor to quickly copy and paste entries between the XML
    documents.<br>
    <br>
    The biggest problem would be that each entry in a puddle must have a
    unique ID number.  If you copied entries from one puddle to another,
    you would have to make sure the IDs were unique.  Looking at 2 of
    the Malta puddles, it looks like all of the IDs are less that
    1,000.  So to copy an entry from one puddle to the other, the safest
    way would be to add 1,000 to the ID numbers.<br>
    <br>
    Here is an example:<br>
    <entry id="2" cdt="1208941776" mdt="1208941776" usr="LSM"><br>
      <term>M518x515S10e00482x485S17610502x499</term><br>
      <term><![CDATA[GHOXRIN]]></term><br>
      <term><![CDATA[TWENTY]]></term><br>
    </entry><br>
    <br>
    If you wanted to copy this from one puddle to another, you would cut
    it from one XML file and paste it into the other XML making sure to
    change the <b>id="2"</b> to be <b>id="1002"</b>.<br>
    <br>
    It's not the most elegant solution, but it could work.  If you want
    to do this, I can work with you.  We would lock the target puddles
    so that they could not be edited.  You would download and update the
    XML files.  Then I could import the new XML files and overwrite the
    puddles.<br>
    <br>
    I can't think of an easier way to do this.<br>
    <br>
    Regards,<br>
    -Steve<br>
  </body>
</html>