AW: Adding nodes in an XMLConfiguration, but not at the end

2007-12-19 Thread Thorsten Lampe
bject: Re: Adding nodes in an XMLConfiguration, but not at the end Thorsten Lampe wrote: > Is there any way of adding a piece of configuration (i.e. an element) not to the END of a list as can be done with something like > (cp. website examples) > > > // Add new table &qu

Adding nodes in an XMLConfiguration, but not at the end

2007-12-19 Thread Thorsten Lampe
Is there any way of adding a piece of configuration (i.e. an element) not to the END of a list as can be done with something like (cp. website examples) // Add new table "tasks" with name element and type attribute config.addProperty("tables table/name", "tasks"); but rather IN BETWEEN two e