The <rule> tag has the following syntax:

<rule op={operation} [src={path}][name={name}] [tag={tag}]>
  {child tags}
</rule>

or this:

<rule src={path}></rule>

The <rule> tag must be matched by a closing </rule> tag.

 
loading table of contents...