Re: [Nant-users] Stylesheet Question

2005-08-25 Thread Ian MacLean
Hi Stephen, The

[Nant-users] Stylesheet Question

2005-08-25 Thread Boome, Stephan
Hi, I written a xsl template to process a XMI model file, so that it produces code from our design model, when developing I was using the msxsl processor to run my xsl against my xml. so it looked something like msxsl codegenerator.xsl dataModel.xml -o database.sql This all worked fine, now I w