Revision 53128
Added by Alessia Bardi almost 6 years ago
modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/aka2db.xml | ||
---|---|---|
12 | 12 |
<SCRIPT> |
13 | 13 |
<TITLE>AKA to DB</TITLE> |
14 | 14 |
<CODE> |
15 |
<![CDATA[ |
|
16 | 15 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
17 | 16 |
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:utils="eu.dnetlib.data.transform.xml.AbstractDNetXsltFunctions" |
18 | 17 |
exclude-result-prefixes="xs" version="2.0"> |
... | ... | |
133 | 132 |
|
134 | 133 |
</xsl:template> |
135 | 134 |
</xsl:stylesheet> |
136 |
]]> |
|
137 | 135 |
</CODE> |
138 | 136 |
</SCRIPT> |
139 | 137 |
</CONFIGURATION> |
modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/dfg2db.xml | ||
---|---|---|
12 | 12 |
<SCRIPT> |
13 | 13 |
<TITLE>DFG to DB</TITLE> |
14 | 14 |
<CODE> |
15 |
<![CDATA[ |
|
16 | 15 |
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:utils="eu.dnetlib.data.transform.xml.AbstractDNetXsltFunctions"> |
17 | 16 |
|
18 | 17 |
<xsl:param name="varDataSourceId"/> |
... | ... | |
80 | 79 |
</record> |
81 | 80 |
</xsl:template> |
82 | 81 |
</xsl:stylesheet> |
83 |
]]> |
|
84 | 82 |
</CODE> |
85 | 83 |
</SCRIPT> |
86 | 84 |
</CONFIGURATION> |
modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/nwo_2_db.xml | ||
---|---|---|
12 | 12 |
<SCRIPT> |
13 | 13 |
<TITLE>NWO to DB</TITLE> |
14 | 14 |
<CODE> |
15 |
<![CDATA[ |
|
16 | 15 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
17 | 16 |
xmlns:xs="http://www.w3.org/2001/XMLSchema" |
18 | 17 |
exclude-result-prefixes="xs" version="1.0"> |
... | ... | |
122 | 121 |
</xsl:template> |
123 | 122 |
|
124 | 123 |
</xsl:stylesheet> |
125 |
]]> |
|
126 | 124 |
</CODE> |
127 | 125 |
</SCRIPT> |
128 | 126 |
</CONFIGURATION> |
modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/rcuk_2_db.xml | ||
---|---|---|
12 | 12 |
<SCRIPT> |
13 | 13 |
<TITLE>RCUK to DB</TITLE> |
14 | 14 |
<CODE> |
15 |
<![CDATA[ |
|
16 | 15 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
17 | 16 |
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:per="http://gtr.ukri.org/gtr/api/person" exclude-result-prefixes="xs" version="2.0"> |
18 | 17 |
|
... | ... | |
255 | 254 |
<xsl:value-of select="concat($contactfullname,';')"/> |
256 | 255 |
</xsl:template> |
257 | 256 |
</xsl:stylesheet> |
258 |
|
|
259 |
]]> |
|
260 | 257 |
</CODE> |
261 | 258 |
</SCRIPT> |
262 | 259 |
</CONFIGURATION> |
modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/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> |
modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/arc_2_db.xml | ||
---|---|---|
12 | 12 |
<SCRIPT> |
13 | 13 |
<TITLE>ARC 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:ands="http://ands.org.au/standards/rif-cs/registryObjects"> |
18 | 17 |
|
... | ... | |
111 | 110 |
</record> |
112 | 111 |
</xsl:template> |
113 | 112 |
</xsl:stylesheet> |
114 |
]]> |
|
115 | 113 |
</CODE> |
116 | 114 |
</SCRIPT> |
117 | 115 |
</CONFIGURATION> |
modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/nhmrc_2_db.xml | ||
---|---|---|
12 | 12 |
<SCRIPT> |
13 | 13 |
<TITLE>NHMRC 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:ands="http://ands.org.au/standards/rif-cs/registryObjects"> |
18 | 17 |
|
... | ... | |
113 | 112 |
</record> |
114 | 113 |
</xsl:template> |
115 | 114 |
</xsl:stylesheet> |
116 |
]]> |
|
117 | 115 |
</CODE> |
118 | 116 |
</SCRIPT> |
119 | 117 |
</CONFIGURATION> |
modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/snsf_2_db.xml | ||
---|---|---|
12 | 12 |
<SCRIPT> |
13 | 13 |
<TITLE>SNSF to DB</TITLE> |
14 | 14 |
<CODE> |
15 |
<![CDATA[ |
|
16 | 15 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> |
17 | 16 |
|
18 | 17 |
<xsl:param name="varDataSourceId"/> |
... | ... | |
146 | 145 |
</xsl:template> |
147 | 146 |
|
148 | 147 |
</xsl:stylesheet> |
149 |
]]> |
|
150 | 148 |
</CODE> |
151 | 149 |
</SCRIPT> |
152 | 150 |
</CONFIGURATION> |
modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/tubitakf_2_db.xml | ||
---|---|---|
12 | 12 |
<SCRIPT> |
13 | 13 |
<TITLE>TUBITAK projects to DB</TITLE> |
14 | 14 |
<CODE> |
15 |
<![CDATA[ |
|
16 | 15 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
17 | 16 |
xmlns:xs="http://www.w3.org/2001/XMLSchema" |
18 | 17 |
exclude-result-prefixes="xs" version="2.0"> |
... | ... | |
108 | 107 |
</record> |
109 | 108 |
</xsl:template> |
110 | 109 |
</xsl:stylesheet> |
111 |
]]> |
|
112 | 110 |
</CODE> |
113 | 111 |
</SCRIPT> |
114 | 112 |
</CONFIGURATION> |
modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/wellcometrust_2_db.xml | ||
---|---|---|
12 | 12 |
<SCRIPT> |
13 | 13 |
<TITLE>WT to DB</TITLE> |
14 | 14 |
<CODE> |
15 |
<![CDATA[ |
|
16 | 15 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
17 | 16 |
xmlns:xs="http://www.w3.org/2001/XMLSchema" |
18 | 17 |
exclude-result-prefixes="xs" version="2.0"> |
... | ... | |
213 | 212 |
</record> |
214 | 213 |
</xsl:template> |
215 | 214 |
</xsl:stylesheet> |
216 |
]]> |
|
217 | 215 |
</CODE> |
218 | 216 |
</SCRIPT> |
219 | 217 |
</CONFIGURATION> |
modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/conicyt2db.xml | ||
---|---|---|
12 | 12 |
<SCRIPT> |
13 | 13 |
<TITLE>CONICYT 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 |
|
... | ... | |
169 | 168 |
</record> |
170 | 169 |
</xsl:template> |
171 | 170 |
</xsl:stylesheet> |
172 |
|
|
173 |
]]> |
|
174 | 171 |
</CODE> |
175 | 172 |
</SCRIPT> |
176 | 173 |
</CONFIGURATION> |
modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/fct_2_db.xml | ||
---|---|---|
12 | 12 |
<SCRIPT> |
13 | 13 |
<TITLE>FCT to DB</TITLE> |
14 | 14 |
<CODE> |
15 |
<![CDATA[ |
|
16 | 15 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
17 | 16 |
xmlns:xs="http://www.w3.org/2001/XMLSchema" |
18 | 17 |
exclude-result-prefixes="xs" version="2.0"> |
... | ... | |
143 | 142 |
|
144 | 143 |
</xsl:template> |
145 | 144 |
</xsl:stylesheet> |
146 |
]]> |
|
147 | 145 |
</CODE> |
148 | 146 |
</SCRIPT> |
149 | 147 |
</CONFIGURATION> |
modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/nih_2_db.xml | ||
---|---|---|
1 | 1 |
<RESOURCE_PROFILE> |
2 | 2 |
<HEADER> |
3 |
<RESOURCE_IDENTIFIER value="_VHJhbnNmb3JtYXRpb25SdWxlRFNSZXNvdXJjZXMvVHJhbnNmb3JtYXRpb25SdWxlRFNSZXNvdXJjZVR5cGU="/> |
|
3 |
<RESOURCE_IDENTIFIER value="4a5e5153-7b96-4881-8dfe-afcb85db7270_VHJhbnNmb3JtYXRpb25SdWxlRFNSZXNvdXJjZXMvVHJhbnNmb3JtYXRpb25SdWxlRFNSZXNvdXJjZVR5cGU="/>
|
|
4 | 4 |
<RESOURCE_TYPE value="TransformationRuleDSResourceType"/> |
5 | 5 |
<RESOURCE_KIND value="TransformationRuleDSResources"/> |
6 | 6 |
<RESOURCE_URI value=""/> |
... | ... | |
12 | 12 |
<SCRIPT> |
13 | 13 |
<TITLE>NIH 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="parentDatasourceId"/> |
... | ... | |
193 | 192 |
</record> |
194 | 193 |
</xsl:template> |
195 | 194 |
</xsl:stylesheet> |
196 |
]]> |
|
197 | 195 |
</CODE> |
198 | 196 |
</SCRIPT> |
199 | 197 |
</CONFIGURATION> |
modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/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> |
modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/mestd2db.xml | ||
---|---|---|
12 | 12 |
<SCRIPT> |
13 | 13 |
<TITLE>MESTD to DB</TITLE> |
14 | 14 |
<CODE> |
15 |
<![CDATA[ |
|
16 | 15 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> |
17 | 16 |
|
18 | 17 |
<xsl:output indent="yes"/> |
... | ... | |
78 | 77 |
</record> |
79 | 78 |
</xsl:template> |
80 | 79 |
</xsl:stylesheet> |
81 |
]]> |
|
82 | 80 |
</CODE> |
83 | 81 |
</SCRIPT> |
84 | 82 |
</CONFIGURATION> |
modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/sgov2db.xml | ||
---|---|---|
12 | 12 |
<SCRIPT> |
13 | 13 |
<TITLE>SGOV to DB</TITLE> |
14 | 14 |
<CODE> |
15 |
<![CDATA[ |
|
16 | 15 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
17 | 16 |
xmlns:fn="http://www.w3.org/2005/xpath-functions" version="2.0" exclude-result-prefixes="fn"> |
18 | 17 |
|
... | ... | |
148 | 147 |
</xsl:template> |
149 | 148 |
|
150 | 149 |
</xsl:stylesheet> |
151 |
]]> |
|
152 | 150 |
</CODE> |
153 | 151 |
</SCRIPT> |
154 | 152 |
</CONFIGURATION> |
modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/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> |
modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/sfi_2_db.xml | ||
---|---|---|
12 | 12 |
<SCRIPT> |
13 | 13 |
<TITLE>SFI to DB</TITLE> |
14 | 14 |
<CODE> |
15 |
<![CDATA[ |
|
16 | 15 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
17 | 16 |
xmlns:xs="http://www.w3.org/2001/XMLSchema" |
18 | 17 |
exclude-result-prefixes="xs" version="2.0"> |
... | ... | |
126 | 125 |
</xsl:template> |
127 | 126 |
|
128 | 127 |
</xsl:stylesheet> |
129 |
]]> |
|
130 | 128 |
</CODE> |
131 | 129 |
</SCRIPT> |
132 | 130 |
</CONFIGURATION> |
modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/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> |
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[ |
|
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> |
modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/tara_2_db.xml | ||
---|---|---|
12 | 12 |
<SCRIPT> |
13 | 13 |
<TITLE>TARA to DB</TITLE> |
14 | 14 |
<CODE> |
15 |
<![CDATA[ |
|
16 | 15 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
17 | 16 |
xmlns:xs="http://www.w3.org/2001/XMLSchema" |
18 | 17 |
exclude-result-prefixes="xs" version="2.0"> |
... | ... | |
87 | 86 |
</xsl:template> |
88 | 87 |
|
89 | 88 |
</xsl:stylesheet> |
90 |
]]> |
|
91 | 89 |
</CODE> |
92 | 90 |
</SCRIPT> |
93 | 91 |
</CONFIGURATION> |
modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/corda_2_db.xml | ||
---|---|---|
12 | 12 |
<SCRIPT> |
13 | 13 |
<TITLE>CORDA 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:xs="http://www.w3.org/2001/XMLSchema" |
18 | 17 |
exclude-result-prefixes="xs"> |
... | ... | |
297 | 296 |
</record> |
298 | 297 |
</xsl:template> |
299 | 298 |
</xsl:stylesheet> |
300 |
]]> |
|
301 | 299 |
</CODE> |
302 | 300 |
</SCRIPT> |
303 | 301 |
</CONFIGURATION> |
Also available in: Unified diff
Do not use CDATA in TDS so that the XSLT will be properly rendered in the UIs.