I have a file in my collection which contains the following html snippet:
<tr> <td> <a href="DigitalLibrary/gsdl/collect/areu/import/English/4612/ISO%20C++%20Standard%20%28n1905%29.pdf">
<img src="gsdl/images/ipdf.gif" alt="icon"> </a> </td> </tr> <tr> <td> <a href="DigitalLibrary/gsdl/collect/areu/import/../Upload/4612/UML%20Spec%201.5.pdf">
<img src="gsdl/images/ipdf.gif" alt="icon"> </a> </td> </tr> When I build the collection the code has changed to the following:
<tr> <td> <a href="/DigitalLibrary/gsdl/collect/areu/import/English/4612/ISO%20C++%20Standard%20%28n1905%29.pdf"> <img src="/gsdl/collect/pdfteste/index/assoc/HASH01fb.dir/ipdf.gif" alt="icon">
</a> <a name="ipdf.gif"> </a> </td> </tr> <tr> <td> <a href="/DigitalLibrary/gsdl/collect/areu/import/../Upload/4612/UML%20Spec%201.5.pdf">
<img src="/gsdl/collect/pdfteste/index/assoc/HASH01fb.dir/ipdf.gif" alt="icon"> </a> <a name="ipdf.gif"> </a> </td> </tr>
This breaks the links. I have selected no links in the plug in but it still wanted to change my links. What should I do to get Greenstone not to modify this file?
Many thanks,
graeme
|