> just patched phpxml 1.N.5:
>
> // OLD --------------------------------------------------
> function setAttributes($absoluteXPath, $attribute) {
<snip>
>
> Tell me where the $path variableis set and why the parameter
> $attribute
> is called $attributes in the function...
>
>
> // NEW --------------------------------------------------
> function setAttributes($absoluteXPath, $attributes) {
<snip>Thanks. Spotted some other instances of this too. Oops (again). And there was me thinking it was a good idea to change from $path to $absoluteXPath. :o) =========================== For the most recent version of phpxml, V1.N.X, and an archive of this list visit: http://www.sourceforge.net/projects/phpxmldb -- This message has been sent through the <phpXML/> user discussion list. To unsubscribe, please visit https:[EMAIL PROTECTED]/ _______________________________________________ Phpxmldb-phpxml-arc mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/phpxmldb-phpxml-arc
