Help for this page
<year>1999</year>
sub writeBasicTag { my $tag = $_[0]; ... $writer->characters(XXX); $writer->endTag($tag); }