Revision 53143
Added by Alessia Bardi about 6 years ago
sfi_2_db.xml | ||
---|---|---|
12 | 12 |
<SCRIPT> |
13 | 13 |
<TITLE>SFI to DB</TITLE> |
14 | 14 |
<CODE> |
15 |
<![CDATA[ |
|
15 | 16 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
16 | 17 |
xmlns:xs="http://www.w3.org/2001/XMLSchema" |
17 | 18 |
exclude-result-prefixes="xs" version="2.0"> |
... | ... | |
125 | 126 |
</xsl:template> |
126 | 127 |
|
127 | 128 |
</xsl:stylesheet> |
129 |
]]> |
|
128 | 130 |
</CODE> |
129 | 131 |
</SCRIPT> |
130 | 132 |
</CONFIGURATION> |
Also available in: Unified diff
Added CDATA back in fudner TDS rules whenever needed.