Archive

Archive for January, 2004

XMLContainer

January 29th, 2004 zeraien 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?

Categories: java, xml Tags:

Not yet you fools!

January 29th, 2004 zeraien 1 comment

Wow, just felt like I wanted to get that off my chest.

Anyway lets use this forum to discuss our programming endevours. It is public, but I guess if we wanted we could make it private. Although I dont really see the reason. Do you?

Categories: blog Tags: