[PHP] Re: XML parser error ..

2006-11-22 Thread Myron Turner
Delete the initial extra line in: > $xml_data = << > The XML Parser expects the XML document to start with a valid XML statement, which in your file is: but yours starts with an newline. $xml_data = << onewaylife wrote: Hi all I am novice in XML. I have just started to creating PHP pa

Re: [PHP] Re: XML parser for PHP5

2004-09-15 Thread Matthew Sims
> Matthew Sims wrote: > >> My fault, I should have been more specific. An RSS reader. :) I was >> using >> xmlParser-0.3 and feedParser-0.5 to display news sites. Since I've >> converted to PHP5, they no longer work for me. > > definitely a combination of simplexml and DOM would work. You need DOM

Re: [PHP] Re: XML parser for PHP5

2004-09-15 Thread Greg Beaver
Matthew Sims wrote: My fault, I should have been more specific. An RSS reader. :) I was using xmlParser-0.3 and feedParser-0.5 to display news sites. Since I've converted to PHP5, they no longer work for me. definitely a combination of simplexml and DOM would work. You need DOM in order to determ

Re: [PHP] Re: XML parser for PHP5

2004-09-15 Thread Matthew Sims
> Matthew Sims wrote: > >> Anyone know any good XML parsers that work with PHP5? Most of what I can >> find on freshmeat are still using PHP4 classes and Google isn't turning >> up >> much either. > > What do you want to do? This parses xml pretty well: > > $parsed = simplexml_load_file('filename

[PHP] Re: XML parser for PHP5

2004-09-15 Thread Greg Beaver
Matthew Sims wrote: Anyone know any good XML parsers that work with PHP5? Most of what I can find on freshmeat are still using PHP4 classes and Google isn't turning up much either. What do you want to do? This parses xml pretty well: as does this load('filename.xml'); ?> The first one is brillian

[PHP] Re: xml parser und bestehende variablen - multilinguale app

2003-11-24 Thread Lucian Cozma
If you want that all the users will be able to help you, please post in English. Lucian "Merlin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hallo zusammen, > > ich möchte gerne meine bestehende app in mehreren Sprachen anbieten. > Dazu habe ich mir ein xml parser package instal

[PHP] Re: XML Parser

2002-10-01 Thread Manuel Lemos
Hello, On 10/02/2002 01:15 AM, Khalid El-Kary wrote: > 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 w

[PHP] Re: XML-parser

2002-05-13 Thread Michael Virnstein
http://sourceforge.net/projects/phpxpath/ <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > 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.