revprop
Identifies a value in the rev attribute that should be
flagged in some manner. Unlike the other conditional processing attributes,
which may be used for both filtering and flagging, the rev attribute
may only be used for flagging.
Contains
Contained by
Example
See the example in the <val> description.
Attributes
Name | Description | Data Type | Default Value | Required? |
---|---|---|---|---|
val | The value to be acted upon. If the val attribute is absent, then the revprop element declares a default behavior for any value in the rev attribute. | CDATA | #IMPLIED | no |
action | The action to be taken. The options are:
|
(include | passthrough | flag) | #IMPLIED | yes |
changebar | When flag has been set, specify a changebar color, style, or character, according to the changebar support of the target output format. If flag has not been set, this attribute is ignored. | CDATA | #IMPLIED | no |
color | If flag has been set, the color to use to flag text. Colors may be entered by name or code. Processor support is recommended for the color names listed under the heading "<color>" in http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8794-Property-Datatypes and for the 6 digit hex code form (#rrggbb, case insensitive). If flag has not been set, this attribute is ignored. | CDATA | #IMPLIED | no |
backcolor | If flag has been set, the color to use as background for flagged text. Colors may be entered by name or code. Processor support is recommended for the color names listed under the heading "<color>" in http://www.w3.org/TR/2001/REC-xsl-20011015/slice5.html#section-N8794-Property-Datatypes and for the 6 digit hex code form (#rrggbb, case insensitive). If flag has not been set, this attribute is ignored. | CDATA | #IMPLIED | no |
style | If flag has been set, the text style to use for flagged text.
The following values are enumerated:
|
(underline | double-underline | italics | overline | bold) | #IMPLIED | no |