Re: [PHP-DEV] relative xpath queries

2002-07-16 Thread Garland foster
If this gets attention I'd add another request: Please make the nodeset an array of REFERENCES to dom nodes, so we wan use Xpath to locate a node and then we can change it using DOM functions. It will make a sensible difference to implement, for example, Xupdate or modifications based on Xpath

Re: [PHP-DEV] Re: Suggestion about native DB support.

2002-06-21 Thread Garland foster
Derick et al, What about the native DBM support? Nobody answered that part. - Original Message - From: [EMAIL PROTECTED] To: Yasuo Ohgaki [EMAIL PROTECTED] Cc: PHP Developers Mailing List [EMAIL PROTECTED]; Garland Foster [EMAIL PROTECTED] Sent: Friday, June 21, 2002 5:58 AM Subject

Re: [PHP-DEV] Re: Suggestion about native DB support.

2002-06-21 Thread Garland foster
easily be written to use the native Database support and just that. Garland - Original Message - From: Jedi/Sector One [EMAIL PROTECTED] To: Garland foster [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; Yasuo Ohgaki [EMAIL PROTECTED]; PHP Developers Mailing List [EMAIL PROTECTED] Sent: Friday, June

Re: [PHP-DEV] Re: Suggestion about native DB support.

2002-06-21 Thread Garland foster
/?l=pear-devm=102466375605972w=2 chregu From: Garland foster [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 4:02 PM To: [EMAIL PROTECTED]; Jedi/Sector One Cc: Yasuo Ohgaki; PHP Developers Mailing List Subject: Re: [PHP-DEV] Re: Suggestion about native DB support. I

Re: [PHP-DEV] DOMXML Function consistency

2002-06-07 Thread Garland foster
The DOM level 1 W3C's recommendation specifies node_name, node_type and node_value, I'd like the DOMextension to map the W3C spec as close as possible. I'd even recommend not implementing the suggested functions as alises since that would encorage non-standard DOM applications. - Original

[PHP-DEV] New extension

2002-06-05 Thread Garland foster
Hi all, I just finished a php extension for repat an RDF parser in C coded by Jason Diammond, with this extension we are able to parse RDF files (in any syntactical representation) from PHP and process the RDF statements as we want. Web based RDF management systems written in PHP are possible

Re: [PHP-DEV] New extension

2002-06-05 Thread Garland foster
apply to describe piece of news from their sites (content syndication) is indeed derived from RDF. So the parser can be used also to process RSS documents. - Original Message - From: brad lafountain [EMAIL PROTECTED] To: Garland foster [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday

[PHP-DEV] Need Some help writing a module.

2002-05-31 Thread Garland foster
Hi all, I'm writing a PHP module for repat, a C-based RDF parser, very similar to expat, in fact it uses expat but for RDF statements. Maybe some of you with a lot of experience in writing modules can help me with my problem I have a C variable, a pointer with say X and when I pass the

[PHP-DEV] Question about print_r

2002-05-29 Thread Garland foster
Hi all, Does anyone know any problem related to print_r($foo) if $foo is a resource, I'm developing a module where a function returns a resource, that is then used by other functions, if I use a print_r($resource) in the middle things change. I'm starting to think that print_r changes the