Revision 53128
Added by Alessia Bardi about 6 years ago
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.