Accepted and committed as alpha: 1.13 in http://squeaksource.com/PharoGoodies/
modified api is:
newBldr := XMLBuilder new.to get:
newBldr xmlPreprocessor; attributes: #(���a=���6������ ���b=���7������);
test: ���welcome to builders���
with: [ newBldr attributes: #('a="1"' 'b="2"'); trial: '';
��attributes: #('a="3"' 'b="4"'); trial: 'testing..' ;
trial ].
There is an interest! Please submit/publish it...
Now What is the exact API I found cNode: a bit a bad name. What does it mesn childrenNode:
newBldr := XMLBuilder new xmlPreprocessor.
newBldr mbAttr: #(���a=���6������ ���b=���7������); test: ���welcome to builders���
why new and xmlPreprocessor
mbAttr: sucks also!
Could you shine a bit the API to be reader friendly?
Stef