Code Review tool for XPRESS

Does anybody have any idea about Code review tool for XPRESS Language?Please let me know
[95 byte] By [aratigopal] at [2007-11-26 9:24:32]
# 1
Have never come across one. The best we have is a simple perl script that looks at the forms and correlates rules.. it then flags if a Form calls a Rule that doesnt exist, or if a Rule exists that is never called.
glynns at 2007-7-7 0:00:10 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
We did something like it only using xsl.Using the console we do an export of all sources, then the xsl processes the huge xml file and writes 'inconsistencies' message for calls to rules/subprocesses/forms that are incorrect...
Iddo at 2007-7-7 0:00:10 > top of Java-index,Web & Directory Servers,Directory Servers...