Project

General

Profile

« Previous | Next » 

Revision 38185

#1413: escaping /in FundingProgram

View differences:

projects_eprints.xslt
12 12
		<xsl:variable name="acronym" select="//FIELD[@name='acronym']" />
13 13
		<xsl:variable name="funder" select="//FIELD[@name='funder']" />
14 14
		<xsl:variable name="fundingProgramme">
15
			<xsl:value-of select="tokenize(//FIELD[@name='fundingpathid'],'::')[3]"/>
15
			<xsl:value-of select="replace(tokenize(//FIELD[@name='fundingpathid'],'::')[3], '/', '%2F')"/>
16 16
		</xsl:variable>
17 17
		<xsl:variable name="idnamespace">
18 18
		<!-- info:eu-repo/grantAgreement/Funder/FundingProgram/ProjectID /[Jurisdiction]/[ProjectName]/[ProjectAcronym]  -->

Also available in: Unified diff