Revision 53139
Added by Alessia Bardi about 5 years ago
modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/croatian_HRZZ_projects_2_db.xml | ||
---|---|---|
12 | 12 |
<SCRIPT> |
13 | 13 |
<TITLE>Croatian HRZZ projects to DB</TITLE> |
14 | 14 |
<CODE> |
15 |
<![CDATA[ |
|
15 | 16 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"> |
16 | 17 |
|
17 | 18 |
<xsl:param name="varDataSourceId"/> |
... | ... | |
151 | 152 |
</record> |
152 | 153 |
</xsl:template> |
153 | 154 |
</xsl:stylesheet> |
155 |
]]> |
|
154 | 156 |
</CODE> |
155 | 157 |
</SCRIPT> |
156 | 158 |
</CONFIGURATION> |
Also available in: Unified diff
it seems that when we have if with > or < we MUST use CDATA, otherwise we get 'javax.xml.transform.TransformerConfigurationException: Error reported by XML parser'