This commit is contained in:
Antony Dovgal 2007-10-25 13:01:09 +00:00
parent 48d4654670
commit 1c5b478ff5

View File

@ -17,6 +17,7 @@ $xml->writeElement('foo3');
$xml->startElement('bar');
$xml->endElement('bar');
$xml->endElement();
$xml->endElement();
print $xml->flush(true);
print "\n";