Revision 46365
Added by Alessia Bardi over 7 years ago
modules/dnet-msro-service/branches/saxonHE/src/main/resources/eu/dnetlib/msro/workflows/xslt/mdBuilder.xslt.st | ||
---|---|---|
11 | 11 |
<oai:record xmlns:oai="http://www.openarchives.org/OAI/2.0/" |
12 | 12 |
xmlns:dri="http://www.driver-repository.eu/namespace/dri"> |
13 | 13 |
|
14 |
<xsl:variable name="datestamp" select="current-dateTime" /> |
|
14 |
<xsl:variable name="datestamp" select="current-dateTime()" />
|
|
15 | 15 |
<xsl:variable name="evaluatedMetadataId" select="normalize-space($xpath$)" /> |
16 | 16 |
|
17 | 17 |
<!-- Patch OAI header or create ex-novo if not oai --> |
Also available in: Unified diff
fixed call to current-datetime()