Style Files
141
style.xml command syntax
<command attribute="value"/>
Use these commands in the style.xml file to manage how Verity handles individual
XML elements. Refer to the
style.xml
file listing for examples of these commands.
style.xml command examples
The following command ignores all XML tags in the document, indexing only the
content:
<ignore xmltag = "*"/>
The following command skips indexing the specified xmltag but indexes the content
between the start and end tags of the specified xmltag:
<ignore xmltag = "section_1"/>
The following command indexes xmltag as a zone if there is also an ignore xmltag =
"*" command:
<preserve xmltag = "section_1"/>
The following command suppresses the entire element identified by xmltag. The tag,
attribute, and content are not indexed:
<suppress xmltag = "section_1"/>
Command
Description
field
Indexes the content between the pair of specified XML tags as field
values. By default, the field name is the same as the xmltag value,
unless otherwise specified by the fieldname attribute.
Attributes:
•
xmltag
•
fieldname
•
index
ignore
Skips indexing of xmltag but indexes the content between the pair of
specified XML tags.
Attribute:
•
xmltag
preserve
Indexes specified xmltag as a zone if preceded by ignore
xmltag = "*".
Attribute:
•
xmltag
suppress
Suppresses every xmltag embedded within the specified xmltag.
Attribute:
•
xmltag
Summary of Contents for COLDFUSION 5-ADVANCED ADMINISTRATION
Page 1: ...Macromedia Incorporated Advanced ColdFusion Administration ColdFusion 5...
Page 20: ......
Page 56: ...38 Chapter 1 Advanced Data Source Management...
Page 74: ...56 Chapter 2 Administrator Tools...
Page 76: ......
Page 86: ...68 Chapter 3 ColdFusion Security...
Page 87: ...To Learn More About Security 69...
Page 88: ...70 Chapter 3 ColdFusion Security...
Page 130: ...112 Chapter 5 Configuring Advanced Security...
Page 132: ......
Page 154: ...136 Chapter 6 Configuring Verity K2 Server...
Page 162: ...144 Chapter 7 Indexing XML Documents...
Page 202: ...184 Chapter 8 Verity Spider...
Page 236: ...218 Chapter 10 Verity Troubleshooting Utilities...
Page 238: ......
Page 348: ...330 Chapter 14 ClusterCATS Utilities...
Page 349: ...Using sniff 331...
Page 350: ...332 Chapter 14 ClusterCATS Utilities...
Page 362: ...344 Chapter 15 Optimizing ClusterCATS...
Page 372: ...354 Index...