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