[PHP] SimpleXML libxml options (XInclude)

2007-02-28 Thread Ben Roberts
Hi there. I'm hoping someone can help me with what I think might be a slightly obscure problem. I'm trying to get the SimpleXML extension to read an XML file and process the XInclude statements within the XML file. The SimpleXML docs state that libxml options may be specified using the

Re: [PHP] Re: SimpleXML libxml options (XInclude)

2007-02-28 Thread Ben Roberts
Rob wrote: Ben Roberts wrote: I'm trying to get the SimpleXML extension to read an XML file and process the XInclude statements within the XML file. The SimpleXML docs state that libxml options may be specified using the predefined constants that are available when PHP is compiled

Re: [PHP] Re: SimpleXML libxml options (XInclude)

2007-02-28 Thread Ben Roberts
Rob Richards wrote: No need to even do that. The document is the same document (zero copy which is why going back and forth is efficient), so when its changed by the xinclude call, it is reflected in $xml already. Only reason you would need to do conversions back and forth is if you need

Re: [PHP] Re: SimpleXML libxml options (XInclude)

2007-02-28 Thread Ben Roberts
Rob Richards wrote: Although I doubt someone use the code above, it is the smallest piece of code I could write to demonstrate the possibility. Thanks Rob - that does demonstrate things nicely. Cheers for your help. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Where is phpm

2007-03-29 Thread Ben Roberts
I'm trying to download the phpm command line PHP documentation widget - all sources I can find point me to http://eide.org/?epc=php but there's nothing available here. Does anyone know where I can find phpm please ? Thanks Ben -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Where is phpm

2007-03-29 Thread Ben Roberts
Ben Roberts wrote: I'm trying to download the phpm command line PHP documentation widget - all sources I can find point me to http://eide.org/?epc=php but there's nothing available here. Does anyone know where I can find phpm please ? Thanks Ben Any takers? Has anyone got a copy

Re: [PHP] Show Filename using Wildcards

2007-03-29 Thread Ben Roberts
Rahul Sitaram Johari wrote: So I have to accomplish two things: 1. I have to eliminate the filepath from the result 2. I need to specify the variable that holds the phone number, (like $row[ŒPHONE¹]) instead of the actual phone number in the ³exec² command. Thanks!! Much Appreciated! To

Re: [PHP] Where is phpm

2007-03-29 Thread Ben Roberts
Matt Carlson wrote: I don't know how much of it I have left. I know that I hacked it up quite a bit when I created an irc bot with the php reference manual. Unfortunately, there really isn't an easy way to get function information as such from inside of php, without parsing php's website.