NMX

NMX — the number of missing page queries deleted

Synopsis

Content model

NMX ::=
EMPTY

Attributes

NameTypeDefaultDescription
okCDATANone

The number of items of this type that were successfully applied, or would have been successfully applied if APPLY was enabled.

notokCDATANone

The number of items of this type that were not successfully applied, or would not have been successfully applied if APPLY was enabled.

applyCDATANone

Set to "1" if APPLY was enabled when the batch file was run.

Description

The NMX element contains summary information including the number of missing page queries deleted successfully, and the number that failed.

Processing Expectations

By counting the number of MX elements present in the output log and grouping them by the value of their c attribute, a stylesheet can tabulate the same numbers as reported by the attributes of this element.

Parents

These elements contain NMX: SUMMARY

Children

The following elements occur in NMX: None.

Examples

Example 6.75. Summary information of 4 successfully deleted missing page queries and 2 that failed, APPLY set.

<NMX ok='4' notok='2' apply='1'/>