Extracting Rules from an InfoPath Form
Is there a way to automatically grab the rules in their original, human-readable format from an InfoPath 2007 form (perhaps the manifest.xsf file, they are not human readable here)? A commercial tool would be nice, even. We are going to compile a summary of the rules as they appear in the design form for easy viewing by the support team.
a source to share
InfoPath has a built-in logical inspector that displays a page that lists all the rules, data validation, calculated defaults, and more. It can be found under Tools -> Logical Inspector. Unfortunately, apart from clicking the Print button in the upper left corner and printing in PDF format, I see no other way to export this information from the infopat.
To get the same information gathered in a report format, I assume you will have to fetch files from XSN and fetch defaults, rules, etc.
For a commercial tool there is the qDabra Rules option .
I haven't used it at all and am not sure if it will export rules in human readable format, but should point you in the right direction (hopefully)
a source to share