I've been playing round for hours now trying transform the data from this feed to a simple tables in a website. http://www.ipoker.com/next-tournaments/titanpoker-next-tournaments.XML I carnt for the life of me figure out whats going wrong Was just one of many error meassages i get I've tried loads of code snipets but to no joy anyone any ideas what im doing wrong is there something wrong with the feed
I would use a script like this one that uses an HTML template and then just embed the content in the template in tables where you want it to appear. RSS2HTML Script Here is what your template format should be: <HTML> <HEAD> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <TITLE> ~~~FeedTitle~~~ </TITLE> </HEAD> <BODY> <H1>~~~FeedTitle~~~</H1> <H2>~~~FeedDescription~~~</H2> <BR> <TABLE width="100%"> ~~~BeginItemsRecord~~~ <TR> <TD> ~~~ItemPubShortDate~~~ ~~~ItemPubShortTime~~~ </TD> </TR> <TR> <TD> <B><A href="~~~ItemLink~~~">~~~ItemTitle~~~</A></B> </TD> </TR> <TR> <TD> ~~~ItemDescription~~~ <BR> </TD> </TR> ~~~EndItemsRecord~~~ </TABLE> </BODY> </HTML> Code (markup):
what is XML...never heard of it...i am new ------------------------------------------------ Check out our newest FREE Internet Marketing resource at http://www.YourInternetMarketingSites.com ---------------------------------------------------
Extensible Markup Language http://www.w3.org/XML/ RSS2HTML Script is a good script only works with RSS formated feeds though need something a bit more flexible other people do this on there site must be a way
I have a script email me at and i will send it to you, You can see it in action at www dot shnizzy dot com ,,,,,, I display yahoo news on the site its real cool but there is alot to it it will work with any type of server software which is freaking great...