<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 23, 2014 at 6:48 AM, Xavier Brochard <span dir="ltr"><<a href="mailto:xavier@alternatif.org" target="_blank">xavier@alternatif.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hello<br>
<br>
I would like to add some fields to be populated when harvesting from<br>
internet services.<br>
<br>
For example, I added an "ean" field in the data : collection and this xsl<br>
definition in amazon2tellico.xsl file<br>
  <ean><br>
   <xsl:value-of select="aws:EAN"/><br>
  </ean><br>
But if I request an update from Amazon, the field is not populated.<br>
<br>
What did I missed ?<br></blockquote><div> </div>You also need to define the EAN field in the amazon2tellico.xsl file. Since you already created that field in your current collection, export it to a temporary XML file and look inside there for something that looks like this:<div>
<br></div><div><field title="EAN" flags="6" category="Publishing" format="0" type="1" name="ean"/><br></div><div><br></div><div>Take that line and add it up near the top of the amazon2tellico.xsl file, where there are field lines for the images. Then give it a shot.</div>
<div><br></div><div>Robby</div><div><br></div></div></div></div>