<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
  </head>
  <body>
    Hi all,<br>
    <br>
    I think what was catching me out is that &quot;epadmin test&quot; will pick up
    genuine issues with entities that are not defined but I was not
    using the correct incantations with xmllint when I was using this to
    test individual XML files.&nbsp; The special incantation you need is:<br>
    <br>
    xmllint --path /opt/eprints3/lib/ --loaddtd
    /opt/eprints3/flavours/pub_lib/lang/en/templates/default.xml --noout<br>
    <br>
    If this produces no output them your XML is valid based on the DTDs
    it specifies to load. E.g. the following line in an XML file:<br>
    <br>
    &lt;!DOCTYPE html SYSTEM &quot;entities.dtd&quot;&gt;<br>
    <br>
    So for future reference if you see an error like the one Thomas
    originally described (
    /usr/share/eprints/site_lib/lang/en/phrases/modified.xml: Entity:
    line 226: parser error : Entity 'auml' not defined ), then:<br>
    <br>
    1. Check XML file references &quot;entities.dtd&quot; in a &lt;!DOCTYPE after
    the &lt;?xml line.<br>
    <br>
    2. Check that EPRINTS_PATH/lib/entities.dtd is present.<br>
    <br>
    3. Check that the entity that the error message says is not defined
    is present in EPRINTS_PATH/lib/entities.dtd. If not, this entity may
    have been typo-ed.<br>
    <br>
    4. Check that xmllint validates the file that error mesage complains
    about using the --path, --loaddtd and --noout switches (e.g. the
    line below should produce no output if valid):<br>
    <p>&nbsp;&nbsp;&nbsp; xmllint --path /usr/share/eprints/lib/ --loaddtd
      /opt/eprints3/flavours/pub_lib/lang/en/templates/default.xml
      /usr/share/eprints/site_lib/lang/en/phrases/modified.xml --noout</p>
    5. If (4) shows the XML file to be valid. Check which version of
    LibXML you have installed and if it is 2.0201+ then apply the
    appropriate patch from:<br>
    <br>
    EPrints 3.3 - <a class="moz-txt-link-freetext" href="https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Feprints%2Feprints%2Fissues%2F511&amp;data=04%7C01%7C%7C759fb7c1aaa14d9bbfef08d8961d7e77%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637424400703719562%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=Z16CYAEHTZ4v4JuKxPoj5FxRAvL%2Fu9VoDOB3wvz%2BIRo%3D&amp;reserved=0" originalSrc="https://github.com/eprints/eprints/issues/511" shash="MGf6HmDE7uPeiqXkKt38pUDUj8dVhXjshPLsUu+OB3I+kH9dpw15YBo0lQR+t1hVmUB0VH66YbW+igEfWNxlfPIl1l9w1CGc2bgCpjLlHtbmEfYhqIeMl0rYgqjDaFqKlIxYewoFAdCqc0meqA9A//csaVBOpU3OHIxP0D6QuAg=">https://github.com/eprints/eprints/issues/511</a><br>
    <br>
    EPrints 3.4 - <a class="moz-txt-link-freetext" href="https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Feprints%2Feprints3.4%2Fissues%2F41&amp;data=04%7C01%7C%7C759fb7c1aaa14d9bbfef08d8961d7e77%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637424400703719562%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=YTyENjl2sPg8wtu83Ohn7Dvk10nVXDMfCv6CQKSiX5Q%3D&amp;reserved=0" originalSrc="https://github.com/eprints/eprints3.4/issues/41" shash="Jo4D5btdHEiSoyr+/NQdW77YTRkiqiFrHpPE2urGJZnKA+7dRsE1LbDAJnqI2IbtLbUt1WR6uSDIR3DkM153vJw3U2BnnrZ8kuMWsQG/3z1D0SnOcUoyCk2YE89cIhmBAtP/1wMKlI7V+iBNw9B2aFmnmwJUB3WpTZjSmjiEQOs=">https://github.com/eprints/eprints3.4/issues/41</a><br>
    <p>If anyone is still having XML validation issues after this, we
      will have a new problem on our hands but hopefully that won't come
      to pass.</p>
    <p>Regards</p>
    <p>David Newman<br>
    </p>
    <div class="moz-cite-prefix">On 01/12/2020 15:07, Christopher
      Gutteridge wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:5bbc265f-380f-20ab-b8f1-017315937acf@soton.ac.uk">
      
      <p>This was a bit of a fiddle to make it possible to do things
        like &amp;pound; &amp;eacute; etc.&nbsp; to make people's lives a
        little easier when writing the templates which are XHTML.</p>
      <p>The obvious other approach would be to preprocess them with
        something like this</p>
      <p> s/&amp;([a-z]+);/expandentitiy($1)/ge</p>
      <p>but that would break with the wisdom that you should never
        parse XML with a regular expression.</p>
      <p><br>
      </p>
      <div class="moz-cite-prefix">On 01/12/2020 14:37, David R Newman
        via Eprints-tech wrote:<br>
      </div>
      <blockquote type="cite" cite="mid:EMEW3|64bc7f3151898ec58662b8bcc449fc8awB0EpM03drn|ecs.soton.ac.uk|e0bba1ea-30f9-4b41-d327-d44906234ab1@ecs.soton.ac.uk">
        <p>Hi all,</p>
        <p>I have been blind.&nbsp; EPrints (at least latest 3.4) already has
          an entities.dtd in lib/ and is already used in most of the
          standard XML template, phrase, etc. files.&nbsp; I think the
          problem is that it does not link in properly in most if not
          all cases.&nbsp; So I will investigate how that can be done better
          to avoid encountering undefined entities errors.</p>
        <p>Regards</p>
        <p>David Newman<br>
        </p>
        <div class="moz-cite-prefix">On 01/12/2020 14:26, <a class="moz-txt-link-abbreviated" href="mailto:martin.braendle@uzh.ch" moz-do-not-send="true">martin.braendle@uzh.ch</a>
          wrote:<br>
        </div>
        <blockquote type="cite" cite="mid:OF8026049F.8CAB393B-ONC1258631.004F190F-C1258631.004F4CA6@lotus.uzh.ch">
          <div style="padding-bottom: 10px; padding-top: 5px;">
            <div style="padding:12px; border:1px solid #8D3970;
              background-color:#F7F9FA; color:#8D3970; font-size:14px;
              line-height:22px; font-family: Calibri, Arial, Helvetica,
              sans-serif;"> <strong>CAUTION:</strong> This e-mail
              originated outside the University of Southampton. </div>
          </div>
          <div>
            <p><font size="2" face="sans-serif">The entities file we
                have here has the following preamble</font><br>
              <br>
              <font size="2" face="Menlo-Regular">&lt;!-- Portions (C)
                International Organization for Standardization 1986</font><br>
              <font size="2" face="Menlo-Regular">&nbsp; &nbsp; &nbsp;Permission to
                copy in any form is granted for use with</font><br>
              <font size="2" face="Menlo-Regular">&nbsp; &nbsp; &nbsp;conforming SGML
                systems and applications as defined in</font><br>
              <font size="2" face="Menlo-Regular">&nbsp; &nbsp; &nbsp;ISO 8879,
                provided this notice is included in all copies.</font><br>
              <font size="2" face="Menlo-Regular">--&gt;</font><br>
              <br>
              <font size="2" face="sans-serif">and contains more than
                500 lines.</font><br>
              <br>
              <font size="2" face="sans-serif">It stems most probably
                from here: </font><a href="https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.w3.org%2FTR%2FREC-html40-971218%2Fsgml%2Fentities.html&amp;data=04%7C01%7C%7C759fb7c1aaa14d9bbfef08d8961d7e77%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637424400703719562%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=goEOg5QEqKnxFTCbKMNl6jQ9UFO6ciGajsLoFkMzu2k%3D&amp;reserved=0" originalSrc="https://www.w3.org/TR/REC-html40-971218/sgml/entities.html" shash="DTkGsBvaoJGBXJaqzHQ++NrwDYHb83ShI7aG+Mi2+Lz7KxJVimGg1oHq2eEeSrb6giEFB6ZvUvcugLIq/JQBDmf3sUiNXmu4sPBiSLhpX6SGFjGix/YQ4rQrO5BzvvijVKYmN2XPBE3j8Lx3gdOHNIpvZhRxOUCT+cK12m+GcT4=" originalsrc="https://www.w3.org/TR/REC-html40-971218/sgml/entities.html" shash="bInpweYDiCL2tkYZyDAulzn0G2Mzyfom8ayV8o2c/93VezrC/XhQAotaQLMoNLM/QJfsB7C25y+5Dtv/bVk8wEApJIH1BGYQVj3Ad9+F7BlYwUyfFExsJvSLtgazsmWqNMS8oAoFWse1O28uwlR5PuK8XquHTZgjjgKWghYLq7Q=" moz-do-not-send="true"><font size="2" face="sans-serif">https://www.w3.org/TR/REC-html40-971218/sgml/entities.html</font></a><br>
              <br>
              <font size="2" face="sans-serif">Kind regards,</font><br>
              <br>
              <font size="2" face="sans-serif">Martin</font><br>
              <br>
              <font size="2" face="sans-serif">--</font><br>
              <font size="2" face="sans-serif">Dr. Martin Brändle</font><br>
              <font size="2" face="sans-serif">Zentrale Informatik</font><br>
              <font size="2" face="sans-serif">Universität Zürich</font><br>
              <font size="2" face="sans-serif">Stampfenbachstr. 73</font><br>
              <font size="2" face="sans-serif">CH-8006 Zürich</font><br>
              <br>
              <img src="cid:part3.2DAEF6AE.2866FE72@ecs.soton.ac.uk" alt="Inactive hide details for &quot;David R
                Newman&quot; ---01/12/2020 15:19:06---Hi all, EPrints
                3.4 has has the patch applied for issues wi" class="" width="16" height="16" border="0"><font size="2" face="sans-serif" color="#424282">&quot;David R Newman&quot;
                ---01/12/2020 15:19:06---Hi all, EPrints 3.4 has has the
                patch applied for issues with newer versions of</font><br>
              <br>
              <font size="1" face="sans-serif" color="#5F5F5F">Von: </font><font size="1" face="sans-serif">&quot;David R Newman&quot; <a class="moz-txt-link-rfc2396E" href="mailto:drn@ecs.soton.ac.uk" moz-do-not-send="true">&lt;drn@ecs.soton.ac.uk&gt;</a></font><br>
              <font size="1" face="sans-serif" color="#5F5F5F">An: </font><font size="1" face="sans-serif"><a class="moz-txt-link-abbreviated" href="mailto:eprints-tech@ecs.soton.ac.uk" moz-do-not-send="true">eprints-tech@ecs.soton.ac.uk</a></font><br>
              <font size="1" face="sans-serif" color="#5F5F5F">Kopie: </font><font size="1" face="sans-serif"><a class="moz-txt-link-abbreviated" href="mailto:th.lauke@arcor.de" moz-do-not-send="true">th.lauke@arcor.de</a>,
                <a class="moz-txt-link-abbreviated" href="mailto:martin.braendle@uzh.ch" moz-do-not-send="true">martin.braendle@uzh.ch</a></font><br>
              <font size="1" face="sans-serif" color="#5F5F5F">Datum: </font><font size="1" face="sans-serif">01/12/2020 15:19</font><br>
              <font size="1" face="sans-serif" color="#5F5F5F">Betreff:
              </font><font size="1" face="sans-serif">Re: Antwort: Re:
                [EP-tech] perl module update introduced some trouble
                with entities</font><br>
            </p>
            <hr style="color:#8091A5; " width="100%" size="2" noshade="noshade" align="left"> <br>
            <br>
            <br>
            <font size="3" face="serif">Hi all,</font>
            <p><font size="3" face="serif">EPrints 3.4 has has the patch
                applied for issues with newer versions of LibXML and
                EPrints 3.4.2 onwards should have this particular issue
                resolved. &nbsp;Regarding special characters, I will look
                into producing (or hopefully finding) an entities.dtd
                for all the special characters that EPrints repositories
                may want use and then update standard template and
                phrase files to use this. &nbsp;In fact it is probably even
                worth doing this for citation and workflow files as
                well. &nbsp;I have created an issue for EPrints 3.4 to
                address this:</font> </p>
            <p><a href="https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Feprints%2Feprints3.4%2Fissues%2F112&amp;data=04%7C01%7C%7C759fb7c1aaa14d9bbfef08d8961d7e77%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637424400703729520%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=3yQsdhmf9aBWBzokfzoyvyi%2BL9H5nGY89rYa0ItDN4Q%3D&amp;reserved=0" originalSrc="https://github.com/eprints/eprints3.4/issues/112" shash="DwdX+haQAlL2lQKmO5BAqR+yXVs+I7dD6XLqZAMLryA1Lso1fmSyO04FtE2vGAZbKKnQKY+vcv8jea5JuZH+RzxNujBVTDTXifb0bPZEVIrnD8AT5Gw6ltjG7GTp447pUyNLVwdBPNbLNpSDRkQ572+BkzOg7IuH37fvL/owxso=" originalsrc="https://github.com/eprints/eprints3.4/issues/112" shash="WJ2kQ5/gQh4zcRI/489lvCCjTIewP+smNfS0nlRHUsdQ0tZ08ugQZQhq8upBgrm30YSiZs03RzZe8qIApEZglAdpqXdZ9Bq2a15mKWOpuA8SwajC7l8kqLMmHcUXUm2CVgRpJLbUx9kJXEJZRDiahqpx31inN+0FHUfAQ4QsSE0=" moz-do-not-send="true"><font size="3" face="serif" color="#0000FF"><u>https://github.com/eprints/eprints3.4/issues/112</u></font></a>
            </p>
            <p><font size="3" face="serif">Regards</font> </p>
            <p><font size="3" face="serif">David Newman</font> </p>
            <p><font size="3" face="serif">On 01/12/2020 13:35, </font><a href="mailto:martin.braendle@uzh.ch" moz-do-not-send="true"><font size="3" face="serif" color="#0000FF"><u>martin.braendle@uzh.ch</u></font></a><font size="3" face="serif">&nbsp;wrote:</font> </p>
            <ul style="padding-left: 36pt; margin-left: 0px">
              <font size="2" face="Calibri" color="#8D3970"><b>CAUTION:</b></font><font size="2" face="Calibri" color="#8D3970">&nbsp;This e-mail
                originated outside the University of Southampton. </font>
              <p><font size="2" face="sans-serif">Hi Thomas,</font><font size="3" face="serif"><br>
                </font><font size="2" face="sans-serif"><br>
                  there should be &nbsp;an entities.dtd file in
                  [eprints_root]/lib/, maybe this is missing or entries
                  are missing in it?</font><font size="3" face="serif"><br>
                </font><font size="2" face="sans-serif"><br>
                  Also a phrase file should mention that in the </font><font size="3" face="serif"><br>
                </font><font size="2" face="Menlo-Regular"><br>
                  &lt;!DOCTYPE phrases SYSTEM &quot;entities.dtd&quot;&gt;</font><font size="3" face="serif"><br>
                </font><font size="2" face="sans-serif"><br>
                  definition right at the beginning after the XML
                  declaration.</font><font size="3" face="serif"><br>
                </font><font size="2" face="sans-serif"><br>
                  Kind regards,</font><font size="3" face="serif"><br>
                </font><font size="2" face="sans-serif"><br>
                  Martin</font><font size="3" face="serif"><br>
                </font><font size="2" face="sans-serif"><br>
                  --<br>
                  Dr. Martin Brändle<br>
                  Zentrale Informatik<br>
                  Universität Zürich<br>
                  Stampfenbachstr. 73<br>
                  CH-8006 Zürich</font><font size="3" face="serif"><br>
                  <br>
                  <br>
                </font><img src="cid:part3.2DAEF6AE.2866FE72@ecs.soton.ac.uk" alt="Inactive hide details for &quot;David R Newman
                  via Eprints-tech&quot; ---01/12/2020 14:24:14---Hi
                  Thomas, Named HTML entities are not sup" class="" width="16" height="16"><font size="2" face="sans-serif" color="#424282">&quot;David R Newman via
                  Eprints-tech&quot; ---01/12/2020 14:24:14---Hi Thomas,
                  Named HTML entities are not supported in XML you need
                  to use the decimal</font><font size="3" face="serif"><br>
                </font><font size="1" face="sans-serif" color="#5F5F5F"><br>
                  Von: </font><font size="1" face="sans-serif">&quot;David R
                  Newman via Eprints-tech&quot; </font> <a href="mailto:eprints-tech@ecs.soton.ac.uk" moz-do-not-send="true"><font size="1" face="sans-serif" color="#0000FF"><u>&lt;eprints-tech@ecs.soton.ac.uk&gt;</u></font></a><font size="1" face="sans-serif" color="#5F5F5F"><br>
                  An: </font><a href="mailto:eprints-tech@ecs.soton.ac.uk" moz-do-not-send="true"><font size="1" face="sans-serif" color="#0000FF"><u>&lt;eprints-tech@ecs.soton.ac.uk&gt;</u></font></a><font size="1" face="sans-serif">, </font><a href="mailto:th.lauke@arcor.de" moz-do-not-send="true"><font size="1" face="sans-serif" color="#0000FF"><u>&lt;th.lauke@arcor.de&gt;</u></font></a><font size="1" face="sans-serif" color="#5F5F5F"><br>
                  Datum: </font><font size="1" face="sans-serif">01/12/2020
                  14:24</font><font size="1" face="sans-serif" color="#5F5F5F"><br>
                  Betreff: </font><font size="1" face="sans-serif">Re:
                  [EP-tech] perl module update introduced some trouble
                  with entities</font><font size="1" face="sans-serif" color="#5F5F5F"><br>
                  Gesendet von: </font><a href="mailto:eprints-tech-bounces@ecs.soton.ac.uk" moz-do-not-send="true"><font size="1" face="sans-serif" color="#0000FF"><u>&lt;eprints-tech-bounces@ecs.soton.ac.uk&gt;</u></font></a>
              </p>
              <hr width="100%" size="2" noshade="noshade" align="left">
              <font size="3" face="serif"><br>
                <br>
              </font><font size="2" face="serif"><br>
                Hi Thomas,<br>
                <br>
                Named HTML entities are not supported in XML you need to
                use the decimal code XML entity for &amp;auml; which is
                &amp;#228;<br>
                <br>
                This is the same as needing to replace things like
                &amp;amp; and &amp;copy; with their equivalent decimal
                code XML entities.<br>
                <br>
                Regards<br>
                <br>
                David Newman</font><font size="3" face="serif">&nbsp;</font>
              <p><font size="3" face="serif">On 01/12/2020 12:00,
                  th.lauke--- via Eprints-tech wrote: </font></p>
              <p><tt><font size="3"><br>
                    CAUTION: This e-mail originated outside the
                    University of Southampton.<br>
                    <br>
                    Hi all,<br>
                    <br>
                    any hint where to start digging for reason(s) after
                    following error:<br>
                    Failed to parse XML file:
                    /usr/share/eprints/site_lib/lang/en/phrases/modified.xml:
                    Entity: line 226: parser error : Entity 'auml' not
                    defined<br>
                    <br>
                    This error occurs after updating some perl modules
                    ... :(<br>
                    <br>
                    Is the 'bad' module already known?<br>
                    What is more effective: Fixing the module (version)
                    or the phrase file?<br>
                    <br>
                    Thanks for any idea in advance<br>
                    Thomas<br>
                    <br>
                    *** Options: </font></tt><a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech" moz-do-not-send="true"><tt><font size="3" color="#0000FF"><u>http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</u></font></tt></a><tt><font size="3"><br>
                    *** Archive: </font></tt><a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&amp;data=04%7C01%7C%7C759fb7c1aaa14d9bbfef08d8961d7e77%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637424400703729520%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=0LJlr4Y8jEFeAcSG6GxYdKoRIg5YONr%2F3yqlpciraGQ%3D&amp;reserved=0" originalSrc="http://www.eprints.org/tech.php/" shash="ZFr/2iMaghnDeYITnXw3LMSIQbXnIT1Ly0Nom9lJ2B6U5yQ/7Avu5t7EBA8sZuuY4fCBaOFylvbhkYJTh0oEZY4uBxowWVCQmdwQwzY1LALhvpOnVWe6nEa8GhsKDyv+SVjo9zBAQH2XoYFFn1uPtL3PZ3xRIk+IJoyKYxc5Sjc=" originalsrc="http://www.eprints.org/tech.php/" shash="x0lPO4FXCmGPdilrXl+pBRix2MqtxQE6R75AZIcVlX0P6KCzVmy0GQ1m8Ke/g1aaFzyU0F5Hq7dcBFDKZTIx8x9Auzqr37AwRb6cp3d4aRgSkWKiIDyORxRV3ArLy5QlGd2vT9Ttnbmq+UZiucNhRZSzO1gnBGe8j990kVmpvGc=" moz-do-not-send="true"><tt><font size="3" color="#0000FF"><u>https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&amp;amp;data=04%7C01%7Cdrn%40ecs.soton.ac.uk%7C8e48a2d5c27c4160f96508d895f0f2a0%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637424209399292928%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;amp;sdata=KJLMd6ZpMGtgOrZYGEcdD18%2B6hGwp%2B3%2Bdm7QklGh41Y%3D&amp;amp;reserved=0</u></font></tt></a><tt><font size="3"><br>
                    *** EPrints community wiki: </font></tt><a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&amp;data=04%7C01%7C%7C759fb7c1aaa14d9bbfef08d8961d7e77%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637424400703739479%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=DAlrGs%2BT244%2BMxYdk83pXaFzRr11FyhqL%2Bt0KJJqi94%3D&amp;reserved=0" originalSrc="http://wiki.eprints.org/" shash="g1WS2X57PcAlwxNbE5o0GJoyaojCmHzklBGPqXQRNShaZ62vYB8jjKJX8OVOddFlfyMipQg5YUEA7dyd4fxfByLVZACu9UF4I1IF6zkcgaO3LJzSrQVC4EyI+EOQRl7pxWqzfFgUSwJp3hAy3bgE7DtfdGELK9PYNG4eNZJOqYM=" originalsrc="http://wiki.eprints.org/" shash="R9i0tdDsLw97VrGRFFR4vep49zTculD9XiYGMWDZ7jKgAHQba2Ok53haQAYYb6hZNRw0dDzqGykJp64k29phFIvryYmaf/8nkyKxhVWLNoBIDNsgSbCW7E3VevT06qJtmUHgej2yutAoNdTGOSWSKSXNZD+xEJP2IFXaBTWhLX8=" moz-do-not-send="true"><tt><font size="3" color="#0000FF"><u>https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&amp;amp;data=04%7C01%7Cdrn%40ecs.soton.ac.uk%7C8e48a2d5c27c4160f96508d895f0f2a0%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637424209399292928%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;amp;sdata=vknqMegNHx40Cv5i1Y739h35KP2JJUHpA9%2BlxlKgWKM%3D&amp;amp;reserved=0</u></font></tt></a>
                <table border="1">
                  <tbody>
                    <tr valign="top">
                      <td width="47" valign="middle"><img src="cid:part18.F3131424.28331D69@ecs.soton.ac.uk" alt="" class="" width="1" height="1" border="0"></td>
                      <td width="139" valign="middle">
                        <ul style="padding-left: 2pt; margin-left: 0px">
                          <font size="2" face="Arial" color="#41424E">Virus-free.
                          </font><a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.avg.com%2Femail-signature%3Futm_medium%3Demail%26utm_source%3Dlink%26utm_campaign%3Dsig-email%26utm_content%3Demailclient&amp;data=04%7C01%7C%7C759fb7c1aaa14d9bbfef08d8961d7e77%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637424400703739479%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=lgNgIrtmPQqiIjonY%2FzALHHP3qKmYgb1O74oOyyhNls%3D&amp;reserved=0" originalSrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="paKVc7aqd/aqV58fRteoIMp92467DZPIA5+VmPcYAX8/VkcQE4ezHtIGrUvnPVmYYzSAVyTbI5r9MwbTvqnbtrxVtwEztrXOwZAIgEMbsn4a8PcpZzZR1T/PzSqbYZBhdOJBcTOrfSZbKA4o/r7GPFnIT1J9y0RQSXBVlCU752E=" originalsrc="http://www.avg.com/email-signature?utm_medium=email&amp;utm_source=link&amp;utm_campaign=sig-email&amp;utm_content=emailclient" shash="tVQF15+/qsqnk6/kyOslprYAG4MycWzxL4M+9rDLDN3QuYMmSLgeC5IWP5jovqRXTuEgsc/lc/ZuxOThvyOSBw91IqJ7ExObUvPMzR+B1Jy/xwzRWiCSxF7hev6e47k/7PbkvwWFJ15GLPiiC30x7SPpIEivmc2baA7lE4Cm+4A=" target="_blank" moz-do-not-send="true"><font size="2" face="Arial" color="#4453EA"><u>www.avg.com</u></font></a><font size="2" face="Arial" color="#41424E">&nbsp;</font><font size="3" face="serif">&nbsp;</font>
                        </ul>
                      </td>
                    </tr>
                  </tbody>
                </table>
                <tt><font size="2">*** Options: </font></tt><a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech" moz-do-not-send="true"><tt><font size="2" color="#0000FF"><u>http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</u></font></tt></a><tt><font size="2"><br>
                    *** Archive: </font></tt><a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&amp;data=04%7C01%7C%7C759fb7c1aaa14d9bbfef08d8961d7e77%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637424400703749432%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=8dlvAgl%2BjWV1%2B%2FW%2F99KWeJFpd4Oq9sIgH%2FskUP1zOeI%3D&amp;reserved=0" originalSrc="http://www.eprints.org/tech.php/" shash="VGSE7nLzmyTyWvZLoBWHzWpHFUi0IzHdpQFW7uPlxUdYfsV2U2c2SlfKOOoch6DvZkrSzWVxI7cTr5JiQB2I36kSlv7kcRbiQLSTm9bJqJavUoDV7Goo4Isw7eEqQLqgdTlMoKqOmx9W0AlIFHcIkS+8uec1MgJhGfOw9RmKB4Q=" originalsrc="http://www.eprints.org/tech.php/" shash="TYFMmnEpBeKFb+2G+WtlYyWtz9LI9Ka8K2A8wmGCFepxYpBWNzHqG8GmEbok7BdWuvsH0OQBSY96OHe5R9CmvAFqXhYp+M6eiooQKKojDskkBarnMPzuTpnFrnWHERjSoBglRkCJu1mwcG8nW64uY/n4+APw6ju3kdtnrH8UTsk=" moz-do-not-send="true"><tt><font size="2" color="#0000FF"><u>http://www.eprints.org/tech.php/</u></font></tt></a><tt><font size="2"><br>
                    *** EPrints community wiki: </font></tt><a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&amp;data=04%7C01%7C%7C759fb7c1aaa14d9bbfef08d8961d7e77%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637424400703749432%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=Uhlu68caxse8jCBSrJeOU5Q4M5ps6FLtm61TLuGf06s%3D&amp;reserved=0" originalSrc="http://wiki.eprints.org/" shash="XF7BO2N0965F0/1+8PEaJcniIPv6Dr5wATsZavcNIFKawivvbixeQceplMGjo9ixABKGkgdUl+WkhLS0ZD8pjZcQ46Kx/UH8OUAm+JyIZdGf4JUBRi23yFJvESYwgt17g/aQC3NKhfrT6Ievu+5uU45Zrd8904Mpk3C7y7XyUj0=" originalsrc="http://wiki.eprints.org/" shash="wLdmkvZKH3va/g99KcuTqvw0jnPKcZv8ekdKyvIK6BgxGr2UmX1026hXYjYefGUdgD0FjEMxnf68UBOl5jZcMig6IH8MggqGGGSgk5yFg2U2HXpLctuIO0rgcJSDetzGMFiqTrwTrKGF08hezgMJaDkSu4X0iX9q41jbAfOZ5S0=" moz-do-not-send="true"><tt><font size="2" color="#0000FF"><u>http://wiki.eprints.org/</u></font></tt></a><font size="3" face="serif"><br>
                </font></p>
            </ul>
            <table border="1">
              <tbody>
                <tr valign="top">
                  <td width="47" valign="middle">
                    <ul style="padding-left: 0pt; margin-left: 0px">
                    </ul>
                  </td>
                  <td width="139" valign="middle">
                    <ul style="padding-left: 0pt; margin-left: 0px">
                      <font size="2" face="Arial" color="#41424E">Virus-free.
                      </font><a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.avg.com%2Femail-signature%3Futm_medium%3Demail%26utm_source%3Dlink%26utm_campaign%3Dsig-email%26utm_content%3Demailclient&amp;data=04%7C01%7C%7C759fb7c1aaa14d9bbfef08d8961d7e77%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637424400703759387%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=H0jqpk9by1Xt1dOxbjjwtX5F6VcT%2BoFshA2%2B2G5Ek7w%3D&amp;reserved=0" originalSrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="hVoCstMZWII++pz8x3zl+N28Vb52kbf7XE+gA06jwC/LxI3w6E383gt1aV8yO/scC1K0EtRdxUEPWzfcy2TGPPiIs342H70MmBLW03bskCMCGu4sEQKc2M3bAak8eLaegUghRXklOv9LV2FEHeMojSda4mUmhvmB3AaFTZgF7RY=" originalsrc="http://www.avg.com/email-signature?utm_medium=email&amp;utm_source=link&amp;utm_campaign=sig-email&amp;utm_content=emailclient" shash="dSUEQRSS9GfITtimSTuA50XOAkKJ0BxCbIXCIqGmKx40nMTvaQdDxPfPJew3/3MGrd/f8kHEv6Pn8Tca7daeYT3H1guhu9E4P8qb6D4LmIYzk1discCci6n/YDaqYqBL+dbu6ORtIKOXXwEPK2ApC7t5fljp7/2AxKmfMhK8BSo=" target="_blank" moz-do-not-send="true"><font size="2" face="Arial" color="#4453EA"><u>www.avg.com</u></font></a><font size="2" face="Arial" color="#41424E">&nbsp;</font>
                    </ul>
                  </td>
                </tr>
              </tbody>
            </table>
            <br>
            <br>
          </div>
        </blockquote>
        <div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2"><br>
          <table style="border-top: 1px solid #D3D4DE;">
            <tbody>
              <tr>
                <td style="width: 55px; padding-top: 13px;"><a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.avg.com%2Femail-signature%3Futm_medium%3Demail%26utm_source%3Dlink%26utm_campaign%3Dsig-email%26utm_content%3Demailclient&amp;data=04%7C01%7C%7C759fb7c1aaa14d9bbfef08d8961d7e77%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637424400703759387%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=H0jqpk9by1Xt1dOxbjjwtX5F6VcT%2BoFshA2%2B2G5Ek7w%3D&amp;reserved=0" originalSrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="hVoCstMZWII++pz8x3zl+N28Vb52kbf7XE+gA06jwC/LxI3w6E383gt1aV8yO/scC1K0EtRdxUEPWzfcy2TGPPiIs342H70MmBLW03bskCMCGu4sEQKc2M3bAak8eLaegUghRXklOv9LV2FEHeMojSda4mUmhvmB3AaFTZgF7RY=" originalsrc="http://www.avg.com/email-signature?utm_medium=email&amp;utm_source=link&amp;utm_campaign=sig-email&amp;utm_content=emailclient" shash="dSUEQRSS9GfITtimSTuA50XOAkKJ0BxCbIXCIqGmKx40nMTvaQdDxPfPJew3/3MGrd/f8kHEv6Pn8Tca7daeYT3H1guhu9E4P8qb6D4LmIYzk1discCci6n/YDaqYqBL+dbu6ORtIKOXXwEPK2ApC7t5fljp7/2AxKmfMhK8BSo=" target="_blank" moz-do-not-send="true"><img src="https://ipmcdn.avast.com/images/icons/icon-envelope-tick-green-avg-v1.png" alt="" style="width: 46px; height: 29px;" moz-do-not-send="true" width="46" height="29"></a></td>
                <td style="width: 470px; padding-top: 12px; color:
                  #41424e; font-size: 13px; font-family: Arial,
                  Helvetica, sans-serif; line-height: 18px;">Virus-free.
                  <a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.avg.com%2Femail-signature%3Futm_medium%3Demail%26utm_source%3Dlink%26utm_campaign%3Dsig-email%26utm_content%3Demailclient&amp;data=04%7C01%7C%7C759fb7c1aaa14d9bbfef08d8961d7e77%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637424400703769344%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=alo9AqupWDP5nNNWCp1exWul8s0XAVNIjEsYG9yEEY4%3D&amp;reserved=0" originalSrc="http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient" shash="oVvvk0g939KUlbj4nRUXQOnFWL0zqrVDfzTtO9F9Fln/f7z957u/2PczXI4RCHus+FbWqNy+pAtfbGuRYIfHMTHSvOUw/yjo2T6bSAbrCShUE9nw2/if0RlkmXSBPlA7V8c5Tlw8hy8TQvOTlgzlHFVMQIlJSvIaMTUpFqsf2j8=" originalsrc="http://www.avg.com/email-signature?utm_medium=email&amp;utm_source=link&amp;utm_campaign=sig-email&amp;utm_content=emailclient" shash="DUtkMwKMUgjBla2Q1bYA4yLeh8Bq6JFKutJrV5PaIVE6NAJepBvph2U11OFaUtdgMuXkPgDmmNVfgMMmQJvfObRJ44seSCaAkGGMns9u8eeOL5YEZ0bS8y3/Ig5OmUjOV6YNJts0Bt9MaIKXdROW2kc97hbOaEyBKhKbGl3jRq8=" target="_blank" style="color: #4453ea;" moz-do-not-send="true">www.avg.com</a> </td>
              </tr>
            </tbody>
          </table>
          <a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1" moz-do-not-send="true"> </a></div>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <pre class="moz-quote-pre" wrap="">*** Options: <a class="moz-txt-link-freetext" href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech" moz-do-not-send="true">http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech</a>
*** Archive: <a class="moz-txt-link-freetext" href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.eprints.org%2Ftech.php%2F&amp;data=04%7C01%7C%7C759fb7c1aaa14d9bbfef08d8961d7e77%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637424400703769344%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=bOsbmNAu7UVQrRn5KSz%2B17J%2BRRgeWGd077ilekyxVo4%3D&amp;reserved=0" originalSrc="http://www.eprints.org/tech.php/" shash="QhLrljbboVh+LOS/vYtgjCYgvy+Sx6m5uSo0YbLdH0vamLZAMhg0ZTomsBPz1FvbuFQo5kugGt0aHrsmDM16+R10rAiAroPMGfBzN2PJXBTVS/wK3j8dPsF/oitB5Cny2kLG1BlplZEb6l24A7Qd0aoW7r7bLdKzV7zuByaC2gk=" originalsrc="http://www.eprints.org/tech.php/" shash="kcat0GWNoVpeOUi0hON/2Ot51IrqaHA6f/0CCHSToaxucXoet2hz9zkvHF/O0SJcZUTPuzO1IAI5hVxZu2mFVaSZTDYLcHsazkIZJBrDERpvXiEYKdqfm4JTGLDN4Ewv8Rb8/tYsC5p9qAuVRAs3WXOJNLd0wvyHr8kIs0JMps4=" moz-do-not-send="true">http://www.eprints.org/tech.php/</a>
*** EPrints community wiki: <a class="moz-txt-link-freetext" href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.eprints.org%2F&amp;data=04%7C01%7C%7C759fb7c1aaa14d9bbfef08d8961d7e77%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637424400703779300%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;sdata=gnlTZVaH3KVFqQfcE%2By2zRAspljl9mFFpTSJWpO3wnI%3D&amp;reserved=0" originalSrc="http://wiki.eprints.org/" shash="nrEXSClfJJx/guV2A2CrIeoUO3AiKx2CWjHsG2kXtkdHkUW0UJMz+1aan7nSU9XUa4lTNB/BO2dBvpZWdKSeKoYEXFkG/i+w061pDBywiGxy0rD+//zx8gSrREQFgK8vVDHbNAqP9auxtG1hrzRDXGwiv1zOVwgV6Ldn45U9dLk=" originalsrc="http://wiki.eprints.org/" shash="v8lj7WC7zRULnHHvDXm89MEHq23iiDTJP76d/PSao6+oEwC1zP8C4kOrcnIaTB/wiKxhy/X7BEltYsx38omWVe2CcoDFKJ/y9/TRVAh8nJtAmYMitufrRzc8U3gGgRgtyIsdwUMtTtnR6fY/P48w9kMQOvbvdN9C5XF1NoufM3k=" moz-do-not-send="true">http://wiki.eprints.org/</a></pre>
      </blockquote>
      <pre class="moz-signature" cols="72">-- 
Christopher Gutteridge <a class="moz-txt-link-rfc2396E" href="mailto:totl@soton.ac.uk" moz-do-not-send="true">&lt;totl@soton.ac.uk&gt;</a> 
You should read our team blog at <a class="moz-txt-link-freetext" href="http://blog.soton.ac.uk/webteam/" moz-do-not-send="true">http://blog.soton.ac.uk/webteam/</a></pre>
    </blockquote>
  </body>
</html>