Hello Snemi,

this would be

            <!-- 6. Abstract dc.description.abstract to
dcterms:abstract -->
            <xsl:for-each
select="doc:metadata/doc:element[@name='dc']/doc:element[@name='description']/doc:element[@name='abstract']/doc:element/doc:field[@name='value']">
                <dcterms:abstract xsi:type="ddb:contentISO639-2">
                        <xsl:attribute name="lang">
                                        <xsl:value-of select="../@name" />
                        </xsl:attribute>
                    <xsl:value-of select="." />
                </dcterms:abstract>
            </xsl:for-each>
but note DSpace uses 2 letter lang code whereas you need to transform it
to three letter bibliographic code.

Hope this helps

Claudia Jürgen


Am 02.02.2016 um 15:49 schrieb [email protected]:
Dear list,

i am trying to get a xmetadissplus crosswalk for dspace-oai

I want to access the field:  " dc.description.abstract " . " language=XXX "

doc:metadata/doc:element[@name='dc']/doc:element[@name='description']/doc:element[@name='abstract']


How can i find the property "language" of the element and use it in the
xsl-crosswalk ?


It should be a result similar to this

<xsl:for-each 
select="doc:metadata/doc:element[@name='dc']/doc:element[@name='description']">

       <dcterms:abstract xsi:type="ddb:contentISO639-2" lang="<!  THE VALUE IN THE 
LANGUAGE !>">
          <xsl:value-of 
select="doc:element[@name='abstract']/doc:element/doc:field[@name='value']"/>
       </dcterms:abstract>

</xsl:for-each>



Thank you for your help

SNEmi


--
Claudia Juergen
Eldorado

Technische Universität Dortmund
Universitätsbibliothek
Vogelpothsweg 76
44227 Dortmund

Tel.: +49 231-755 40 43
Fax: +49 231-755 40 32
[email protected]
www.ub.tu-dortmund.de

Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie ist 
ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für diese 
E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender und 
vernichten Sie diese Mail. Vielen Dank.
Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen 
ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher Schriftform 
(mit eigenhändiger Unterschrift) oder durch Übermittlung eines solchen 
Schriftstücks per Telefax erfolgen.

Important note: The information included in this e-mail is confidential. It is 
solely intended for the recipient. If you are not the intended recipient of 
this e-mail please contact the sender and delete this message. Thank you. 
Without prejudice of e-mail correspondence, our statements are only legally 
binding when they are made in the conventional written form (with personal 
signature) or when such documents are sent by fax.

--
You received this message because you are subscribed to the Google Groups "DSpace 
Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to