Skip to content
| Marketplace
Sign in
Visual Studio>Tools>XsltCop
XsltCop

XsltCop

David Gardiner

|
1,024 installs
| (1) | Free
XSLT Editor enhancements and static analysis tool. Navigation, refactoring and checking for common mistakes in XSLT files. Static analysis runs on Build, and lists any rule violations in the Error List window
Download

Detect potential errors in your XSLT files and enhanced editing experience.

This extension performs static analysis during project build and lists any rule violations in the Error List window. Think of it as a bit like FxCop for XSLT. It also adds some useful XSLT-specific editing/navigation features.

Rules supported

  • Possible misuse of a variable in select or test expressions (missing a '$'). Note that the initial implementation of this rule is quite simplistic and may cause false positive warnings in some cases.
  • Invalid XPath expressions

Additional rules will be added in future releases.

Editing features

  • Click on the filename part for <xsl:import href="filename" /> or<xsl:include href="filename" /> and then use <kbd>F12</kbd> (Go to definition) to open that file
  • Template navigation dropdown.

This release includes HockeyApp diagnostic integration. If the end-user allows, then any exceptions/crashes are automatically submitted. Only stack trace is included (no end-user data or personally identifiable information is transmitted).

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft