Re: [PHP-DB] Problem with rss-feed generation

2007-06-16 Thread Hassan
I support Neil on this point! But anyway this list has answered many other aspects, so why not some XML? Ruprecht you might like FeedCreator latest stable from here http://www.bitfolge.de/rsscreator it just doesn't generate ATOM 1.0, but all other formats will be readable atleast by IE and Fi

Re: [PHP-DB] Problem with rss-feed generation

2007-06-15 Thread Niel Archer
Hi > Du you know a good tutorial for XML and RSS, possible relating with PHP. Not a tutorial, no. I got my information from the specification documents. You should consider changing your method. Instead of creating the RSS/XMl file manually, try using one of the PHP extensions that will genera

Re: [PHP-DB] Problem with rss-feed generation

2007-06-15 Thread Ruprecht Helms
Hi Niel, > >> firefox tells me that it dislike the closing xml-tag. >> In my quanta-editor it seems that can be difficulties with the tagend of >> the opening xml-line of the second position of the questionmark. > > Because you missed the space in front of it. > > You really need to find out mo

Re: [PHP-DB] Problem with rss-feed generation

2007-06-15 Thread Niel Archer
Hi > firefox tells me that it dislike the closing xml-tag. > In my quanta-editor it seems that can be difficulties with the tagend of > the opening xml-line of the second position of the questionmark. Because you missed the space in front of it. You really need to find out more about XML and RS

Re: [PHP-DB] Problem with rss-feed generation

2007-06-15 Thread Ruprecht Helms
Niel Archer wrote: > Hi > >> ok by beginning the php-code with > Unfortunately my RSSowl tell me that there must be other errors in the >> xml-formating. And I don't got a detailed information what RSSowl >> dislike in the xml-file. > > Try opening it in a browser. Opera, for example, tells you w

Re: [PHP-DB] Problem with rss-feed generation

2007-06-15 Thread Niel Archer
Hi > ok by beginning the php-code with Unfortunately my RSSowl tell me that there must be other errors in the > xml-formating. And I don't got a detailed information what RSSowl > dislike in the xml-file. Try opening it in a browser. Opera, for example, tells you what error it encounters. That'

Re: [PHP-DB] Problem with rss-feed generation

2007-06-15 Thread Ruprecht Helms
Niel Archer wrote: > Hi > > the first line is badly formed > > > > Should be: > > ok by beginning the php-code with http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Problem with rss-feed generation

2007-06-15 Thread Niel Archer
Hi the first line is badly formed Should be: Niel -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php