that endElement() call was required

This commit is contained in:
Antony Dovgal 2007-10-25 13:00:58 +00:00
parent 305e55b794
commit b0ecc20ac7

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";