July 2010
Intermediate to advanced
344 pages
6h 44m
English
It is a relatively simple operation to use System.Xml.Xsl and System.Xml.XPath to iterate through the elements in the XDocument created by the getXDocument() method. The result is an HTML page that can be displayed in any browser.

The ReportDocument() method prompts for the name of an HTML document to output to.
public void ReportDocument(bool includeRulesets, bool includeIssues) { try rules setsreports, creating{ string title = ""; if (includeRulesets) title += "RuleSets"; if (includeRulesets && includeIssues) title += " and "; if (includeIssues) title += "Issues"; string shortName = System.IO.Path.GetFileNameWithoutExtension( ...Read now
Unlock full access