dpa-gmbh / metadata-mapper

http://dpa-gmbh.github.io/metadata-mapper/
Other
5 stars 1 forks source link

string-joint is not supported by xpath 1.0 #27

Closed ola-github closed 9 years ago

ola-github commented 9 years ago
<metadata name="Instructions" cardinality="ONE">
        <xpath><![CDATA[string-join(//itemMeta/edNote, ', ')]]></xpath>
        <iim>
            <mapsTo dataset="40" field="Special Instructions" targetType="STRING"/>
        </iim>
        <xmp>
            <mapsTo targetType="Text" targetNamespace="http://ns.adobe.com/photoshop/1.0/" field="Instructions"/>
        </xmp>
    </metadata>

quick fix: <![CDATA[//itemMeta/edNote[1]]]>

ola-github commented 9 years ago

@Robert: could you please check for an alternative expression?

ola-github commented 9 years ago

mapping has been reviewed and corrected accordingly