What's new in the pattern database format V5
The V5 database format has the following differences compared to the V4 format:
-
The
<ruleset>
element can now store multiple reference URLs using the new<rule_urls>
element. For details, see Element: ruleset. -
In an
<action>
, you can now initialize a new context. As a result, the<message>
element is not required. For details, see Element: create-context. -
The
inherit-properties
attribute is deprecated, use theinherit-mode
attribute instead. For details, see Element: action.
Last modified December 18, 2024: Merge pull request #90 from axoflow/minor-fixes-241218 (68cd7df)