<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="NL-BE" link="blue" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Dear colleagues,</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">A link in iaH can be a good idea to allow users to retrieve more of same. I wanted to put a link on the publisher’s name (which is in v264^b in my case). Normally my link would look like this:</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">'<a target="_self"</p>
<p class="MsoNormal">href="/cgi-bin/wxis.exe/iah/scripts/?IsisScript=iah.xis&lang=en&base=CATALOG&nextAction=lnk&exprSearch=', mpu, v264^b,mpl,'&indexSearch=PU">',v264^b,'</a>',</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">but this will give you problems with publisher’s names in which e.g. the word “and” appears (e.g. Tailor and Francis). These data can only be retrieved successfully if they are put between quotation marks: “Tailor and Francis” (because
 “and” is a Boolean operator). Now new problem: putting extra quotation marks in the link messes it up, because it already contains nested quotations marks. My sollution is  to put the field between HTML escape codes (in this case &quot;). Now the link becomes:</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">'<a target="_self"</p>
<p class="MsoNormal">href="/cgi-bin/wxis.exe/iah/scripts/?IsisScript=iah.xis&lang=en&base=CATALOG&nextAction=lnk&exprSearch=', mpu<b>,"&quot;"v264^b"&quot;",</b>mpl,'&indexSearch=PU">',v264^b,'</a>',</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Still one unsolved problem: the downloaded data is not: “Tailor and Francis”, but “Tailor & Francis”. My sollution doesn’t work with “&” in the data, but maybe not everything is soluble…</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Piet de Keyser</p>
<p class="MsoNormal">Belgium</p>
</div>
</body>
</html>