Revision 53128
Added by Alessia Bardi almost 6 years ago
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> |
Also available in: Unified diff
Do not use CDATA in TDS so that the XSLT will be properly rendered in the UIs.