[PHP] Re: PHP XML Reference

2003-03-14 Thread Alexandru COSTIN
Hello, You will also might want to try the free Krysalis platform - it's designed from scratch for XML/XSL content publishing (a la Cocoon) and you will find it very useful for your goals. http://www.interakt.ro/products/Krysalis/ Alexnadru -- Alexandru COSTIN

[PHP] Re: PHP XML Reference

2003-03-14 Thread David Eisenhart
check out the book XML and PHP by Vikram Vaswani, News Riders; a well written and concise treatment of xml and php. David Eisenhart -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP XML Reference

2003-03-13 Thread Tim Funk
Hi, I am new to PHP, however i have a good handle on C programming and therefore hope to apply those conceps to PHP programming quickly. I am looking for a print reference that can help me to construct a web-based front-end for an application using XML. Any help in this regard will bemuch

Re: [PHP] PHP XML Reference

2003-03-13 Thread Javagal S Reddy
Hi Tim, I have used the big ass Professional PHP 4 XML book from Wrox for the last 6 months, and i have picked up immense knowledge from that resource. Infact i have gone up in my career to being the lead web developer in my team...and i must atribute it to this book. You can find more

Re: [PHP] Re: Php +Xml?

2003-03-09 Thread Alexandru COSTIN
Hello, DomXML is a large improvement over Sablot. If you take a close look at XML, you'll see that XML is used effectively with some technologies : SAX (Simple Api for XML), DOM (Document Object Modelling), XSL (Extensible styleshhet language). The DOMxml php extension

Re: [PHP] Re: Php +Xml?

2003-03-09 Thread Alexandru COSTIN
Hello James, Your vision is very similar to ours. You should take the Krysalis platform (LGPL) and give it a try. It's a mature solution (similar to cocoon) for XML/XSL publishing, and allows you to define the way requests are served, define the way dynamic XML trees are created and then define

[PHP] Re: Php +Xml?

2003-03-08 Thread James
There is nothing to install. By default php usually comes with XML parser methods - however if you want to invest time in running XSLT/XPATH styles against XML you need to install server side software such as Sablotron or Saxon. We run Sablotron and it's very good. We've also invested in Stylus

RE: [PHP] Re: Php +Xml?

2003-03-08 Thread daniel
wot exactly does the xml parse do over sablot ? and what benfit do u get xml'ing an entire site , where some processes which come easy to do in php are insanely tedious to replicate in xsl :| = Original Message From James [EMAIL PROTECTED] = There is nothing to install. By default php

[PHP] Re: Php +Xml?

2003-03-08 Thread Alexandru COSTIN
Hello, Hello people, I want to start using Xml with php. How do I install xml on Apache with Php? I am running redhat 7.2,Apache 1.3.12 and php latest version. If you want to use SAX, you should already have it installed if you have compiled PHP with '--with-xml'. (BTW, have you

Re: [PHP] Re: Php +Xml?

2003-03-08 Thread James
There are distinct differences to parsing XML into your program and producing XML from your program. We use the following method's which are enabling us to create scalable systems with independent design from code. One of the clear reasons for using XML/XSLT is the seperation of data and design.

RE: [PHP] Re: Php +Xml?

2003-03-08 Thread daniel
what is domxml ? is it similar to sablot ? = Original Message From Alexandru COSTIN [EMAIL PROTECTED] = Hello, Hello people, I want to start using Xml with php. How do I install xml on Apache with Php? I am running redhat 7.2,Apache 1.3.12 and php latest version. If you want

RE: [PHP] Re: Php +Xml?

2003-03-08 Thread Khalid El-Kary
try this parser, it would be useful. http://creaturesx.ma.cx/kxparse/ Regards, Khalid _ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail -- PHP General Mailing List

[PHP] Php +Xml?

2003-03-07 Thread Dhaval Desai
Hello people, I want to start using Xml with php. How do I install xml on Apache with Php? I am running redhat 7.2,Apache 1.3.12 and php latest version. How do I install xml? I am totally new to Xmland want to start somewhere... -Dhaval

[PHP] XML Question

2003-03-03 Thread Diana Castillo
what does harvest mean? what would the function harvest do? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] XML Question

2003-03-03 Thread Joseph W. Goff
] To: [EMAIL PROTECTED] Sent: Monday, March 03, 2003 10:06 AM Subject: [PHP] XML Question what does harvest mean? what would the function harvest do? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http

[PHP] xml file posting

2003-03-03 Thread qt
Dear Sirs, I am trying to post xml file to http address but I mixed up all. Any source to read this item. I can not realize that shoul I write the file on the server before or I can send without writing. Best Regards -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] php, xml and mysql with netscape and ie

2003-02-19 Thread Sunfire
hi.. was just wondering when i use php xml and mysql (standard xml) it seems that netscape 4.7 and below wont see the web page with results from a mysql query on them... we dont know about ie5 or below yet but does anybody know why this is or how to fix it? the nature of the web pages is a table

[PHP] PHP + XML

2003-02-17 Thread Sandy Pleyte
Hi, I have a problem with PHP and XML, I can't get the right data out of the XML file. I made a small example of what I want: --- Code --- function startElement($xml_parser, $name, $attrs) { echo [$name]br;} function externalEntityRefHandler($xml_parser, $openEntityNames, $base,

[PHP] XML

2003-02-14 Thread Jono Bacon
Hi all, I am just learning about XML and I was just wondering how mcuh you guys use it. Also what kind of things do you use it for? Jono __ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music

[PHP] XML PHP question

2003-01-30 Thread Hardik Doshi
Hi everyone, Can you please tell me what is the best way of working with XML technology using PHP? I am not clear about integration of these two technologies. Suggest some books or links or good tutorials. thanks Hardik Doshi Web Application Developer Chicago

RE: [PHP] XML PHP question

2003-01-30 Thread Hardik Doshi
. Again thanks for your positive response. Hardik Doshi Web Application Developer Institute of Design, Chicago IL Chris McCluskey [EMAIL PROTECTED] wrote:Hardik, I have created my own XML parser based on the existing php xml functions http://php.net/xml . I've found this is nice but a bit annoying

RE: [PHP] XML PHP question

2003-01-30 Thread Chris McCluskey
.html hope that helps. -Original Message- From: Hardik Doshi [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 10:33 AM To: Chris McCluskey Cc: [EMAIL PROTECTED] Subject: RE: [PHP] XML PHP question Hi Chris

[PHP] XML deprecated Call-time pass-by-reference

2003-01-20 Thread kellan
I have an RSS parser that uses PHP's expat XML functions. Recently PHP started complaining about Call-time pass-by-reference has been deprecated whenever I used the idiom: xml_set_object( $this-parser, $this ); Does that mean the function xml_set_object has been deprecated as well? Is there

Re: [PHP] XML deprecated Call-time pass-by-reference

2003-01-20 Thread Jason Wong
On Monday 20 January 2003 16:43, kellan wrote: I have an RSS parser that uses PHP's expat XML functions. Recently PHP started complaining about Call-time pass-by-reference has been deprecated whenever I used the idiom: xml_set_object( $this-parser, $this ); Assuming that xml_set_object()

Re: [PHP] XML deprecated Call-time pass-by-reference

2003-01-20 Thread kellan
On Mon, 20 Jan 2003 18:04:19 +0800, Jason Wong wrote: Assuming that xml_set_object() has been defined correctly then to get rid of that error/warning message simply use: xml_set_object( $this-parser, $this ); Thanks. That seems to work. Every example of using xml_set_object demostrates

[PHP] XML File does not reflect changes upon reopen - HELP

2003-01-08 Thread Phil Powell
if ($isValid) { $cgi = '/cgi-bin'; if (strpos($HTTP_HOST, 'dyndns') === false) $cgi .= '/cgiwrap/ppowell'; $fileID = fopen(http://$SERVER_NAME$cgi/pollinsert.cgi?pollID=$pollIDanswerID=$answerIDvalIdentifier=; . urlencode($valIdentifier) . lastPollResultsID= .

[PHP] XML-Presentationsystem from the Conf2002

2002-12-27 Thread Tobias Schlitt
Hi folks! I saw the nice-looking presentationsystem, written in PHP and using XML, on the PHP-Conference this year. I liked that very much and think it's must for every PHP-related presentation. So, can anyone tell me, where to download the system? Has anyone got it at home and could send me a

Re: [PHP] XML-Presentationsystem from the Conf2002

2002-12-27 Thread Rasmus Lerdorf
Check it out of cvs. It is in the pres2 directory. On Fri, 27 Dec 2002, Tobias Schlitt wrote: Hi folks! I saw the nice-looking presentationsystem, written in PHP and using XML, on the PHP-Conference this year. I liked that very much and think it's must for every PHP-related presentation.

[PHP] XML fopen($url)

2002-12-20 Thread William Bradshaw
Reading Remote Files With FOPEN: This appears to be quite a common problem for installations that run a really tight ship. I am trying to do some XML and have a slight problem: My hosting company does not allow for file sockets. I assume that this means that allow_url_fopen will not work.

[PHP] PHP: XML + XSL

2002-12-18 Thread Hristina
hello! I have the following problem: table border=1 xsl:for-each select=manifactures/man xsl:if test=(position() mod 6) = 1 TR TD xsl:value-of select=.//TD TD xsl:value-of select=following-sibling::man[position()=1]/ /TD

[PHP] PHP: XML + XSL

2002-12-17 Thread Hristina
Hello falks! I could not enter javascript into my xsl file. Does anyone know how to do it? Thanks a lot -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] XML Parse Syntax Error

2002-12-13 Thread Tom Culpepper
I am working on an XML parser and trying to learn about them. All the scripts I get from the net in various tutorials and such all return nothing but XML error: syntax error at line 1. I checked the variables with PHPINFO() and it says that XML support is on. I also know that keeping the

Re: [PHP] XML Data push

2002-12-12 Thread Chris Boget
You want the receiving page to be php that makes an xml page that is then pushed to be a processing page back to the user? I think some more detail might be needed... The reason I want to do this is so that other things (such as a program on a client's PC, another web site) can push XML data

[PHP] XML Enabled not there

2002-12-12 Thread Quentin Bennett
Hi, If phpinfo() does not have an 'XML' section, and so 'XML Enabled true' is not there, but the compile line is '--with-xml=shared,/usr', does this mean that I have XML support or not? PHP 4.0.3pl1, Apache 1.3.9 I am checking the configuration of a server before implementing on it - in

Re: [PHP] XML Enabled not there

2002-12-12 Thread Tom Rogers
Hi, Friday, December 13, 2002, 9:09:43 AM, you wrote: QB Hi, QB If phpinfo() does not have an 'XML' section, and so 'XML Enabled true' is not there, but the compile line is '--with-xml=shared,/usr', does this mean that I have XML support or not? QB PHP 4.0.3pl1, Apache 1.3.9 QB I am

[PHP] XML Data push

2002-12-10 Thread Chris Boget
I'm looking into doing something like the following: [best viewed w/fixed width font] User Request User Interface | ^ \/ | Receiving Page -- XML Data push -- Processing Page where the

Re: [PHP] XML Data push

2002-12-10 Thread Ray Hunter
You want the receiving page to be php that makes an xml page that is then pushed to be a processing page back to the user? I think some more detail might be needed... On Tue, 2002-12-10 at 12:35, Chris Boget wrote: I'm looking into doing something like the following: [best viewed w/fixed

Re: [PHP] XML Data push

2002-12-10 Thread Chris Boget
You want the receiving page to be php that makes an xml page that is then pushed to be a processing page back to the user? I think some more detail might be needed... No, sorry if I wasn't clear. The processing page is a PHP script on the back end as well. The XML data being pushed to it

Re: [PHP] XML Data push

2002-12-10 Thread Ray Hunter
Why do you want to push it to another file...why not do all the processing in one php file that calls many functions then passes that data back to the user. if you still want to pass data then you can do this... controller.php push xml data to a table that has id and xml fields...then redirect

[PHP] XML-RPC, is this the best approach for something like this?

2002-12-01 Thread Jonathan Chum
Hi guys! I'm wrapping up a web hosting control panel written in PHP that fills up a queue with commands such as create web hosting account, or change password. A Perl based CRON job on each server will query the database trying to determine what tasks it needs to execute. The problem however is

Re: [PHP] XML-RPC, is this the best approach for something like this?

2002-12-01 Thread Matt Vos
- Original Message - From: Jonathan Chum [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, December 01, 2002 3:27 PM Subject: [PHP] XML-RPC, is this the best approach for something like this? Hi guys! I'm wrapping up a web hosting control panel written in PHP that fills up

Re: [PHP] XML-RPC, is this the best approach for something like this?

2002-12-01 Thread Ernest E Vogelsinger
At 21:27 01.12.2002, Jonathan Chum said: [snip] I'm wrapping up a web hosting control panel written in PHP that fills up a queue with commands such as create web hosting account, or change password. A Perl based CRON job on each server will query the

Re: [PHP] XML into PHP

2002-11-13 Thread Krzysztof Dziekiewicz
Wednesday, November 13, 2002, , wrote: How would i call a page in PHP that is XML? eg; if i had a file that was like below. http://www.philipnz.com/news/rss.xml and i wanted to include it onto a page. Look into PHP manual: XML parser functions -- PHP General Mailing List

[PHP] XML into PHP

2002-11-12 Thread Philip J. Newman
How would i call a page in PHP that is XML? eg; if i had a file that was like below. http://www.philipnz.com/news/rss.xml and i wanted to include it onto a page. HELP (looking through the docs now) --- Philip J. Newman. Head Developer. PhilipNZ.com New Zealand Ltd. http://www.philipnz.com/

Re: [PHP] XML into PHP

2002-11-12 Thread Khalid El-Kary
hi, do you want to show the whole XML content (including tags and other things) or you want to extract data (tag text and attribute vaules) from it? khalid _ The new MSN 8: smart spam protection and 2 months FREE*

Re: [PHP] XML into PHP

2002-11-12 Thread Khalid El-Kary
hi, try this parser http://creaturesx.ma.cx/kxparse/ (not stable) _ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail -- PHP General Mailing List (http://www.php.net/) To

[PHP] XML in PHP on Apache (RH 7.3)

2002-11-08 Thread Pelek
Hello its urgent problem! I need apache server with php supporting XML, i have read the manual and some posts how-to compile it ( http://www.php.net/manual/en/ref.xml.php ) i have download sources of expat and doing step-by-step instructions given in one of the posts ( *pfreet at

RE: [PHP] xml

2002-11-06 Thread Jay Blanchard
[snip] What the hell is XML anyway? [/snip] Extensible Markup Language, a derivitave of SGML (Standard Generalized Markup Language). You can read all about it at http://www.w3c.org HTH! Jay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] xml

2002-11-06 Thread Maxim Maletsky
Just read things here: http://www.phpbeginner.com/ray/xml http://www.vbxml.com/xml/articles/whatisxml/ http://www.zvon.org http://www.xml.com You should learn it if haven't done so yet -- Maxim Maletsky [EMAIL PROTECTED] Jay Blanchard [EMAIL PROTECTED] wrote... : [snip] What the hell is

[PHP] xml

2002-11-05 Thread Karl James
What the hell is XML anyway?

Re: [PHP] xml

2002-11-05 Thread Jason Wong
On Tuesday 05 November 2002 22:45, Karl James wrote: What the hell is XML anyway? What the hell are search engines for? google What the hell is XML anyway -- Jason Wong - Gremlins Associates - www.gremlins.com.hk Open Source Software Systems Integrators * Web Design Hosting * Internet

[PHP] xml parser breaking on legal xml chars

2002-11-01 Thread Gerard Samuel
Im some what new to xml but I've put together a basic xml parsing script, and for some reason, on data like - descriptionItapos;s been a few days since.../description the parser thinks its 3 lines. Its parsing a new line on htmlentities like apos; So with the above line the looped output is

Re: [PHP] XML to MS Word

2002-10-31 Thread Charles Wiltgen
Manuel Lemos wrote... I'd say RTF is a format you're going to be able to come to grips with quicker than .doc -- just take a look at the source of a word doc -- it's pretty obscure!!! And proprietary, and soon to be obsolete. But Office 11 files will be XML files. RTF is not a closed

[PHP] XML and XLS Sablotron

2002-10-30 Thread Daniele Baroncelli
Dear all, I am just approaching to XML and I would need some explanation, which most of you will probably consider very trivial. I have read about the XLS Sablotron functions, which are able to apply XLS stylesheets to an XML document. My question is: if my aim is to apply to an XML document an

Re: [PHP] XML and XLS Sablotron

2002-10-30 Thread Geoff Hankerson
Basically SAX and DOM are for parsing xml and xslt is for transforming xml into html, svg, wml, pdf and the like. So it sounds like you want to use xslt. Daniele Baroncelli wrote: Dear all, I am just approaching to XML and I would need some explanation, which most of you will probably

[PHP] XML to MS Word

2002-10-30 Thread Maxim Maletsky
Guys, The other day, one of my clients asked me this very tricky question: Can we also use that XML data for making MS Word (.doc) files? Our system is designed to produce XML output independently to then later transform it into HTML with PHP/XSLT and PDF with FOP. Now, the client also wants

Re: [PHP] XML to MS Word

2002-10-30 Thread Justin French
I'd say RTF is a format you're going to be able to come to grips with quicker than .doc -- just take a look at the source of a word doc -- it's pretty obscure!!! Justin on 31/10/02 1:01 PM, Maxim Maletsky ([EMAIL PROTECTED]) wrote: Guys, The other day, one of my clients asked me this

Re: [PHP] XML to MS Word

2002-10-30 Thread incoming
I'd go with RTF or PDF. I know there is a way to do PDF from inside of PHP. That's the best you're going to get I think. Even AbiWord and kword have a difficult time with .doc files, whether reading or writing.(I don't think kword writes, been away from the word processor for awhile, w).

Re: [PHP] XML to MS Word

2002-10-30 Thread Maxim Maletsky
You are right about it - RTF is doable, I heard. But, I still have to answer about the MS Word thingie. Isn't there any tool to convert from, say, PDF to Word? Or like headers tricky? Thanks, Justin. --- Maxim Maletsky [EMAIL PROTECTED] www.PHPBeginner.com // PHP for Beginners

Re: [PHP] XML to MS Word

2002-10-30 Thread Maxim Maletsky
On Wed, 30 Oct 2002 21:16:14 -0600 incoming [EMAIL PROTECTED] wrote: I'd go with RTF or PDF. I know there is a way to do PDF from inside of PHP. That's the best you're going to get I think. PDF are done with FOP and they work perfectly well. Even AbiWord and kword have a difficult time

RE: [PHP] XML to MS Word

2002-10-30 Thread John W. Holmes
You are right about it - RTF is doable, I heard. But, I still have to answer about the MS Word thingie. Isn't there any tool to convert from, say, PDF to Word? Or like headers tricky? I use this function to send a Word header instead of an HTML header. You can then send just regular HTML

Re: [PHP] XML to MS Word

2002-10-30 Thread Charles Wiltgen
Justin French wrote... I'd say RTF is a format you're going to be able to come to grips with quicker than .doc -- just take a look at the source of a word doc -- it's pretty obscure!!! And proprietary, and soon to be obsolete. But Office 11 files will be XML files. -- Charles Wiltgen

Re: [PHP] XML to MS Word

2002-10-30 Thread Manuel Lemos
Hello, On 10/31/2002 04:38 AM, Charles Wiltgen wrote: Justin French wrote... I'd say RTF is a format you're going to be able to come to grips with quicker than .doc -- just take a look at the source of a word doc -- it's pretty obscure!!! And proprietary, and soon to be obsolete. But

[PHP] PHP XML mailing list

2002-10-29 Thread Chris Boget
Are any of you subscribed to the above list? If so, do you ever see any traffic on it? Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] xml parsing

2002-10-17 Thread Michael Ransburg
Hi! I understand that it's easily possible to parse xml documents with php. But what about changing them? With other xml parsers, I have the xml document in a structure (usually a tree or an array) and when I change something in the structure I can later write out the structure again into a xml

Re: [PHP] xml parsing

2002-10-17 Thread Geoff Hankerson
Change xml into a different type of xml sounds like a job for the xslt functions. Works like a charm Michael Ransburg wrote: Hi! I understand that it's easily possible to parse xml documents with php. But what about changing them? With other xml parsers, I have the xml document in a structure

RE: [PHP] Re: PHP XML

2002-10-16 Thread Simon Taylor
:[EMAIL PROTECTED]] Sent: 15 October 2002 18:50 To: [EMAIL PROTECTED] Subject: [PHP] Re: PHP XML Hello, Most of what you are looking for is already implemented and fully working in our Krysalis Professional platform. We help you create dynamic XML files, we provide you reusable taglibs to avoid

RE: [PHP] Re: PHP XML

2002-10-16 Thread Joshua Alexander
To me this is a lot of work and processing for limited benefits, a simple db abstraction layer provides you with a divide between you db queries and the presentation of your site, what benefits do you see in doing this? I have to agree with Simon. I am at a loss when it comes to seeing any

RE: [PHP] Re: PHP XML

2002-10-16 Thread José León Serna
El mié, 16-10-2002 a las 10:22, Joshua Alexander escribió: I have to agree with Simon. I am at a loss when it comes to seeing any benefit to XML that doesn't involve data exchange between at least two parties. I've spent the last two years building database-backed websites, so I'm

RE: [PHP] Re: PHP XML

2002-10-16 Thread Simon Taylor
, but until then I will save myself from the extra work. Cheers Simon -Original Message- From: José León Serna [mailto:[EMAIL PROTECTED]] Sent: 16 October 2002 10:40 To: Joshua Alexander Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Re: PHP XML El mié, 16-10-2002 a las 10:22, Joshua Alexander

RE: [PHP] Re: PHP XML

2002-10-16 Thread José León Serna
El mié, 16-10-2002 a las 11:02, Simon Taylor escribió: Sure in this context I agree with you, but how often do you have a website which needs to publish in many different formats? I have designed and built websites for a while and have never come across such an application. But if I were ever

RE: [PHP] Re: PHP XML

2002-10-16 Thread Joshua Alexander
I still wouldn't use XML for this. I mean, all the articles are in the database, and I'm already using PHP to pull them out and format them into html, right? I can just as easily use PHP to put them into all those other formats. So again, why waste time with XML unless I need to feed these

RE: [PHP] Re: PHP XML

2002-10-16 Thread José León Serna
El mié, 16-10-2002 a las 11:13, Joshua Alexander escribió: I still wouldn't use XML for this. I mean, all the articles are in the database, and I'm already using PHP to pull them out and format them into html, right? I can just as easily use PHP to put them into all those other formats. In

[Fwd: Re: [PHP] Re: PHP XML]

2002-10-16 Thread Tariq Murtaza
Can u elaborate more about ISO standards. i mean, if u could explain more about using Xml in DMS with ISO standards with small examples Best ragards José León Serna wrote: El mié, 16-10-2002 a las 11:02, Simon Taylor escribió: Sure in this context I agree with you, but how often do you have

Re: [Fwd: Re: [PHP] Re: PHP XML]

2002-10-16 Thread José León Serna
El mar, 15-10-2002 a las 23:16, Tariq Murtaza escribió: Can u elaborate more about ISO standards. i mean, if u could explain more about using Xml in DMS with ISO standards with small examples AFAIK there is no especific request to use XML to be compliant with ISO standard, the ISO specifies

Re: [PHP] Re: PHP XML

2002-10-16 Thread Stas Maximov
The benefit would be in dividing business logic from presentation layer. Stas. - Original Message - From: Simon Taylor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 16, 2002 7:35 AM Subject: RE: [PHP] Re: PHP XML To me this is a lot of work and processing

Re: [PHP] Re: PHP XML

2002-10-16 Thread Geoff Hankerson
Ultimately it's about flexibility and seperating content from presentation.Even if you don't have sites that need to be output into multiple formats you will almost cetainly need to redesign some or all of the presentation at some point even if it is only in html. Have you ever had your

Re: [PHP] PHP XML

2002-10-16 Thread Chris Boget
Do you realize more benifit for the back end processes when using XML that makes any additional time it takes to display a page to the user worth it? Just ask the user if they really want to wait longer for something they can't even see, just so you can use the latest buzzword in

Re: [PHP] Re: PHP XML

2002-10-16 Thread Adrian Slusarczyk
y invest the effort that is required, but until then I will save myself from the extra work. Cheers Simon -Original Message- From: José León Serna [mailto:[EMAIL PROTECTED]] Sent: 16 October 2002 10:40 To: Joshua Alexander Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Re: PHP XML El mié, 16-10-20

RE: [PHP] Re: PHP XML

2002-10-16 Thread .: B i g D o g :.
[mailto:[EMAIL PROTECTED]] Sent: 15 October 2002 18:50 To: [EMAIL PROTECTED] Subject: [PHP] Re: PHP XML Hello, Most of what you are looking for is already implemented and fully working in our Krysalis Professional platform. We help you create dynamic XML files, we provide you reusable

[PHP] xml

2002-10-16 Thread sonjaya
how to install apache with xml ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP XML

2002-10-15 Thread Chris Boget
Let me preface this by saying that I know the benefits of using XML with regards to portability and extensibility. Here is the issue I face. I have all of my data stored in a MySQL database. I'm considering reworking my website so that it uses XML (after being converted from resultant records

Re: [PHP] PHP XML

2002-10-15 Thread Maxim Maletsky
Chris Boget [EMAIL PROTECTED] wrote... : Let me preface this by saying that I know the benefits of using XML with regards to portability and extensibility. Yes, there are many benefits. Here is the issue I face. I have all of my data stored in a MySQL database. I'm considering reworking

[PHP] Re: PHP XML

2002-10-15 Thread Alexandru COSTIN
Hello, Most of what you are looking for is already implemented and fully working in our Krysalis Professional platform. We help you create dynamic XML files, we provide you reusable taglibs to avoid rewriting similar code multiple times, wr provide various levels of caching and many more.

Re: [PHP] PHP XML

2002-10-15 Thread Geoff Hankerson
A few ideas: 1. I have been setting up a system to do almost exactly what you are doing (database -- xml -- xslt--html via a custom class) and have not noticed any significant performance hit, but this is not in production so your mileage may vary, but my gut feeling is the performance hit is

Re: [PHP] PHP XML

2002-10-15 Thread .: B i g D o g :.
Chris, Here are some ideas you might want to review these options: 1. Try storing the data in the database as xml files them selves. You then do not have to create the xml file. This will no doubt increase your database size. 2. Store your xml templates in the database for faster retrieval.

Re: [PHP] PHP XML

2002-10-15 Thread Chris Boget
Here are some ideas you might want to review these options: Other people have suggested variations of the below so I'll just respond here to cut down on the bandwidth. 1. Try storing the data in the database as xml files them selves. You then do not have to create the xml file. This will

Re: [PHP] PHP XML

2002-10-15 Thread Rick Widmer
At 09:25 AM 10/15/02 -0500, Chris Boget wrote: Let me preface this by saying that I know the benefits of using XML It seems to me most of the benefits of XML actually go to the hardware and network suppliers. They get to sell you bigger storage for the bloated data, faster processors for the

Re: [PHP] PHP XML

2002-10-15 Thread .: B i g D o g :.
a few ideas and could possibly be the solution to a very different problem I need to address. Actually you do not have to store the data and xml (together) in the database. Here are the steps to perform: 1. Query database getting desired data. 2. get the xml file into PHP XML parser (either from

Re: [PHP] PHP XML

2002-10-15 Thread Rick Widmer
At 09:25 AM 10/15/02 -0500, Chris Boget wrote: Do you realize more benifit for the back end processes when using XML that makes any additional time it takes to display a page to the user worth it? Just ask the user if they really want to wait longer for something they can't even see,

[PHP] XML-RPC

2002-10-12 Thread jacob
Has anyone on this list had any experience with XML-RPC and, more specifically, any experience using it with PHP? XML-RPC: http://xml-rpc.org w/ PHP: http://xmlrpc-c.sourceforge.net/xmlrpc-howto/xmlrpc-howto-php.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] XML dom encode

2002-10-04 Thread Dav rn Jhannsson
?php header(Content-Type: application/xml); //query database records $connection = mysql_connect(localhost, user, pass) or die(can't connect); mysql_select_db(webbish); $query = SELECT id, title, artist FROM xmldb; $result = mysql_query($query); if(mysql_num_rows($result) 0){

Re: [PHP] XML dom encode

2002-10-04 Thread Tom Rogers
Hi, Friday, October 4, 2002, 10:14:31 PM, you wrote: DÖJ ?php DÖJ header(Content-Type: application/xml); DÖJ //query database records DÖJ $connection = mysql_connect(localhost, user, pass) or die(can't connect); DÖJ mysql_select_db(webbish); DÖJ $query = SELECT id, title, artist FROM

Re[2]: [PHP] XML dom encode

2002-10-04 Thread Tom Rogers
Hi, Untested but it would be something like this: ?php header(Content-Type: application/xml); //query database records $connection = mysql_connect(localhost, user, pass) or die(can't connect); mysql_select_db(webbish); $query = SELECT id, title, artist FROM xmldb; $result =

Re: [PHP] XML Parser additional

2002-10-02 Thread Justin French
You want to retain ownership, AND take contributions? Generally it'd be an either/or proposition wouldn't it? Justin French on 02/10/02 2:26 PM, Khalid El-Kary ([EMAIL PROTECTED]) wrote: hi, i wanted to add something, i want to receive contribtions from developers as well to make the

[PHP] XML Parser

2002-10-01 Thread Khalid El-Kary
hi, i have developped an XML parser that's easy to use and very fast, and i have run two websites using it. http://creaturesx.ma.cx http://creaturesx.ma.cx/osman/jokes/index.php (not complete website) the question comes now what's best way to contribute this parser to the PHP community

[PHP] XML Parser additional

2002-10-01 Thread Khalid El-Kary
hi, i wanted to add something, i want to receive contribtions from developers as well to make the parser be better _ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- PHP General Mailing List

[PHP] xml encodeing with new_xmldoc(1.0);

2002-09-30 Thread Davíð Örn Jóhannsson
I need to apply iso-8859-1 encodeing to the ?xml version=”1.0”? that this function creates: new_xmldoc(“1.0”). I tried to replace the line but ofcourse the new_xmldoc function creates object-tree of the document and I don’t know I can reffrer to the first line, or ?xml version=”1.0”? or just

[PHP] XML SAX DOM together?!

2002-09-30 Thread Assistant to Foreign Student Advisor
Hi, I am puzzled by a question about XML's SAX and DOM engines compatibility. Is it possible to have both installed, and use them interchangeably, depending on the function calls. Or you you have to choose only one. And if so, can WDDX library operate with DOM XML or only SAX. Thank you for

Re: [PHP] xml encodeing with new_xmldoc(1.0);

2002-09-30 Thread Tom Rogers
Hi, Monday, September 30, 2002, 10:54:25 PM, you wrote: DÖJ I need to apply iso-8859-1 encodeing to the ?xml version=”1.0”? that DÖJ this function creates: DÖJ new_xmldoc(“1.0”). DÖJ I tried to replace the line but ofcourse the new_xmldoc function creates DÖJ object-tree of the document and I

<    1   2   3   4   5   6   7   8   9   >