hi,

i don't know if this is the right way.
i tried to set up a meta schema for eruopeana harvesting.

so copied the oai.xsl and setup the ese schema.
starting with:

>     <europeana:record 
> xmlns:europeana="http://www.europeana.eu/schemas/ese/"; 
> xmlns:dc="http://purl.org/dc/elements/1.1/";>

i am able to setup most fields. e.g.
>     <europeana:isShownAt>
>                 <xsl:for-each 
> select="doc:metadata/doc:element[@name='dc']/doc:element[@name='identifier']/doc:element/doc:element/doc:field[@name='value']">
>                     <xsl:value-of select="." />
>                 </xsl:for-each></europeana:isShownAt>
and output is fine.

but how could i address the thumbnail field?
this doesn't seem to work:
> <xsl:value-of 
> select="mets:fileSec:mets:fileGrp[@USE='THUMBNAIL']/mets:file/mets:FLocat[@LOCTYPE='URL']/@xlink:href"/>

second question. i have my own name space with additional metadata. e.g. 
own:date
i can't address them with this line:
> <xsl:for-each 
> select="doc:metadata/doc:element[@name='own']/doc:element[@name='date']/doc:element/doc:element/doc:field[@name='value']">
thanks
lars

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to