pw.dtd("http://www.ociweb.com/xml/music.dtd");
pw.xslt("artist.xslt");
StartTagWAX stw = pw.start("artist");
stw.attr("name", "Gardot, Melody");
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");