Revision 50357
Added by Claudio Atzori over 5 years ago
schemaTemplate.xslt | ||
---|---|---|
272 | 272 |
|
273 | 273 |
<fields> |
274 | 274 |
|
275 |
<xsl:for-each select="./FIELD"> |
|
275 |
<xsl:for-each select="./FIELD[@indexable = 'true' or @result = 'false']">
|
|
276 | 276 |
<xsl:variable name="fieldname" select="translate(@name, $uppercase, $smallcase)"/> |
277 | 277 |
<xsl:variable name="fieldtype"> |
278 | 278 |
<xsl:choose> |
Also available in: Unified diff
allow among the target fields those marked as indexable = 'true' or result = 'false'