2012/6/20 guly200 <[email protected]> > Hi Tryton, > > I'm trying to replace an attribute in a <group> element like this: > > <xpath expr="//group[@id="buttons"]" > position="replace_attributes"> > <group col="8"/> > </xpath> > > Where group is the element including the buttons on the sale.sale form > view. > > From examples I found via google my understanding is that it should be > working... but I'm gettig an error: > > <string>:18:0:ERROR:RELAXNGV:RELAXNG_ERR_ELEMWRONG: Did not expect > element group there > > Does anyone knows how to modify the col attribute of a <group> > element ? > > -- > [email protected] mailing list >
Sorry in fact it works. Just repeat the complete list of attributes: <group col="8" colspan="2" id="buttons"/> -- [email protected] mailing list
