https://bugs.kde.org/show_bug.cgi?id=396211

--- Comment #7 from Robby Stephenson <ro...@periapsis.org> ---
(In reply to Joachim from comment #6)
> How can I use custom fields and update it with Amazon data? I created a
> cusotm field named "EAN" in Tellico. The EAN code is submitted in the XML
> structure from Amazon. How to update the cusom field with the content of the
> according XML element? Nothing I tried did work.

With your collection that has the custom EAN field in it, export to an XML and
find the <field .. title="EAN" ... > line in it. Copy that to your
amazon2tellico.xsl file up in the beginning within the <fields> element. Then
add 
<ean><xsl:value-of select="[whatever the EAN element is in the XML from
Amazon]"></ean> somewhere in the Item template.

Does that make sense?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to