Related articles |
---|
Use XML transformation for code generation sarkar_soumen@yahoo.com (2001-12-07) |
From: | sarkar_soumen@yahoo.com (Soumen Sarkar) |
Newsgroups: | comp.compilers |
Date: | 7 Dec 2001 23:43:37 -0500 |
Organization: | http://groups.google.com/ |
Keywords: | code |
Posted-Date: | 07 Dec 2001 23:43:37 EST |
Hello All,
This post is to point out a code generation technique that you can apply in
your software development work.
For the last few months I have used XSLT (SAXON XSLT processor) to
generate code in an application software project. I would like to
emphasize here that XSLT is typically used in document transform
(XML to WML or HTML) scenario and this misses the point that it
could be used very flexibly in "template driven code generation".
My experience of using XSLT to achieve code generation is documented
in the paper, available at:
http://www.theserverside.com/resources/article.jsp?l=XMLCodeGen
Soumen Sarkar
Return to the
comp.compilers page.
Search the
comp.compilers archives again.