Revision 53128
Added by Alessia Bardi about 6 years ago
fwf_2_db.xml | ||
---|---|---|
12 | 12 |
<SCRIPT> |
13 | 13 |
<TITLE>FWF to DB</TITLE> |
14 | 14 |
<CODE> |
15 |
<![CDATA[ |
|
15 |
|
|
16 | 16 |
<xsl:stylesheet xmlns:fwf="eu.dnetlib.data.transform.xml.FWFXsltFunctions" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> |
17 | 17 |
|
18 | 18 |
<xsl:param name="varDataSourceId"/> |
... | ... | |
156 | 156 |
</record> |
157 | 157 |
</xsl:template> |
158 | 158 |
</xsl:stylesheet> |
159 |
]]> |
|
159 |
|
|
160 | 160 |
</CODE> |
161 | 161 |
</SCRIPT> |
162 | 162 |
</CONFIGURATION> |
Also available in: Unified diff
Do not use CDATA in TDS so that the XSLT will be properly rendered in the UIs.