Table Of Contents
AppScreen Rules DTD
AppScreen Rules DTD
The following DTD describes the syntax of the AppScreen rules file.
<!ELEMENT appscreen:rules (version, rules)>
<!ELEMENT version (#PCDATA)>
<!-- Allow zero-or-more (*) rules, instead of one-or-more (+) - this
allows all of the rules to be commented out, and the rules
<!ELEMENT op (op*, valSet*, attribSet*)>
type (regexMatch | exists | ruleMatch | not | and | or) #IMPLIED
reverse (true | false) #IMPLIED
type (regex | rulename) #IMPLIED
<!ELEMENT attribSet (attrib)+>
type (include | exclude) #IMPLIED
type (param | cookie | header | enum) #IMPLIED