Thanks. One other quick question. Within the <xsl:if select="/dri:document/dri:body/dri:div[@n='item-view']"> ... </xsl:if> I want to access some metadata that the item has attached. I'm trying something like <xsl:value-of select="dim:field[@qualifier='uri' and @element='identifier' and @mdschema='dc']"/> but it doesn't return anything. Can you see what I'm doing wrong. I'm trying all of this within the <xsl:template match="dri:body"> template.
John > Hi John, > > you could use the value of this attribute: > > <xsl:if select="/dri:document/dri:body/dri:div[@n='item-view']"> > </xsl:if> > > where possible values are 'site-home', 'community-home', > 'collection-home', 'item-view'. > > Regards, > ~~helix84 ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

