since the block is commented, it's not in the xml tree, so how would there be an xpath to it?
> -----Original Message----- > From: Tomasz Nowak [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 28, 2003 6:40 PM > To: [EMAIL PROTECTED] > Subject: utf-8-form-encoding.xweb > > > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
