You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Antoine Levy-Lambert <an...@gmx.de> on 2006/10/05 14:01:21 UTC

Re: Merging multiple generated_web.xmls

Hello,
you can try also to create a stylesheet (*.xsl) doing the merge that you
want. Look at document() to access several source XMLs in one
transformation.
the ant <style/> task can do the transformation.
Regards,

Antoine

ant-m@eghm.net wrote:
> We are already using the "token method" to insert one generated_web.xml
> into our web.xml, but now we need to merge in another.  Of course the
> token method doesn't work so well with more than one generated_web.xml as
> all the servlets need to be above all the servlet-mappings.  Has this
> wheel already been invented?
>
> Thanks!
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org