|
|
Generate .NET Code With XSLT
By Visual Studio Magazine
News Source
Article Date: 2003-03-21
Autogenerate classes that provide strongly typed access based on your database's XML Schema Definition. Extensible Stylesheet Language Transformations (XSLT) is a declarative language that defines a series of rules for how XML is processed. Most XSLT transformations convert XML to HTML, but you can also use XSLT to create any type of text output, including VB.NET and C# files.
I'll show you how XSLT works to generate VB.NET code, and I'll offer some hints on performing XSLT processing in .NET. This approach offers you a way to generate code to your own specifications and update the generated code easily. Portions of your application then become resilient to changes in database structure or evolving requirements.
Click below to read this article at the Visual Studio Magazine website:
http://www.fawcette.com
About the Author: Visual Studio Magazine is #1 and we have the award to prove it! According to a recent survey conducted by the independent research firm of Evans Data Corp., Visual Studio Magazine has won the 2003 Developers' Choice Award, Top Visual Basic publication. Only Visual Studio Magazine delivers the heart of the professional IT development community...more than 106,500 enterprise developers—who, thanks to their experience and expertise, have tremendous influence in purchasing and deploying leading-edge technology.
|
|