Click here to Skip to main content
15,897,518 members
Articles / Programming Languages / XSLT

XSL Code Generator

Rate me:
Please Sign up or sign in to vote.
4.75/5 (7 votes)
4 Oct 2011CPOL5 min read 63.6K   1.4K   21  
An XML/XSLT based solution for auto-generating API and code.
@echo off

REM		==================================================================
REM		Written by Avi Bueno, October 2011.
REM		This file is part of the 'XSL Code Generator' CodeProject article.
REM
REM		http://www.codeproject.com/KB/codegen/XSLCodeGen.aspx
REM		==================================================================

CodeGen\CodeGen.exe example1\example1.xml example1\example1.xsl example1.out
CodeGen\CodeGen.exe example2\example2.xml example2\example2.xsl example2.out
CodeGen\CodeGen.exe example3\example3.xml example3\example3.xsl example3.out

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Israel Israel
Developing software since 1994 (or so Smile | :) )

Comments and Discussions