Revision 53128
Added by Alessia Bardi about 6 years ago
miur2db.xml | ||
---|---|---|
12 | 12 |
<SCRIPT> |
13 | 13 |
<TITLE>MIUR 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 |
|
... | ... | |
135 | 134 |
</record> |
136 | 135 |
</xsl:template> |
137 | 136 |
</xsl:stylesheet> |
138 |
]]> |
|
139 | 137 |
</CODE> |
140 | 138 |
</SCRIPT> |
141 | 139 |
</CONFIGURATION> |
Also available in: Unified diff
Do not use CDATA in TDS so that the XSLT will be properly rendered in the UIs.