Re: Using ECS to generate an XSLT?

robert burrell donkin <[email protected]> Mon, 10 Apr 2006 21:23:58 +0100
Newsgroups gmane.comp.jakarta.ecs.user
Message-ID <[email protected]>
On Mon, 2006-04-10 at 11:43 -0700, Lauren Bish wrote:
> I have a need to do this, and I have used ECS to generate HTML  
> previously - but I find no XSL specific classes/tags in the ECS. For  
> my purposes I use the XSLT to transform XML from one schema to  
> another, not to generate HTML from XML.

(just to check that i understand you correctly) you want to generate
XSLT documents programmatically?

> Any examples/suggestions?

there was some experimental code from way back that generates ECS
syntax's from schema's and DTD's. if you do want to create an ECS
grammar for XSLT that might speed things up a bit. alternatively, you
could investigate more modern generators (for example JaxMe or
XmlBeans).

- robert