C# Code Generation Settings

When you generate C# code for an XSLT transformation, Stylus Studio displays the C# Code Generation dialog box.

You use this dialog box to specify

l The target directory in which you want the C# code created. c:\temp\myC#Code, for example. If the directory you name does not exist, Stylus Studio creates it when you run the Code Generation wizard.
The default is a \sources directory created in your Windows user data directory - C:\Documents and Settings\sula\My Documents\Stylus Studio\sources , for example.
l Optionally, a namespace name. If you specify a namespace name, this name is used for a subfolder created in the target directory you specify. If you specify myNamespace as the package name, for example, the generated code is written to c:\temp\myC#Code\myNamespace. (Though optional, it is considered good practice to create a namespace name.)
l The class name. Stylus Studio also uses the class name for the .cs file created by the Code Generation wizard. For example, if you provide the name myClass, Stylus Studio creates c:\temp\myC#Code\myNamespace\myClass.cs.
the default class name.
l The location of Saxon .NET on your system. Stylus Studio adds this URL to the Microsoft Visual Studio 2005 project, allowing the generated C# code for .NET to compile.
l Whether or not you want the resulting .cs file to contain a static void Main(String
[ ] args) method.
l Whether or not you want to open the generated code in a third-party development tool, like Microsoft Visual Studio, for example.
l Whether or not you want add the class to a new Visual Studio 2005 project or update an existing one. If a new project is created, it is automatically opened with whatever application is registered to open .csproj files. The .csproj file contains all the necessary references to the generated .cs file, as well as all the .dll files that the .cs file requires.
To run the .cs file, simply press Ctrl+F5 in Visual Studio.
 
Free Stylus Studio XML Training: