Exactly. I guess that it is not possibly add more child nodes at one node later, because in canvas-brush pattern when you pass a message like #with: to the actual node (a brush) its contents is written inmediately in the underlying stream of characters (within canvas), thus if at continuation you add another siblings nodes of first one, its contents will be also written in the stream immediately,�and you no longer have a chance to add more children to the first node.



2013/2/27 Esteban A. Maringolo <emaringolo@gmail.com>
2013/2/27 Gast�n Dall' Oglio <gaston.dalloglio@gmail.com>:
> Yes I suspected that this was what you wanted to say.

If I understood what he wants, the thing is that XMLWriter, as also is
its Seaside ancestor, �are stream oriented.
To do what he wants he should have an XML DOM and manipulate the DOM
nodes directly. I don't know if we have such thing in Pharo.

Regards,

E.