Re: [PHP] php and XML BibTeX

2010-01-13 Thread Paul M Foster
On Wed, Jan 13, 2010 at 12:45:53PM -0800, Michael A. Peters wrote: > Hi - > > Currently on my web site, book and article references are just stored in > the database. While it works, I actually would like to move that out of > the database and to an XML file, the reason being is that if/when I nee

[PHP] php and XML BibTeX

2010-01-13 Thread Michael A. Peters
Hi - Currently on my web site, book and article references are just stored in the database. While it works, I actually would like to move that out of the database and to an XML file, the reason being is that if/when I need to add fields etc. to the referenced sources, it's a lot easier to just

Re: [PHP] PHP and XML

2009-11-22 Thread Sudheer Satyanarayana
What do you recommend me to produce XML from those news of the SQL database?. What do you suggest to output XML from the existing content to then put those XML files into Flash. The posted news are saved in a MySQL database. I don't know if do I need to output from PHP then parse the output

Re: [PHP] PHP and XML

2009-11-22 Thread Phpster
I would just use concatenations and strings to build the XML. It's not gonna matter to the flash swf when it gets the string as it will attempt the data as XML. Bastien Sent from my iPod On Nov 22, 2009, at 2:27 PM, Juan Marcelo Rodríguez Monti r> wrote: Hi people, I have some doubts abou

[PHP] PHP and XML

2009-11-22 Thread Juan Marcelo Rodríguez Monti
Hi people, I have some doubts about this topic that I'm gonna explain. I have a few sites in flash, and I was requested to write a PHP frontend to send news. I have this already done and it works perfect. It's a LAMP App to send and edit news, post video, images and so on. Then, I need to put

Re: [PHP] PHP and XML

2006-11-24 Thread Richard Lynch
On Thu, November 23, 2006 6:57 am, onewaylife wrote: > I am novice in PHP & XML, while trying I am creating a small > application > i.e. Address Book. > In this I am using Apache2, PHP5 and XML no database is used. I have > FC5 > machines. but I am unable to store the files in XML. If any one share

RE: [PHP] PHP and XML

2006-11-23 Thread Vincent DUPONT
eneral@lists.php.net Subject: [PHP] PHP and XML Dear All I am novice in PHP & XML, while trying I am creating a small application i.e. Address Book. In this I am using Apache2, PHP5 and XML no database is used. I have FC5 machines. but I am unable to store the files in XML. If any one s

RE: [PHP] PHP and XML

2006-11-23 Thread Edward Kay
Hello, You say that you are "unable to store the files in XML". Why is this? Are you getting an error message or do you just not know where to start? Edward > Dear All > > I am novice in PHP & XML, while trying I am creating a small application > i.e. Address Book. > In this I am using Apache2,

[PHP] PHP and XML

2006-11-23 Thread onewaylife
Dear All I am novice in PHP & XML, while trying I am creating a small application i.e. Address Book. In this I am using Apache2, PHP5 and XML no database is used. I have FC5 machines. but I am unable to store the files in XML. If any one share their experience in this by providing Examples or tu

RE: [PHP] PHP and XML

2005-10-06 Thread Robbert van Andel
[mailto:[EMAIL PROTECTED] Sent: Thursday, October 06, 2005 8:05 AM To: php-general@lists.php.net Subject: RE: [PHP] PHP and XML Quoting Robbert van Andel <[EMAIL PROTECTED]>: > Thanks, I'm investigating XSL and it looks pretty good. We use an RPM based > installation of PHP

RE: [PHP] PHP and XML

2005-10-06 Thread Rick Emery
Quoting Robbert van Andel <[EMAIL PROTECTED]>: Thanks, I'm investigating XSL and it looks pretty good. We use an RPM based installation of PHP version 5.0.4. I see on PHP.net's website that XSL comes standard with PHP 5 and you need to enable it by adding the argument --with-xsl to the configu

Re: [PHP] PHP and XML

2005-10-05 Thread Stephen Leaf
On Wednesday 05 October 2005 09:46 pm, Robbert van Andel wrote: > Thanks, I'm investigating XSL and it looks pretty good. We use an RPM > based installation of PHP version 5.0.4. I see on PHP.net's website that > XSL comes standard with PHP 5 and you need to enable it by adding the > argument --w

RE: [PHP] PHP and XML

2005-10-05 Thread Robbert van Andel
not build PHP from source? Is there another way to get XSL activated? Thanks for your help Robbert -Original Message- From: Stephen Leaf [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 05, 2005 7:39 PM To: php-general@lists.php.net Subject: Re: [PHP] PHP and XML On Wednesday 05 Oc

Re: [PHP] PHP and XML

2005-10-05 Thread Stephen Leaf
On Wednesday 05 October 2005 06:20 pm, [EMAIL PROTECTED] wrote: > My company recently installed google's search appliance and I am working > on some scripts to display the search results on our various websites. > The problem I'm having is using the XML parsing functions I've used on > other pages

[PHP] PHP and XML

2005-10-05 Thread php
My company recently installed google's search appliance and I am working on some scripts to display the search results on our various websites. The problem I'm having is using the XML parsing functions I've used on other pages is not working because the returned XML has invalid xml characters in

Re: [PHP] PHP and XML.

2004-02-02 Thread Mark Ackroyd
Rolf Brusletto wrote: The only thing I can think of is apache/you_webserver_here is limiting the amount of memory.. still an odd problem though, depending on the size of the xml.. The XML is tiny, 12 lines. I got round the problem by chopping up someone elses PHP XML parser script, so that i

Re: [PHP] PHP and XML.

2004-01-30 Thread Raditha Dissanayake
I agree with Rolf, What's really suprising though is that SAX parsers use very little memory in the first place. Rolf Brusletto wrote: Mark Ackroyd wrote: Odd problem. I have written a small script that processes some XML, it runs on a few FreeBSD boxes I admin over. On one of the boxes (the

Re: [PHP] PHP and XML.

2004-01-30 Thread Rolf Brusletto
Mark Ackroyd wrote: Odd problem. I have written a small script that processes some XML, it runs on a few FreeBSD boxes I admin over. On one of the boxes (the only one) .. if I run this script through apache, The xml_set_element_handler and xml_set_character_data_handler functions return a 1 er

[PHP] PHP and XML.

2004-01-30 Thread Mark Ackroyd
Odd problem. I have written a small script that processes some XML, it runs on a few FreeBSD boxes I admin over. On one of the boxes (the only one) .. if I run this script through apache, The xml_set_element_handler and xml_set_character_data_handler functions return a 1 error (out of memory)

Re: [PHP] PHP and XML help needed

2003-09-11 Thread Raditha Dissanayake
Hi Mr Bogomil, IMHO you should try to do this with most things that look like it should be delegated to php can in fact be done easily with or best regards raditha Mr. Bogomil Shopov wrote: Hi folks How I can put some php code in a XSL template. I have a function that returns a value and I

[PHP] PHP and XML help needed

2003-09-11 Thread Mr. Bogomil Shopov
Hi folks How I can put some php code in a XSL template. I have a function that returns a value and I want this value to be entered in a tag in XSL template? Thanks Bogomil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP and XML-RPC on MS Windows

2003-06-11 Thread Erich Kolb
What do I have to do in order to use the XML-RPC functionality on a Windows based machine? It was fairly easy to drop the .inc files into the PHP include directory on a Linux box, but I am not sure if it is possible to do the same on a Windows machine. -- PHP General Mailing List (http://www.p

[PHP] PHP and XML mailing list

2003-01-24 Thread Sterling Hughes
A mailing list for discussing the future of PHP and XML development has been created. You can subscribe by sending a message to [EMAIL PROTECTED] (normal ezmlm commands apply). This mailing list is _only_ intended for actual php extension and api development, user support questions should remain

[PHP] PHP and XML parser (expat)

2002-12-29 Thread Lasse Tarp
Hello PHP. I'm running Linux Mandrake 9.0 with Apache 1.3.26 and PHP 4.2.3 and I'm trying to get the XML parser "expat" to work. I get this error: Call to undefined function: xml_parser_create() I have installed expat from the Mandrake Control center, but I dont think PHP found that out :-) I che

[PHP] php and xml

2002-08-27 Thread Alia Mikati
Hello What's the best to convert HTML to XML that I can use in PHP Thx a lot -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php and xml problem

2002-08-14 Thread Pafo
i got 2 problems with this code: ServerStatusPopulation< /TR>\n"; print "$da_server"; if ($da_type) { print "($da_type)"; } print ""; print "$da_status"; print "$da_population\n"; print "\n"; print "LastguildupdateLastcharupdate< /TR>\n"; print "$da_lastguildupdate$da_lastcharupda

Re: [PHP] PHP and XML Resources

2002-07-05 Thread Analysis & Solutions
Hola: On Thu, Jul 04, 2002 at 01:12:26PM -0600, CM wrote: > > Can anyone recommend a good book or web page on php and xml? > The "Professional PHP4 XML" book by wrox looks good but I haven't read any > reviews on it. I have a demonstration page at http://www.analysisandsolutions.com/code/phpxml.

[PHP] PHP and XML Resources

2002-07-04 Thread CM
Can anyone recommend a good book or web page on php and xml? The "Professional PHP4 XML" book by wrox looks good but I haven't read any reviews on it. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Php and XML

2002-04-29 Thread Richard Emery
It's already been done many times. Go to Google and search for it. Also, try sourceforge and hotscripts save yourself the aggravation... - Original Message - From: Philip Yeo <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 29, 2002 7:14 AM Subject:

[PHP] Php and XML

2002-04-29 Thread Philip Yeo
Hi there, I would like to create an XML parser using Php. Any good references for doing this?? Philip -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Php and XML

2002-04-29 Thread Philip Yeo
Hi there, I would like to create an XML parser using Php. Any good references for doing this?? Philip

[PHP] PHP and XML-QL/XQuery

2002-04-12 Thread Alia Mikati
Hi I'm searching for an XML-QL/XQuery engine or module for PHP. Does anyone have any idea where I can find it? Thx a lot -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP and XML/XLST/WDDX etc

2002-03-29 Thread Rich Buggy
> I am in a dilemma right now between "If it ain't broke, don't fix it" and "Looking > over my shoulder". I am trying to determine whether it makes more sense to use > ML for maintaining configuration files. Compiled program ==> ML configuration file Interpreted program (i.e PHP) ==> include

RE: [PHP] PHP and XML/XLST/WDDX etc

2002-03-29 Thread J. Scott Johnson
* * * * * * [EMAIL PROTECTED] http://www.fuzzygroup.com/ Yahoo IM: fuzzygroup -Original Message- From: Erik Price [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 12:54 PM To: Dennis Moore Cc: [EMAIL PROTECTED] Subject: Re: [PHP] PHP and XML/XLST/WDDX etc On Friday, March 29, 2002, at 12:

Re: [PHP] PHP and XML/XLST/WDDX etc

2002-03-29 Thread Erik Price
On Friday, March 29, 2002, at 12:52 PM, Dennis Moore wrote: > I am in the process of updating many of my applications to include > XML/XLST/ and/or WDDX technologies. Many of my applications read a > static configuration file which assigns values to variables and arrays. > If we need to chang

[PHP] PHP and XML/XLST/WDDX etc

2002-03-29 Thread Dennis Moore
I am looking for opinions and other philosophy on a couple of XML issues. I have my own opinion, but I am curious what others think and what they are doing... I am in the process of updating many of my applications to include XML/XLST/ and/or WDDX technologies. Many of my applications read a

RE: [PHP] PHP and XML

2002-02-04 Thread Sandeep Murphy
PROTECTED]] Sent: segunda-feira, 4 de Fevereiro de 2002 3:24 To: [EMAIL PROTECTED] Subject: [PHP] PHP and XML Hi, I'd appreciate any pointers you recommend to good sources of information on how to use PHP and XML. Thanks, Peter --- "Reality is that which, whe

[PHP] PHP and XML

2002-02-03 Thread Peter J. Schoenster
Hi, I'd appreciate any pointers you recommend to good sources of information on how to use PHP and XML. Thanks, Peter --- "Reality is that which, when you stop believing in it, doesn't go away". -- Philip K. Dick -- PHP General Mailing List (http://w

RE: [PHP] PHP and XML

2001-11-29 Thread Robert Samuel White
PM To: PHP List Subject: [PHP] PHP and XML Can anyone recommend a good book on XML, maybe from a PHP perspective? Tom Malone -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list admi

Re: [PHP] PHP and XML

2001-11-29 Thread Brian White
You could try "XML for Dummies" as a starting point - I have it on my desk and I have yet to read it in depth but it looks like it explains most things OK, and it has the advantage for PHP folk that it is aimed at people who already know alot about how HTML works. At 19:13 29/11/2001 -0500, Tom

[PHP] PHP and XML

2001-11-29 Thread Tom Malone
Can anyone recommend a good book on XML, maybe from a PHP perspective? Tom Malone -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] php and xml

2001-02-13 Thread Chris Lee
testing testing"); ?> works for me on my linux box. have you checked your permisions ? -- Chris Lee Mediawaveonline.com em. [EMAIL PROTECTED] ph. 250.377.1095 ph. 250.376.2690 fx. 250.554.1120 ""Jan Grafström"" <[EMAIL PROTECTED]> wrote in message 96c6t7$52l$[EMAIL PROTECTED]">news:96c6t

Re: [PHP] php and xml

2001-02-13 Thread Nathan Cassano
Steve, Did you take a look at the raw data returned by the fsockopen file pointer. There may be some http headers that are tripping up the xml parser. -Original Message- From: Steve Haemelinck [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 12:07 PM To: PHP Mailing Lis

[PHP] php and xml

2001-02-13 Thread Jan Grafström
Hi! I have this php: $message = ereg_replace("\r","", $message); $message = "$message$name$adress$tele"; $fp = fopen (basename($PHP_SELF) . ".comment", "a"); fwrite ($fp, $message); fclose ($fp); There must be something wrong in first line beacause the value of message is not writed. I also want t

[PHP] PHP and XML locking up windows.

2001-01-18 Thread chad
Hi, I am having a problem parsing xml with php. I am running on windows 98 with apache 1.3.14. Here is a code snippet: "; } } function endElement($parser, $name) { global $map_array; if ($htmltag = $map_array[$name]) { print ""; } } function characterData($parser, $d