Revision 53128
Added by Alessia Bardi almost 6 years ago
conicyt2db.xml | ||
---|---|---|
12 | 12 |
<SCRIPT> |
13 | 13 |
<TITLE>CONICYT to DB</TITLE> |
14 | 14 |
<CODE> |
15 |
<![CDATA[ |
|
16 | 15 |
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
17 | 16 |
xmlns:utils="eu.dnetlib.data.transform.xml.AbstractDNetXsltFunctions"> |
18 | 17 |
|
... | ... | |
169 | 168 |
</record> |
170 | 169 |
</xsl:template> |
171 | 170 |
</xsl:stylesheet> |
172 |
|
|
173 |
]]> |
|
174 | 171 |
</CODE> |
175 | 172 |
</SCRIPT> |
176 | 173 |
</CONFIGURATION> |
Also available in: Unified diff
Do not use CDATA in TDS so that the XSLT will be properly rendered in the UIs.