Changeset 16119
- Timestamp:
- 2008-06-24T13:44:40+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gsdl/trunk/src/recpt/dynamicclassifieraction.cpp
r16118 r16119 178 178 int classifier_node_indent = 0; 179 179 180 // Begin with the (optional) grouping nodes180 // (Optional) Output an hlist to group the classifier nodes into buckets based on the first character 181 181 text_t selected_grouping_node_OID = ""; 182 if (!classifier_options["-group_ using"].empty())183 { 184 selected_grouping_node_OID = output_hlist_classifier_nodes (current_classifier_node_OID, current_metadata_value_filter, classifier_options["-group_using"], classifier_options, args, collectproto, browsers, disp, outconvert, textout, logout);182 if (!classifier_options["-group_by_first_character"] == "1") 183 { 184 selected_grouping_node_OID = output_hlist_classifier_nodes (current_classifier_node_OID, current_metadata_value_filter, "substr(value,1,1)", classifier_options, args, collectproto, browsers, disp, outconvert, textout, logout); 185 185 186 186 current_classifier_node_OID = selected_grouping_node_OID; … … 188 188 } 189 189 190 // Next, optionally display an hlistlevel190 // (Optional) Output an hlist instead of a vlist at the top level 191 191 text_t selected_hlist_node_OID = ""; 192 192 if (classifier_options["-use_hlist_at_top"] == "1")
Note:
See TracChangeset
for help on using the changeset viewer.