RE: [xsl] XSLT In the Build Process?

Subject: RE: [xsl] XSLT In the Build Process?
From: "Passin, Tom" <tpassin@xxxxxxxxxxxx>
Date: Fri, 9 May 2003 16:58:18 -0400
[me@xxxxxxxxxxxx]

> > Mitch Amiano wrote:
> > > I've observed a team of developers using XSLT as a
> > build tool to 
> > > generate C++ code.... They modelled various aspects
> > of the problem domain
> > > using XML, and used XSLT templates to pump out C++.
> > > 
> > > Anyone else have experience long-term 
> > > applying a similar approach?
> > 
> 
> I have used XML + XSLT = SQL on several projects to
> allow for webservice type database control. Works well.
> 

I have used xslt to create SQL DDL for creating database tables to hold
data from HTML forms, where the form itself was created from an XML file
using xslt.  The same XML templates that were transformed (with xslt)
into the form served as the source for the DDL.

Cheers,

Tom P

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread