[phpXML] RE: [phpXML] phpxml 1.N.5 "$this->" patch.

2001-09-25 Thread o . talens
Thanks,   That fixed the problem. Can you give an example how to use addchild, because I don't get any result.   Oliver -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: woensdag 26 september 2001 0:51To: [EMAIL PROTECTED]Subject: [phpXML] phpxml

[phpXML] RE: [phpXML] Re: [phpXML] RE: [phpXML] Answers to Olivers three q uestions

2001-09-25 Thread o . talens
Title: RE: [phpXML] Re: xml.php location nope, not a case sensitive issue.   Oliver -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: dinsdag 25 september 2001 12:46To: [EMAIL PROTECTED]Subject: [phpXML] Re: [phpXML] RE: [phpXML] Answers to Olivers

[phpXML] Re: [phpXML] Basic question about xpath.class.php use

2001-09-25 Thread nigelswinson
> Error is : > phpXML error: While parsing an XPath expression there was an error in the > predicate "1", because it was the null string. If you wish to seach for the > empty string, you must use ''. Try replacing line 1997 with: if (ereg('^[[:space:]]*$', $predicate)) it was: if (ere

[phpXML] phpxml 1.N.5 "$this->" patch.

2001-09-25 Thread nigelswinson
Hmm, it appears that I missed out the "$this->" bit from 6 places in the code. Here's the places that you will want to fix from version 1.N.5 if you can't wait for the next release.diff -r1.1 xpath.class.php 219c219 < return setAttributes($absoluteXPath, $aNewAttributes); --- > return $this

[phpXML] Basic question about xpath.class.php use

2001-09-25 Thread luc
Hello, I've some problems with xpath.class.php use and the new system The following piece of code works perfectly with xml.php 1N4 but no more with xpath.class.php xpath.class.php version is at : http://www.interpasnet.com/xmlprocess.xpath.php?screen=cachecache§ion=cachecache&file=cachecache.xm

[phpXML] Re: [phpXML] RE: [phpXML] Answers to Olivers three questions

2001-09-25 Thread nigelswinson
Title: RE: [phpXML] Re: xml.php location Hmm, damn.  First bug.   Change to "_setContent"  It must just be a case sensitive issue.   Nigel   ===For the most recent version of phpxml, V1.N.X, and an archive of this listvisit:  http://www.sourceforge.net/projects/phpxmldb

[phpXML] RE: [phpXML] Answers to Olivers three questions

2001-09-25 Thread o . talens
Title: RE: [phpXML] Re: xml.php location I get this message:   Fatal error: Call to undefined function: _setcontent() in XPath.class.php on line 903   What to do?   Oliver -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: dinsdag 25 september 2001 3

[phpXML] RE: [phpXML] Answers to Olivers three questions

2001-09-25 Thread o . talens
Title: RE: [phpXML] Re: xml.php location Nigel,   It seems to be great improvements. However, some code I implemented before doesn't work anymore. For example the following code:   $results = $xml->evaluate("//users/user[@us_username=$username and @us_password=$password and @us_workspace=$wo

[phpXML] RE: [phpXML] Answers to Olivers three questions

2001-09-25 Thread o . talens
Title: RE: [phpXML] Re: xml.php location Sorry,   I just found out. I need to use quotes now. Thanks anyway,   Oliver -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: dinsdag 25 september 2001 3:36To: [EMAIL PROTECTED]Subject: [phpXML] Answers to