Mapping question

#13217

Hi,

thank you very much, this worked fine, except for this change:

<ns1:docId xmlns:ns1=\”http://xml.alien.de/schema/alienformat/1.0\”
xmlns:ns0=\”http://xml.connect.de/schema/xmlgateway/1.0\”>

<xsl:value-of select=\”ns0:field[@name =’z_nummer’]\”/>-<xsl:value-of select=\”ns0:field[@name =’z_index’]\”/>

</ns1:docId>

I had to remove the path in the \”value-of-select\”-Statement, because my field elements where part of repeating <object>-Elements one section higher,
when I used the full path, for each object the same \”z_nummer\” field content was used, although it differed in the source file.

Cheers and thanx

Slash