[PHP-DEV] DOM XML: xmlReplaceNode()

2002-01-10 Thread Jaroslaw Kolakowski
Hi, What do you think about adding a function domxml_node_replace_node(), that would be a wrapper for xmlReplaceNode() function from libxml? As far as I am concerned, there is no easy way to replace a node using existing functions without rewriting the whole document tree. Regards, Jarek

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/domxml config.m4 php_domxml.c php_domxml.h

2002-01-08 Thread Jaroslaw Kolakowski
Just to be really picky, but shouldn't these functions be named html_doc(), html_doc_file() and domxml_html_dump_mem() ? I understand that we already have xmldoc(), xmldocfile(), xmltree() and even domxml_dumpmem(), but I still think we should stick we the coding standards. It is an

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/domxml config.m4 php_domxml.c php_domxml.h

2002-01-08 Thread Jaroslaw Kolakowski
- Added preliminary DOM XSLT support: -- uses the libxslt library, -- operates on DOM objects, not strings, -- functions: domxml_xslt_process(), domxml_xslt_version(). Please don't put this into ext/domxml, but implement it as a backend for ext/xslt. I think, the idea

Re: [PHP-DEV] Feature Request: add HTML 4.01 support into DOMXML extension?

2001-12-06 Thread Jaroslaw Kolakowski
Can you tell more on what that patch is about and it's availability? Look at http://rainbow.mimuw.edu.pl/~jkolakow/domxml/ Regards, Jaroslaw Kolakowski -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP-DEV] Feature Request: add HTML 4.01 support into DOMXML extension?

2001-12-05 Thread Jaroslaw Kolakowski
after last changes in the DOM XML extension - they will use these new pretty macros. Regards, Jaroslaw Kolakowski -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators

[PHP-DEV] CVS Account Request: jarkol

2001-12-02 Thread Jaroslaw Kolakowski
I would like to participate in the development of DOM XML extension (php4/ext/domxml). I want to add: - HTML parsing and output support - libxslt support The functions are already working, they just need to be rewritten after last changes made in the DOM XML extension. -- PHP

Re: [PHP-DEV] DOM XML enhancement proposal

2001-11-17 Thread Jaroslaw Kolakowski
I am using php 4.0.6 distribution. I need to use libxslt library, so I've written a patch for DOM XML extension. Besides I've added some functions More info at http://rainbow.mimuw.edu.pl/~jkolakow/domxml/ Regards, Jarek -- PHP Development Mailing List http://www.php.net/ To