|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-02-25 21:17 UTC] pierre dot php at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 17:00:02 2025 UTC |
Description: ------------ Wanting to implement a XML pipeline with XMLReader & XMLWriter for producing XHTML and would like to be able todo this... if ($reader->isEmptyElement) $writer->endElement(); else $writer->fullEndElement();