Re: Questions on XML plugin

2006-06-21 Thread Jesse McConnell
which was user contributed and then mostly abandoned. I was using it as a teaching tool for a friend of mine but I would be cool with axing it from the released mojo list if something like this came along. a pretty-print mojo might be nice in that as well, so making sure all xml is properly form

Re: Questions on XML plugin

2006-06-21 Thread Mark Hobson
Note that there's already a XSLT plugin at mojo for transformations: http://mojo.codehaus.org/xslt-maven-plugin/ Mark On 21/06/06, Trygve Laugstøl <[EMAIL PROTECTED]> wrote: Jochen Wiedmann wrote: > Hi, > > I have written a plugin, which I currently call maven-xml-plugin. This first > version

Re: Questions on XML plugin

2006-06-21 Thread Trygve Laugstøl
Jochen Wiedmann wrote: Hi, I have written a plugin, which I currently call maven-xml-plugin. This first version is able to validate XML documents (test phase) or to transform XML documents by applying an XSLT stylesheet (generate-resources). So far development is finished (including a test suite

Questions on XML plugin

2006-06-20 Thread Jochen Wiedmann
Hi, I have written a plugin, which I currently call maven-xml-plugin. This first version is able to validate XML documents (test phase) or to transform XML documents by applying an XSLT stylesheet (generate-resources). So far development is finished (including a test suite), the exception being d