[PHP] Re: SimpleXML: DOM, SAX or Other?

2004-10-29 Thread Bill McCuistion
Phpdiscuss - Php Newsgroups And Mailing Lists wrote: > Hi, > > Does anybody have any depthful knowledge of the SimpleXML extension in > PHP5?.. > > More accurately, do you know if the simpleXml->xpath() method uses DOM, > SAX or some other method of parsing a loaded XML document? > > I ask beca

Re: [PHP] Q re: php-5.0.2 ./configure --with-soap --with-openssl --with-tidy (copy)

2004-10-28 Thread Bill McCuistion
Curt Zirzow wrote: > * Thus wrote Bill McCuistion: >> Q re: php-5.0.2 ./configure --with-soap --with-openssl --with-tidy >> >> Hello all. Hoping for some direction with the above step. >> >> Have PHP-5.0.2 and can configure the soap and openssl options, but w

[PHP] PHP Compiler?

2004-10-27 Thread Bill McCuistion
Sorry if this is an old question: Where can I find information on any plans to create a compiler for PHP, especially v5.x? Barring that, is there a PHP syntax checker that would enforce some of the types of things that a compiler would find? I remember from back in my MS-DOS days the very go

[PHP] Re: https://...

2004-10-27 Thread Bill McCuistion
Afan Pasalic wrote: > hi, > how can I check using php that I use SSL? > tried with > REQUEST_URI > HTTP_HOST > PATH_INFO > but any of these does show http:// > > Thanks! > > -afan from the command line... php -m should list openssl if ./configure --with-openssl option specified. -- PHP Genera

Re: [PHP] PHP & XML

2004-10-27 Thread Bill McCuistion
Dan Joseph wrote: >> how is the xml being sent to you from the other place on the internet? is >> it being posted in a form, etc.? > > It won't be thru a form. I guess it'll be a direct send, he'll format > something like... > > >Jack >239048098324 > > > ... in a string and send it o

[PHP] Q re: php-5.0.2 ./configure --with-soap --with-openssl --with-tidy (copy)

2004-10-27 Thread Bill McCuistion
Q re: php-5.0.2 ./configure --with-soap --with-openssl --with-tidy Hello all. Hoping for some direction with the above step. Have PHP-5.0.2 and can configure the soap and openssl options, but when I add the tidy option, the operation stops with the following message. --> checking for TIDY sup

[PHP] Re: simplexml question.

2004-10-27 Thread Bill McCuistion
[EMAIL PROTECTED] wrote: > > Hello, > > I looking to get the data out of this test.xml file but dont > know how to get the data out because of the "bo:" namespaces. > If I remove all "bo:" from the xml then it works fine... > Is anyone can tell me how to do it? > > > $file = "test.xml"; > $xm