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

-- 
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