On Mon, 6 May 2002, brad lafountain wrote:

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

as i said before, this is not according to the DOM-Standard, so i would
rather prefer not to include this kind of behaviour, but i'd like to hear
other opinions about that....

> and it also PHPAPI exports one function that can be used in other places (my
> extension).

don't know exactly, what you mean with that. Can you give an example and
more important the source code to that :)

>  Is it a possiblity to get this change in this release.

mmh. that's more or less to late now...

chregu



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to