2021222324252627282930
wax.comment("This is one of my favorite CDs!"); wax.start("cd"); wax.attr("year", 2007); wax.child("title", "Worrisome Heart"); wax.child("date", "purchaseDate", "4/3/2008"); wax.close(); // terminates all unterminated elements } }
21222324252627282930