Microsoft (R) XSLT Compiler version 2.0.60609
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corporation 2006. All rights reserved.

xsltc [options] [/class:<name>] <source file> [[/class:<name>] <source file>]...

                      XSLT Compiler Options

                        - OUTPUT FILES -
/out:<file>             Specify name of binary output file (default: name of the first file)
/platform:<string>      Limit which platforms this code can run on: x86, Itanium, x64, or anycpu, which is the default

                        - RESOURCES -
/win32res:<file>        Specify a Win32 resource file (.res)

                        - CODE GENERATION -
/class:<name>           Specify name of the class for compiled stylesheet (short form: /c)
/namespace:<name>       Specify namespace for the following stylesheets
/debug[+|-]             Emit debugging information
/visibleto:<name>       Make generated classes visible to the given assembly only

                        - ERRORS AND WARNINGS -
/warn:<level>           Set warning level (0-4) (short form: /w)
/fullpaths              Use fully qualified paths in error messages
/exstack                Display call stack in case of unhandled exception (short form: /es)

                        - MISCELLANEOUS -
@<file>                 Insert command-line settings from a text file
/help                   Display this usage message (short form: /?)
/nologo                 Suppress compiler copyright message
