Simple question: how do I change this:
<!--
<init-param>
<param-name>container-encoding</param-name>
<param-value>utf-8</param-value>
</init-param>
-->
into this:
<init-param>
<param-name>container-encoding</param-name>
<param-value>utf-8</param-value>
</init-param>
by xpatch file?
I need to be able to change that while building
so I've put config.utf-8-form-encoding=true into
local.build.properties and started writing
<xweb> block, but it is not so easy.. ;-)
Does anyone have such xpath expresions that uncomment
whole blocks?
--
Tomasz Nowak
Netventure, http://www.netventure.pl/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]