Revision 53128
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[ |
|
16 | 15 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
17 | 16 |
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:per="http://gtr.ukri.org/gtr/api/person" exclude-result-prefixes="xs" version="2.0"> |
18 | 17 |
|
... | ... | |
255 | 254 |
<xsl:value-of select="concat($contactfullname,';')"/> |
256 | 255 |
</xsl:template> |
257 | 256 |
</xsl:stylesheet> |
258 |
|
|
259 |
]]> |
|
260 | 257 |
</CODE> |
261 | 258 |
</SCRIPT> |
262 | 259 |
</CONFIGURATION> |
Also available in: Unified diff
Do not use CDATA in TDS so that the XSLT will be properly rendered in the UIs.