Hello,
I have a patch for DomXML that does 2 things. It allows you to use new and
constructors to create dom elements.
Ex.
$doc = new DomDocument("some.file", true);
$ele = new DocElement("name");
$doc->append_child($ele);
insetead of
$doc = xmldoc("some.file", true);
$ele = $doc->create_element("name");
$doc->append_child($ele);
and it also PHPAPI exports one function that can be used in other places (my
extension).
Is it a possiblity to get this change in this release.
- Brad
--- Derick Rethans <[EMAIL PROTECTED]> wrote:
> Hello,
>
> At the end of last week, DomXML was merged to the branch and there was no
> single test response for RC1. So I want to postpone 4.2.1 till next
> monday, and release another RC today (with the new DomXML api).
>
> Derick
>
> ---------------------------------------------------------------------------
> Derick Rethans http://www.jdimedia.nl/derick/
> JDI Media Solutions http://www.jdimedia.nl/
> ---------------------------------------------------------------------------
>
>
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, visit: http://www.php.net/unsub.php
>
__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php