stw.defaultNamespace("http://www.ociweb.com/music",
"http://www.ociweb.com/xml/music.xsd");
stw.namespace("date", "http://www.ociweb.com/date",
"http://www.ociweb.com/xml/date.xsd");
pw.comment("This is one of my favorite CDs!");
stw = pw.start("cd");
stw.attr("year", 2007);
ElementWAX ew = stw.child("title", "Worrisome Heart");
ew = stw.child("date", "purchaseDate", "4/3/2008");