Search code examples
xmlxslt-1.0detection

How to check XSLT errors


I have XSLT and XMl files to treat.

I need to know how to detect the following errors in large XSLT files (listed by the order of priority):

  1. Xpath errors
  2. Tag errors
  3. Syntax errors

Is there a tool that can do all these on Windows plaform?


Solution

  • xsltproc ? of course, it depends of the size of your xml/xsl.

    xsltproc --noout input.xsl input.xml