Hello everybody.
I'm trying to access the mets fields from the page-structure.xsl file.
I'm using Dspace 1.7.0, XMLUI and Mirate theme.
In page-structure.xsl file, I added this code:
<xsl:template name="dados" match="dim:dim" >
<meta property="titulo">
<xsl:attribute name="content">
<xsl:value-of select="dim:field[@element='title'][1]" />
</xsl:attribute>
</meta>
</xsl:template>
and inside the "<xsl:template name="buildHead">" template, I added this call
<xsl:call-template name="dados"/>
But, this must be wrong.
Can anyone help me?
Thank you and sorry by my English.
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech