[PHP] xml

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

[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] XML

2002-02-26 Thread Tom Holton
Hello, I have come across a strange error when using the XML parsing functions. Instead of printing the xml to the screen, like the functions do, I decided to put these into arrays. It all seems to be working normally, except for the "data" part (this is the non-xml data). I can verify that the d

[PHP] XML

2001-04-04 Thread Andreas Sisask
Hello, Does php have some feature of using .dtd or .xsd in parsing an .xml file? I mean for example if I parse some .xml (which refers to some .dtd) it checks that the .xml is correct or if not then gives quite exact error about it. Andreas -- PHP General Mailing List (http://www.php.net/) T

[PHP] XML

2006-06-26 Thread weetat
Hi all, I am using PHP 4.3.2 in Red Hat Entreprise. I have xml file which have tags as show below: I need to lookup for Hardware Version tag in php ,and edit the value to empty string and save the modified xml file. Any one have any ideas how to do this? -- PHP General Mailing L

[PHP] xml

2005-05-27 Thread Andy Pieters
Hi all I recently decided to switch to xml for the configuration of our programs. I am now looking for a good way to handle that xml data. Basically, what I am looking for is a functionality where I say Get tag x with attribute1=y, attribute2=z,..., read its contents and put it in an associati

[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 Charts

[PHP] XML

2003-06-13 Thread Diana Castillo
does anyone know if there are any advantages/disadvantages as far as performance to using one of the following methods for gettting xml responses? 1) get 2)normal post with php 3)curl -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] XML

2003-07-08 Thread Petre Agenbag
Hi List Firstly, this question is arguable more about XML than PHP, but they are interlinked, so I hope it is "topical" for this list. Firstly, Where I come from: I am VERY comfortable with PHP/MySQL on Linux and understand all those concepts. Now I'm trying to see the benefits of XML, and quit

[PHP] XML?

2004-01-09 Thread Jake McHenry
Hi everyone, Can someone point me in the right direction towards creating and implementing XML with php? I've heard it can make things much easier on me, and would like more info on it. Also, if anyone has any storys from using it, might give me an idea of what I'm getting into. Is it easy to impl

[PHP] XML...

2004-06-29 Thread Russell P Jones
Any ideas on easy ways to trouble shoot problems in XML. I keep getting "invalid character" errors and I dont have a good way to find the problem and correct it. Russ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] XML-DOM

2001-02-05 Thread Thomas Brusa
hello I'm trying to parse and change a loaded xml-file using the DOM module. I need to remove certain nodes and append new ones. Is it really true that you can't remove a childnode while working with dom. in perl this would look somehow like this: $doc1->removeChild($tmpele); $t

[PHP] XML problems?

2001-02-09 Thread Mailing List Mailbox
I've put together a fairly simple XML parser that outputs embeded objects as a DOM. You can see that the XML files get parsed correctly (print "Open: $tag" etc for the proper functions..) and built the DOM correctly (print_r ( $this->dom ) at the last close_tag () call) but even after displaying t

[PHP] xml parsing

2001-03-14 Thread Jon A
please help me... I'm working with some simple xml parsing. in my xml document i have a tag like this: which holds the path of a picture. in the xml parser i'm trying to output it as an tag, but nothing seems to work. some of the things i have tried: case "BILLEDE": p

[PHP] XML Newbie.!

2001-03-16 Thread Diego Fulgueira
Hi! Ok, this is not a question about PHP, but since this is such a great discussion forum, I am certain it is a good place to get started with a new technology. The thing is I have a DTD specification and I want to translate it into a DB schema, and then create an "add-delete-modify" application.

[PHP] XML Problems

2001-03-22 Thread Niel Zeeman
Hi Folks Has anyone had problems with thej xml parser causing an Internal server error? I'm running IIS5 with the ISAPI module Thnx -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP] PHP XML

2001-03-23 Thread Ales Kracik
does anybody know how to switch off entities resoving in PHP XML? thanks -- 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] XML

2001-01-10 Thread Michael Bell
eldt aka Itpunk" <[EMAIL PROTECTED]> To: "Michael Bell" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, December 30, 2000 10:33 AM Subject: Re: [PHP] XML > > Thank you for the good introduction. Have you got some working code > which does the

[PHP] XML dillema

2001-01-22 Thread Teodor Cimpoesu
Hey, I've been playing w/ DOM functions (not very documented, but cool :) and had the following: [categories.xml] MySQL MySQL Manual PostgreSQL PostgreSQL Manual

[PHP] XML Parsing

2001-04-30 Thread Michael Conley
I am posting information to a credit card processing server. This is done over HTTPS (with cURL) and seems to work fine. I get the response that I want from the server, which consists of an XML doc with about 20 tags and their corresponding values. I have gone through the mailing list and manua

[PHP] PHP & XML

2001-12-07 Thread Steve Haemelinck
Hi Guys I am developing with PHP and XML. Now I experience some problem with the processing instructions of xml () which causes PHP to return a parsing error. This is logical because http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[PHP] PHP & XML

2001-12-19 Thread Martin Hughes
Heya, Is it possible to integrate XML with PHP - ie get data out of an XML file and format it in html using php? Or alternatively, use php within an XSL file...? Cheers Mart -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP] PHP, XML

2002-01-07 Thread Sandeep Murphy
hi, Does anyone know of a mailing list for PHP and XML or can I just pose them here?? Thanks, sandeep -- 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: [EM

[PHP] XML issues

2002-02-12 Thread Eric Tonicello
Hi ! I'm writing some code, and I have questions : #1 : it is possible to use xslt_process($xml, $xsl,$result) with a string $xml comtaining XML instead of pointing to an .xml file ? #2 : I have to copy a XML node from a XML file to another (both on server) and then transform it with XSLT and p

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 * Interne

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 he

[PHP] XML doubt

2002-09-04 Thread Rodrigo Dominguez
I don't know how to work with XML... I know that it's a good standard to pass information between computer or applications, but I don't know how to separe my data from my presentation on my PHP projects. I always use OOP, I organize all the data in databases and clases, but I always have to put s

[PHP] xml declaration

2002-09-13 Thread Brian V Bonini
Is this the appropriate way to handle this? ' . "\n"; ?> What's everyone else do? I'm not missing something here am I?? :) -B -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[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 without

[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] 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 in

[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

[PHP] XML-parser

2002-05-13 Thread marcos1
Hello, I´m working on a little web shop solution for a school project, therefore I´m looking for a PHP XML-Parser or some source code I can get from somewhere. Has anybody a good link to a tut or something else.. -- Thanks in advance for your help, kind regards Marcos GMX - Die

[PHP] xml parsing

2002-05-18 Thread Gerard Samuel
I got this example from Beginning PHP 4. Unfortunately, I cant get to wrox's site to see if there were any errata updates for this piece of code, but for the life of me, I dont know whats wrong with it. All its displaying is '-'. If anyone could direct me to where its broken, Ill be very gr

[PHP] XML Transformation

2002-05-21 Thread José León Serna
Hello: I would like to perform XML transformations on my website, I have the xml file in a string and the xsl file in another string, I have tested sablotron, but it give me parse and encoding problems. Is there any "good" solution out there? By "good" I mean portable and reliable solutions,

[PHP] XML Feed

2002-06-14 Thread Necro
I am currently trying to implement XML Parsing on a site using the XML News Feed of another site. The site puts two versions of the news in its file though: - Tsunami 2265 Date, Demo http://www.shacknews.com/onearticle.x/20959 - Tsunami 2265 Date, Demo http://www.shacknews.com/onear

Re: [PHP] XML

2002-02-27 Thread S.Murali Krishna
I can't really get you, but I have done similar programs in php/xml I think if I could see the code or if I know the ultimate goal of you, I could able to solve the problem. On Tue, 26 Feb 2002, Tom Holton wrote: > > Hello, > I have come across a strange error when using t

[PHP] XML Comparison?

2002-03-25 Thread Chris Hilbert
I was wondering if anyone would know how I could go about checking two XML files for differences, similar to the "diff" command in *nix. I'm having a heck of a time getting a function written to achieve this task. Thanks, Chris Hilbert -- PHP General Mailing List (http://www.php.net/) To un

[PHP] XML HELP

2002-04-08 Thread Christopher J. Crane
I am new to using XML and PHP for that matter. I have made some great progress with the latter however. My current problem is that I am trying to parse a relatively simple XML file. The file can be found at http://quotes.nasdaq.com/quote.dll?page=xml&mode=stock&symbol=ikn. I used pieces of a sampl

[PHP] XML Problem

2002-06-30 Thread Sebastian A.
Hello, I am having some problems parsing XML with PHP. Here is an example of my problem: Example 1: SOME TEXT When I try to use the expat XML functions I cannot parse TAG1 in the above example. I simply get nothing. However with the following example:

[PHP] XML newbie

2001-10-24 Thread Srinivasan Ranganathan
Hi Its me again (for those who know me ;-)). ive been working with php and mysql for a while and am curious about xml. what do i have to do to get started? thanks in advance Srinivasan Ranganathan Do You Yahoo!? Send a newsletter, sha

[PHP] XML DTD

2001-11-12 Thread Melih Onvural
I know this is a PHP news group, but i've seen some XML questions before and I was wondering if anyone knew how to apply a DTD, or where to find one. thanks for any help, Melih Onvural [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP] xml header

2001-12-05 Thread bill
What is the proper header to send when presenting dynamic xml pages to the browser? -- 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] XML

2001-04-04 Thread Sebastien Roy
Hi Andreas, Please let me know if you find something about that, it would be really nice! Regards, Sebastien Roy [EMAIL PROTECTED] Andreas Sisask wrote: > Hello, > > Does php have some feature of using .dtd or .xsd in parsing an .xml file? > I mean for example if I parse some .xml (which ref

Re: [PHP] XML

2001-04-04 Thread Andreas Sisask
I have a docdef.dtd file which defines a document. Now, if I parse some doc1.xml file which refers to this docdef.dtd, that is it contains the line I want to chek if the doc1.xml really is correct as defined - has the syntax (elements, nesting and whatever I have defined in docdef1.dtd) And as

Re: [PHP] XML

2001-04-04 Thread Sebastien Roy
Sorry, but i'm not sure to understand your response... (maybe it's the question that I don't understand) I thought that the question was ansking for a simple way to validate a xml document with his associated dtd by a php script. It would be very useful for me to validate the xml document once it

Re: [PHP] XML

2001-04-04 Thread Plutarck
If memory serves, I was told that "PHP at the present time can not validate an XML document". It does everything else, but you will have to validate everything on your own. In other words there is no current PHP function that can parse an .xml document and judge if it is Well Formed or not. --

Re: [PHP] XML

2001-04-04 Thread Soeren Staun-Pedersen
> If memory serves, I was told that "PHP at the present time can not validate > an XML document". It does everything else, but you will have to validate > everything on your own. > > In other words there is no current PHP function that can parse an .xml > document and judge if it is Well Formed o

Re: [PHP] XML

2001-04-04 Thread Josh McDonald
7.com/ - Original Message - From: "Plutarck" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 04, 2001 11:07 PM Subject: Re: [PHP] XML > If memory serves, I was told that "PHP at the present time can not validate > an XML document". It does eve

Re: [PHP] XML

2001-04-04 Thread Plutarck
> K is for the niggaz that I knock on they back. > > http://www.gfunk007.com/ > > > - Original Message - > From: "Plutarck" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, April 04, 2001 11:07 PM > Subject: Re: [PHP] XML > &g

Re: [PHP] XML

2001-04-04 Thread Soeren Staun-Pedersen
> valid and well-formed are different, can php verify neither? It can validate well-formed. Regards, Soeren Staun-Pedersen - [EMAIL PROTECTED] -- "The internet is full, beat it" - Me. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For add

[PHP] XML functions

2010-03-06 Thread Ahmad F AlTwaijiry
Dears When i checked the php manual i found many Solutions to read/write xml files and im confused now :) Which function/library is better and is there any new article that compare each function/library? Thanks Ahmad AlTwaijiry http://www.AlTwaijiry.com -- PHP General Mailing List (

[PHP] XML parser

2010-07-13 Thread ppps...@gmail.com
Hello. I have html: Header Paragraph 1 Paragraph n Header Paragraph 1 Paragraph n need to parse it like this array: array( [0] => array( 'h3' => 'header' , 'p' => array( [0] => 'Paragraph 1' , [n-1] => 'Paragraph N' ) [1] => array( ['div'] => array ( 'h3' => 'header' , 'p' => arr

[PHP] XML array

2011-07-05 Thread Kanishka
hi this is my first post on php general mailing list, i want to read a xml file to retrieve data. i tried by using "DOM" and "simple xml" but i couldn't. the xml file looks like this.. * the the title 7-6-2011 book 1 author 1 book 2 auther 2 * i want to put both "

[PHP] xml parsing

2007-03-11 Thread Marije van Deventer
I have been trying to parse this xml, and want to use it with childnodes and , but sofar due to the and and elements no luck. How can i do this in a simple way ??? Algemeen a 1-Atmosfeer a

[PHP] XML and :

2009-02-24 Thread Merlin Morgenstern
Hi there, I am trying to pars an XML file with php. This works if the xml tag looks like this: 88 In that case I retrieve the info: $xml->anbieternr But now the tag looks different like this: 88 The command $xml->imo:anbieternr does not work in that case. Has somebody an idea how to adress

[PHP] XML manipulation

2009-03-03 Thread Raido
Hi! Manipulating XML files with PHP is quite new thing to me, so I could need a bit help with it. Here are the questions(and below are XML schema): 1) Is it possible to change those blocks order? For example I move below 1.1.3 and it's number gets changed from 1.1.1 > 1.1.3 and 1.1.2 > 1.1.1

[PHP] XML Extraction

2007-12-17 Thread VamVan
Hello, I receive an output as an XML File. Please provide some scripts that I can use for extraction of the values. For Example: hello hello2 hello3 are 3 different records in the XML File. How can I retrieve the result set in a loop and also sort it like DESC and ASC for example. While()

[PHP] XML editors

2007-08-15 Thread Al
What do you guys use for casual XML editing, besides plain text editors? Ones that'll error check and allow fixing files with errors? Thanks... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] XML parsing

2006-02-09 Thread Peter Lauri
Hi, When I go thru this documentation the parsing seem to be very complex. With Java this was not the case. Assume I have XML like this: $xml = 'PeterThe group'; I would like to get the value of 'from' and 'to'. My dream function would be: $from = xml_function($xml, 'from');

[PHP] xml validation

2006-06-09 Thread weetat
Hi all , Thanks to everbody in this group , really help me a lot. I have a raw xml file from our clients. My question is how to validate the xml file if the file is xml compliance ? Thanks - weetat -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.

[PHP] XML Encoding

2008-07-29 Thread Thiago H. Pojda
Guys, I'm building a XML in a PHP Script. Everything works fine until I add accented (ISO-8859-1) characters into it. As far as I can see, there's no way to change DOMDocument's encoding from UTF-8, right? Thanks, -- Thiago Henrique Pojda

[PHP] XML Reader

2005-12-28 Thread [EMAIL PROTECTED]
Is there any easy php script to run to view an xml file such as new headlines like so: http://news.google.com/?output=rss or can anyone point me in the right direction for good online tutorials or books.

[PHP] XML-Request

2006-01-12 Thread Ron Eggler (Paykiosks)
Hi, I gotta send an XML request to a server. In the doc it's defined as follows: [request] [/request] and I tried to realize it that way: [Code] '.$n.' '; $x = curl_init("https://xml.pinsprepaid.com/xml/xmlPinXpress.asp";); curl_setopt($x, CURLOPT_HTTPHEADER, array('Content-Type: text/

[PHP] XML & HTTP

2005-03-18 Thread Jerry Swanson
I create XML file, how to pass the XML file to another server through HTTP? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] xml question

2005-03-29 Thread Jeremy Reynolds
I'm new to XML. I'm just now learning about XML tags and how an XML Style Sheet can be used to "filter" or "format" the data. Something missing in my mind is how to "submit" the XML to the XSLT though. If the XML page contained a path to the XSLT page, that would make sense. But I haven't r

[PHP] XML Select

2005-04-08 Thread Stefan
Hi NG I've a question about searching in a xmlfile. Is there a mehtod to select a xml-node with a specific value? e.g. abc and I want search for the node with name abc. Or is it possible with a xpath definition? Thanks in advance Stefan -- PHP General Mailing List (http://www.php.net/) To

[PHP] XML Problem

2005-05-12 Thread Juan Antonio Garrido
Hi everybody... I've been using DOM-XML functions for loading a XML file. When I try load it con domxml_open_file, it appears a message "Call to undefined function: domxml_open_file()". PHP has been configured with option --with-dom=shared,/usr --with-xslt=shared,/usr(default install), and ad

Re: [PHP] xml

2005-05-27 Thread Philip Hallstrom
Hi all I recently decided to switch to xml for the configuration of our programs. I am now looking for a good way to handle that xml data. Basically, what I am looking for is a functionality where I say Get tag x with attribute1=y, attribute2=z,..., read its contents and put it in an associati

Re: [PHP] xml

2005-05-31 Thread Marcus Bointon
On 27 May 2005, at 14:16, Andy Pieters wrote: I recently decided to switch to xml for the configuration of our programs. I am now looking for a good way to handle that xml data. Basically, what I am looking for is a functionality where I say Get tag x with attribute1=y, attribute2=z,..., re

[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]";} function externalEntityRefHandler($xml_parser, $openEntityNames, $base, $systemId,

[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

[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 Array

2003-07-15 Thread Michael Smith
Hey, I'm looking for a function to take an XML file and turn it into a PHP array with the same structure. So if I have: #00 image.jpg It would give me an array: Array ( [template] => Array ( [color] => #00 [background] => image.j

Re: [PHP] XML

2003-07-16 Thread Hardik Doshi
Hi there, I read this interesting thread and come up with some questions. 1. How efficient is to use XML+XSLT solution? Does it add processing overhead to the system? 2. Do you have some examples which can describe the separation of layers using the XML+XSLT technology? 3. Currently i am stori

Re: [PHP] XML

2003-07-16 Thread Ray Hunter
> 1. How efficient is to use XML+XSLT solution? Does it > add processing overhead to the system? The efficientcy is relative to many factors, however I can stress this. The style sheets can be cached client side and then only xml data can be sent to the user. This reduces bandwidth and allows the

Re: [PHP] XML

2003-07-17 Thread Curt Zirzow
Ray Hunter <[EMAIL PROTECTED]> wrote: > > > 1. How efficient is to use XML+XSLT solution? Does it > > add processing overhead to the system? > > The efficientcy is relative to many factors, however I can stress this. > The style sheets can be cached client side and then only xml data can be > sen

Re: [PHP] XML

2003-07-17 Thread Ray Hunter
On Thu, 2003-07-17 at 01:28, Curt Zirzow wrote: > Ray Hunter <[EMAIL PROTECTED]> wrote: > > > > > 1. How efficient is to use XML+XSLT solution? Does it > > > add processing overhead to the system? > > > > The efficientcy is relative to many factors, however I can stress this. > > The style sheets

[PHP] XML Parsing

2003-07-17 Thread Doug La Farge
k at :-). You'll also notice at the bottom of the code I've included how the PHP XML parsed the data. It's very similar to the fetch.cgi - maybe it's different and thus causing the problem but I don't see it. $state = array(); global $state; // these two associatat

[PHP] XML Problems

2003-03-20 Thread Burhan Khalid
Hello List, Having some serious headaches trying to fix XML integration into a PHP class. Am new to XML, but have been comfortable with PHP for quite a while so please reply accordingly. Here is the problem : * Data handing functions are being called multiple t

Re: [PHP] XML

2003-07-08 Thread Burhan Khalid
uot; and worth knowing, but not mission critical for me .. that is, untill I found a free XML weather feed that I wanted to parsewhich led to me writing my own PHP XML parser class for that feed. Anyhow, the point of XML is not data storage (like a database), rather, its to facilitate data transla

Re: [PHP] XML

2003-07-08 Thread Ray Hunter
XML is a way to store data in a structure format that is correct and is platform independent; meaning u can share data with anything that understands xml format. For web applications xml allows you to send data to the client and have the browser do the parsing for you. (I would suggest ie5.5 and n

RE: [PHP] XML

2003-07-08 Thread Joe Harman
PROTECTED] Subject: [PHP] XML Hi List Firstly, this question is arguable more about XML than PHP, but they are interlinked, so I hope it is "topical" for this list. Firstly, Where I come from: I am VERY comfortable with PHP/MySQL on Linux and understand all those concepts. Now I'm t

RE: [PHP] XML

2003-07-08 Thread Jeff Harris
|-Original Message- |From: Petre Agenbag [mailto:[EMAIL PROTECTED] |Sent: Tuesday, July 08, 2003 6:27 AM |To: [EMAIL PROTECTED] |Subject: [PHP] XML | | |Hi List | |Firstly, this question is arguable more about XML than PHP, but they are |interlinked, so I hope it is "topical" for

RE: [PHP] XML

2003-07-08 Thread Ray Hunter
genbag [mailto:[EMAIL PROTECTED] > |Sent: Tuesday, July 08, 2003 6:27 AM > |To: [EMAIL PROTECTED] > |Subject: [PHP] XML > | > | > |Hi List > | > |Firstly, this question is arguable more about XML than PHP, but they are > |interlinked, so I hope it is "topical" for t

RE: [PHP] XML

2003-07-09 Thread Petre Agenbag
wever, i have used xml for creating sql queries and setting up > configureation files which are extremely reliabe. > > -- > BigDog > > > > On Tue, 2003-07-08 at 15:51, Jeff Harris wrote: > > |-Original Message- > > |From: Petre Agenbag [mailto:[EMAIL PROTECTED]

RE: [PHP] XML

2003-07-09 Thread Ray Hunter
dards that my xml files will follow (dtds, > > schema) and allowing me to create modules (functionality) very > > efficiently and timely. > > > > Also as mentioned xml provides a format for transfering data. However, i > > would not use it with databases

[PHP] XML/MySQL

2003-10-26 Thread Ian Williams
Apologies to anyone also subscribed to php.xml.dev, who will have read this earlier, but it doesn't seem as frequently read as this news group... so I am reposting... Hi I want to write a function that will take any SQL query as a parameter, and generate XML that represents the recordset. e.g. "

[PHP] XML Validate

2003-11-01 Thread Cosmin
Is there a function to validate a XML document(make sure tags are closed/nested)? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] XML DOM

2003-11-03 Thread Ian Williams
I have an XML document as a string $strXml, that looks a little like this: 1 Bob Rover 2 Fred Fido What's the best way to grab a single value from this document? In the past (in VB), I have loaded the XML into a DOM Document, a

[PHP] php-xml

2003-11-17 Thread pnp
Hi, I'm developing a web site for a greek company and I want to show some greek texts from an xml file to an html page. The pages encoding is utf-8. So is the xml file and the xmlparses params. But the output is a bunch of ???... What am I doing wrong? Is there any way to do this? Thanks in a

[PHP] XML Parsing....

2003-11-20 Thread Scott Fletcher
Hi Everyone! I'm having a little trouble understanding how exactly to use the XML parser. I haven't found the right settings to set up the XML Parser's option because of no definition of the encoding setting in the XML tags I received. So, I'll post the script here and hope to get some feedb

[PHP] XML & XSLT

2003-12-05 Thread Nick Wilson
Hi all, under 4.3 is there any way to work with XSLT and XML that *does not* require additional modules etc to be installed? Perhaps a set of classes or somesuch? Many thanks... -- Nick W -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] XML Strategdy

2003-12-11 Thread Mark Roberts
I am about to embark on a project that requires me to access several mysql files (customer order entry), gather the information and output an XML formatted file that will be used as an input file to another accounting application. Question is this. As a seasoned developer, my natural instinct is t

Re: [PHP] XML?

2004-01-09 Thread Ray Hunter
On Fri, 2004-01-09 at 00:30, Jake McHenry wrote: > Can someone point me in the right direction towards creating and > implementing XML with php? I've heard it can make things much easier > on me, and would like more info on it. Also, if anyone has any storys > from using it, might give me an idea o

RE: [PHP] XML?

2004-01-09 Thread Jake McHenry
nfo on how to use it with php. Thanks, Jake McHenry Nittany Travel MIS Coordinator http://www.nittanytravel.com > -Original Message- > From: Ray Hunter [mailto:[EMAIL PROTECTED] > Sent: Friday, January 09, 2004 9:48 AM > To: 'Php-general' > Subject: Re: [PHP]

RE: [PHP] XML?

2004-01-09 Thread Ray Hunter
here. Perhaps. > How does php get the data from the xml docs? Loads up and parses the document. > I guess I'm just looking for info on how to use it with php. XML: http://us2.php.net/manual/en/ref.xml.php DOM XML: http://us2.php.net/manual/en/ref.domxml.php That should get you started

[PHP] xml posts

2004-02-04 Thread Diana Castillo
does anyone know why some xml applications that work when sent with active-x objects dont work when I send the xml with php instead? what can I do to make them arrive in the same way as they do when sent with active-x objects? thank you , -- Diana Castillo -- PHP General Mailing List (http://www.

[PHP] XML Downstream

2004-12-02 Thread Luc Pascal
Hi php-general-team, An large XML Downstream over asp should be saved into a xml-file. If I open the asp website directly (IE6.0). It shows after 15 min a big part of the xml-stream (like if I would open an xml-file with the browser) and a failure at the end. I don't know how to save it into Hardd

  1   2   3   4   5   6   7   8   9   >