XMLContainer
January 29th, 2004
3 comments
About the XML Container…
Can you make it actually accept stuff without it having to be in order, say I want to do:
xml.growBranch(”page.contents.menu”);
xml.set(”menuItem”,1);
xml.cutBranch();
xml.set(”page”);
Can it be done?
Also, can you please make it so you do not need to set something if you want to grow it as a branch too. Like:
set(”page.contents.menu”);
growBranch(”page.contents.menu”);
seems a bit reduntant no?