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
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