Hi everyone,
In
addition to the Rule Categories feature, the latest update at http://dynamicdom.tigris.org/ includes
the implementation of rule IDs. This feature has always been part of the
specifications, but now the rule ID is also included in the XRules report so
that you can identity the failed rule easily. For example, the following rule:
<xr:validate test="..." id="TestRule" />
Will generate the following error in the XRules report
(notice the ruleId attribute):
<xrr:error context="..." ruleId="TestRule">
<xrr:message>...</xrr:message>
<xrr:node path="..." />
</xrr:error>
Rule
IDs continue to be optional, however. So, if no ID is provided for the rule in
the XRules document, then the error details will not have it either.
Best regards,
Waleed