2008/9/25 Dorothea Salo <[EMAIL PROTECTED]>

> So there's no way at all to access DRI info from inside METS? That's
> distressing.
>
>
if you define a global variable in your XSLT
<xsl:variable name="dri_root" select="/dri:document"/>

you can access the dri info whenever you want by writing

<xsl:value-of select="$dri_root/dri:body..."/>

Andi
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to