Revision 53128
Added by Alessia Bardi almost 6 years ago
cordah2020_2_db.xml | ||
---|---|---|
12 | 12 |
<SCRIPT> |
13 | 13 |
<TITLE>CORDA H2020 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 |
|
18 | 17 |
<xsl:param name="varDataSourceId"/> |
... | ... | |
296 | 295 |
</record> |
297 | 296 |
</xsl:template> |
298 | 297 |
</xsl:stylesheet> |
299 |
]]> |
|
300 | 298 |
</CODE> |
301 | 299 |
</SCRIPT> |
302 | 300 |
</CONFIGURATION> |
Also available in: Unified diff
Do not use CDATA in TDS so that the XSLT will be properly rendered in the UIs.