If you append ?XML to the URL of your DSpace instance, Michael, do you see your 
custom fields in the XML response?  
 
If so, then you should be able to more or less copy the pattern below, changing 
it match those field.
 
--Dave
 
-------------------
David Walker
Library Web Services Manager
California State University
http://xerxes.calstate.edu

________________________________

From: [EMAIL PROTECTED] on behalf of Michael Steck
Sent: Tue 6/17/2008 5:59 AM
Cc: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] xsl match to own metadata



hi there,

i am coding at my own theme template.xsl and wonder how i can select my
own metadata fields.

that is the way i request the dc.fields (for example)

<xsl:for-each select="dim:[EMAIL PROTECTED]'identifier' and
@qualifier='citation']">
   <xsl:copy-of select="node()" />
...

but what do i have to do to select my individual field
(myfield.comment.comment)


thanks,



------------------------------------------------------------------
Dipl.- Ing. Michael Steck
FfE - Forschungsstelle für Energiewirtschaft e.V.
Am Blütenanger 71
80995 München
Tel.: 089/158121-22
Fax: 089/158121-10
[EMAIL PROTECTED]
www.ffe.de
------------------------------------------------------------------


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to