Revision 53128
Added by Alessia Bardi almost 6 years ago
croatian_MZOS_projects_2_db.xml | ||
---|---|---|
12 | 12 |
<SCRIPT> |
13 | 13 |
<TITLE>Croatian MZOS projects to DB</TITLE> |
14 | 14 |
<CODE> |
15 |
<![CDATA[ |
|
16 | 15 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"> |
17 | 16 |
|
18 | 17 |
<xsl:param name="varDataSourceId"/> |
... | ... | |
152 | 151 |
</record> |
153 | 152 |
</xsl:template> |
154 | 153 |
</xsl:stylesheet> |
155 |
]]> |
|
156 | 154 |
</CODE> |
157 | 155 |
</SCRIPT> |
158 | 156 |
</CONFIGURATION> |
Also available in: Unified diff
Do not use CDATA in TDS so that the XSLT will be properly rendered in the UIs.