Revision 53143
Added by Alessia Bardi about 6 years ago
rcuk_2_db.xml | ||
---|---|---|
12 | 12 |
<SCRIPT> |
13 | 13 |
<TITLE>RCUK to DB</TITLE> |
14 | 14 |
<CODE> |
15 |
<![CDATA[ |
|
15 | 16 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
16 | 17 |
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:per="http://gtr.ukri.org/gtr/api/person" exclude-result-prefixes="xs" version="2.0"> |
17 | 18 |
|
... | ... | |
254 | 255 |
<xsl:value-of select="concat($contactfullname,';')"/> |
255 | 256 |
</xsl:template> |
256 | 257 |
</xsl:stylesheet> |
257 |
</CODE> |
|
258 |
</SCRIPT> |
|
258 |
]]> |
|
259 |
</CODE> |
|
260 |
</SCRIPT> |
|
259 | 261 |
</CONFIGURATION> |
260 |
<STATUS/> |
|
261 |
<SECURITY_PARAMETERS>SECURITY_PARAMETERS</SECURITY_PARAMETERS> |
|
262 |
</BODY> |
|
263 |
</RESOURCE_PROFILE> |
|
262 |
<STATUS/> |
|
263 |
<SECURITY_PARAMETERS>SECURITY_PARAMETERS</SECURITY_PARAMETERS> |
|
264 |
</BODY> |
|
265 |
</RESOURCE_PROFILE> |
Also available in: Unified diff
Added CDATA back in fudner TDS rules whenever needed.