HTML - Xml Feed Into Html Page
Hi,
Please can you tell me how I put the following XML feed Code: http://www.thomsonfly.com/generated/flight-offers.xml into the following HTML web page???? Thanks! Code: <html> <head> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta http-equiv="Content-Language" content="en-us"> <title>Contact Us</title> </head> <body> <div align="center"> <center> <table border="0" width="1133"> <tr> <td valign="top" width="104"> </td> <td valign="top" width="900"> <p align="left"><span lang="en-gb"> <font size="5" face="Verdana" color="#FF6600"> Book It Yourself</font></span></td> <td width="6"></td> <td width="6"></td> <td width="5"></td> </tr> <tr> <td valign="top" width="104"> <p><span lang="en-gb"><font face="Verdana" size="2"> <a href="http://www.itstravel.co.uk/index.htm">Home</a></font></span></p> <p><span lang="en-gb"><font face="Verdana" size="2"><a href="http://www.itstravel.co.uk/about.htm">About Us</a></font></span></p> <p><span lang="en-gb"><font face="Verdana" size="2"> <a href="http://www.itstravel.co.uk/israelholidays.htm">Israel Holidays</a></font></span></p> <p><span lang="en-gb"><font face="Verdana" size="2"><a href="http://www.itstravel.co.uk/pilgriminfo.htm"> Pilgrim Tours</a></font></span></p> <form name="Menu1"> <p><select name="Link" size="1"> <option selected value="http://www.itstravel.co.uk/index.htm">Book It Yourself</option> <option value="http://www.itstravel.co.uk/bookflight.htm">Flight</option> <option value="http://www.itstravel.co.uk/bookhotel.htm">Hotel</option> <option value="http://www.itstravel.co.uk/carrental.htm" target="_blank">Car Rental</option> <option value="http://www.purpleparking.com/its/"> Airport Car Park</option> <option value="http://www.its.goldcover.net/">Insurance</option> </select> </p> <p> </p> <p> <input type="button" value="Go" onClick="window.location = document.Menu1.Link.options[document.Menu1.Link.options.selectedIndex].value;"> </div> </p> <p><font face="Verdana" size="2"><span lang="en-gb"><a href="http://www.itstravel.co.uk/newsletter.htm">Newsletter</a></span></font></p> <p><span lang="en-gb"><font face="Verdana" size="2"><a href="http://www.itstravel.co.uk/contact.htm"> Contact Us</a></font></span></p> <p><span lang="en-gb"><font face="Verdana" size="2"><a href="http://www.itstravel.co.uk/links.htm">Links</a></font></span><br> <br> <a target="_blank" href="http://www.abta.com"><img src="Images/abta.jpg" alt="abta" width="85" height="40" border="0"></a><br> <a target="_blank" href="http://www.caa.co.uk/default.aspx?catid=27"> <img src="Images/caa.jpg" alt="caa" width="41" height="43" border="0"></a><img src="Images/IATA%20JPEG.jpg" alt="iata" width="56" height="39" border="0"></p> <p></td> <td valign="top" width="900"> <p align="center"> </p> <p align="center"><span lang="en-gb"><font face="Verdana" size="2">Click on any of our partner Flight Operators below and <br> go ahead to book your own flight to anywhere in the world</font></span>!<span lang="en-gb"><font face="Verdana" size="2"> <br> </font></span></p> <p align="center"> <a href="http://www.thomson.co.uk/canberra/click?target=www.thomson.co. uk&source=41&cid=1&sid=publisherpagelocation" target="_blank"> <img src="http://www.lduhtrp.net/image-2227511-10362993" width="468" height="60" alt="Thomson Holidays - Click Here!" border="0"/></a> </p> <p align="center"> <span lang="en-gb"><font face="Verdana" size="2"><br> <a>http://www.thomsonfly.com/generated/flight-offers.xml</a> </font></span></p> <blockquote> <blockquote> <blockquote> <blockquote> <form> <table cellpadding="2" cellspacing="0" border="0" bgcolor="#FFFFFF" height="262"> <tr> <td align="middle" height="21"> </td> </tr> <tr> <td align="center" height="20"> </td> </tr> </table> <INPUT TYPE=hidden NAME=FCode VALUE="72ws89md"> </form> </blockquote> </blockquote> </blockquote> </blockquote> </td> <td valign="top" width="5"> <p align="left"></td> </tr> <tr> <td valign="top" width="5"> </td> </tr> <tr> <td valign="top" width="5"> </td> </tr> </table> </center> </div> </body> </html> Similar TutorialsIs there a way to have an RSS Feed Preview automatically display on a web page without using iFrame? Thank you. Eckersen Hey guys, I was wondering if anyone knew how to implement an RSS feed into the home page of a website? We're looking to add one to increase SEO (mainly just to test at the moment and see if it helps). If anyone could help that'd be great! I'm using cPanel if that counts for anything....cheers! Hi, Background: I have a small page that need to be embeded into a bounch of other html pages. Help needed: 1. Please provide the html chunk that I can use to embed the small page in to other html pages. 2. Is there a way of not using iframe? Can I use <Object> or <embed>? How? --------------------------- mba colleges in london hospitality management diploma Hi peeps, I apologise if this is in the wrong section, if so, please move to appropriate category. I have a basic understanding of HTML coding and I am attempting to learn new skills and tricks to help me in my development. I am currently in the process of developing a new site for myself and on this site I will have a news page, which I update weekly with news from the industry. I was wondering what is the best way of going about new news articles (written by myself, not taken from external sources) and also how to automatically update the 'news' snippet on the homepage when I add a new news article? Any advice or pointers in the right direction would be greatly appreciated. Thanks HI everyone, I am in process of creating a sample page. I need to pass values from one HTML page and i should get those values in other page. For example i have used two sample pages like, sample.html l<html> <head> <title> My first page </title> </head> <body> <a href="sample1.html" id="1001">Welcome to html </a> </body> </html> sample1.html <html> <head> <title> My second page </title> </head> <body> <a href="sample1.html">Sample HTML page values came here</a></body> </html> I have used those two sample pages and i need to get the value of id="1001" in sample 1.html page could anyone help me to solve this problem. Thanks in advance Regards, Martin I believe in thread titles that get to the point. I have a basic page, when the page loads I want people to see the top of the page for a few seconds while a flash starts to load but then I want the page to scroll down a bit so the visitor can see the flash load progress status. I just want code that I can copy into my page. I don't have access to the flash code. Greg (the page under design) www.mytcanada.com/designer.html I have a programmer in the US who starts pages for me and then I much around with them until it's looks like I want. He helps me when I get stuck but he's on holidays. Any help would be great. Hi, Is there any possible to show a HTML or ASP page inside the table. I have tried with frames but i dont know how to execute exacltly. Thanks I am stuck with this stupid code that i have been trying to fix for an hour! Please help. Heres my problem...: I want to embed a webpage within another and scroll it to the bottom of the page automaticly because i want the information at the bottom which is updated frequently. I also dont want a scroll bar, so all that is seen is the table. the website is www.totalfta.com. I want from below the ENTER|EXIT sign to the bottom of the table. I have attached what i have so far. ***I have the embed into another page, and the no scroll bar... i just want to make it auto scroll to the table..**** Thank you..! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-... <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Tester</title> </head> <iframe height="410" width="100%" frameBorder="0" src="http://www.totalfta.com" mce_src="http://www.totalfta.com" scrolling="no" body onLoad="for (i=0;i<window.screen.availHeight;i++) {window.scroll(0,i); }"</iframe> <body> Hey all, me and my friend have a cleaning company and we deciced to make a webpage. It's been a good 6 years since i have worked on a website. My biggest accomplishment so far was getting the contact form to work properly on the site. It does, i feel like i've done alot lol. Anyway, the current design is a rough layout (suggestions are welcome). It still needs a lot of little touches to make it look more "full". My biggest concern now is when your clicking from page to page the table jumps around. In firefox, the Contact Us and Services page are perfect, nice and centered. The image i'm using where the navigation buttons are is in place as well. When you go to the other pages though the table moves a bit and it looks like the image i'm using where the navigation buttons are starts to repeat. In Internet Exploder, everything doesn't look centered. There seems to be more space on the right than on the left, but the image i'm using for the navigation buttons seems to be fine, it's not repeating. I dunno what's causing this. I know different browsers display stuff in different ways but i'm far from having a good understanding as to why (that's why i'm here). I even copied txt from one of the messed up pages and pasted it on one of the pages that is ok and that didn't work. I assume it's a CSS thing. Also, try and avoid saying things like "Table designs are for teh n00bz!11!" or "This is why CSS is better than using a table design!!!". This is how i did it. Im ok with CSS but i don't have a thorough understanding of it to design an entire website using CSS. I'm hoping this is an easy CSS fix, or maybe something else? The website is www.gocleantoday.com. Thanks. Hello Friends, I need a tool which can remove HTML comments from an HTML page. I don't want to create a regular expression to remove HTML comments rather I need a tool which should have command line support also so that it can be integrated with build process. Please advice. Thank you. How to link one page to another page in HTML? ------------------------------------------------------ Hi, I am new to HTML coding and am not aware of all the options that are available with HTML, my requirement is as below I have a page 1.html on the server to which i don't have the edit access, I have some data which I check on this page at regular intervals of 10 seconds...... Now my problem lies here since this page is not editable i cannot change the refresh settings for 1.HTML My query : Is there an option available wherein I create my own page 2.HTML on my local desktop and write a code in 2.html such that page 1.HTML is refreshed every 10 seconds and obviously 2.html being open all the while.. Any kind of suggestions will be appreciated.... Thanks, Jay Hello I have a custom made template which is done using html. I also have phpproxy which uses .php and I would like on my index.html page to call the index.php in the table created for text content. i have tried to use the include comand however it doesnt have any effect. any and all help appreciated. Thank you This is The template This is phproxy Can I put an HTML page within a html page in a table? I have this template that I need to email to people, it will not be on my website. Wow ever I need to change the information in one table every few days. The information is live I think it's called. It's like if I place google adsense in that table and decide to change it to ad-clicks later, I can't send everyone a new template, I need to be able to change just the information within that table. I'm going to go read up on frames, haven't used them in years. Any ideas! ~eDee I am using this type of format for my rss feed: <?xml version="1.0" ?> <rss version="2.0"> <channel> <title>Bestsellersworld.com</title> <description>The latest book reviews for Bestsellersworld.com and Mysteries Galore</description> <link>http://www.bestsellersworld.com</link> <item> <title>The 5th Horseman by James Patterson</title> <link>http://www.bestsellersworld.com/reviews/patterson-the_5th_horseman.htm</link> </item> It works fine but I was wonder if there is a way I could add an image cover to the feed and if so how do I do it? Hi, I'm having a little trouble finding out how to do a simple rss feed into an i-frame. I have an blogger account but I tried using a javascript tutorial and what came out on my site was an odd gray box with just the posts headline and a link to the post. is it easier to use the atom xml blogger thing? such http://soniccycling.blogspot.com/atom.xml. I would like the feed to show up as simple html that I can add css to. Can anyone point me in the direction of a tutorial, or something? Thanks in advance for the help. Not sure where to post this as there isn't really a section for XML / RSS. Mods - Feel free to move it to somewhere else i appropriate. I have written an RSS feed which I want to place on a website I'm managing. Here's my code. Code: <?xml version="1.0"?> <rss version="2.0"> <channel> <title>Latest Snooker Table</title> <description>Leamington and District Snooker League Tables</description> <link>http://swweb.frih.net/LDBSA</link> <item> <title>Snooker Tables - 24th May 2007</title> <description> <h2>Premier Division</h2> <table style="font: 10pt verdana, arial;padding:5px;border:1px solid #000;border-collapse:collapse;"> <tr> <th style="text-align:left;border:1px solid #000;border-collapse:collapse;">Team</th> <th style="border:1px solid #000;border-collapse:collapse;">Pld</th> <th style="border:1px solid #000;border-collapse:collapse;">Won</th> <th style="border:1px solid #000;border-collapse:collapse;">Lost</th> <th style="border:1px solid #000;border-collapse:collapse;">Pts</th> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Shades 2nd</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">17</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">2</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">94</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Kenilworth Conservatives 1st</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">16</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">2</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">83</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Nelson 1st</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">10</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">8</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">75</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Cubbington 1st</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">11</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">7</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">67</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Shades 4th</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">8</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">10</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">65</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Harbury 1st</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">8</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">10</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">56</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Windsor</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">10</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">8</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">53</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Warwick Conservatives 1st</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">8</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">10</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">52</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Lillington 3rd</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">5</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">13</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">39</td> </tr> <tr> <td style="border:1px solid #000;border-collapse:collapse;">Harbury 3rd</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">19</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">4</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">14</td> <td style="text-align:center;border:1px solid #000;border-collapse:collapse;">20</td> </tr> </table> <br /> <br /> <b>Related Link</b>: <a href=http://swweb.frih.net/LDBSA/s_tables.php>http://swweb.frih.net/LDBSA/s_tables.php</a> </div> </description> <link>http://swweb.frih.net/LDBSA/s_tables.php</link> </item> </channel> </rss> Now I want to simply update this file each week by changing the date in the title, and obviously update the table positions etc. I have tested this, and although the news readers I am testing in download the original message. When I updste the message and re-upload it to my web server, the readers will not download the new updated message. Is it because they think it's the same message as previously? Is there a setting I can code within the <item> tag that will let readers know it has been updsted? Or maybe giving the items an ID, which I can increment each time, and therefore telling the readers that it's a new version of the file? I want to just update this each week, upload it to the server and know that people who've subscribed to it will get the new message. I have tested this using Outlook 2007 and Thunderbird 2.0 The feed can be accessed from http://swweb.frih.net/LDBSA/snookertables.xml Hi there. I currently use a news feed widget from BlastCasta.com on a website for a leading gymnast, however i notice sometimes the news feed covers stories about someone with the same name (ie, they are not relevent to the gymnast at all!) Is there any way at all of using something else/something better? I am completely ignorant when it comes to News feeds/widgets and how to implement them. Any advice would be fantastic. See the current news feed page at http://www.bethtweddle.com/news.html At my current job, i send out html newsletters to subscribers.It has around 8 headings with a brief summary of each.(legal mostly).I have uploaded the newsletter as a webpage on the local website. Now i wanted to create an rss feeds but dont really feel like ive to do more coding to make it rss ready. I read that you have add start item,start desciptions to all headings etc etc. from this site http://www.wotzwot.com/example1.htm Does the above site mean that all rss reader all over go by those rules? IGNORE Is there a way i can create an rss feed.I tried many sites and they do generate the feed but putting it on the webpage to show up doesnt really work nicely. I tried wigitze and currently using rss2html http://rss.budgetwebdesign.org/ website to convert it to html format for better embedding.I have a few legal sites with rss feeds and most of them are in xml format. It;s a lot of work just getting the newsletter to where it is and more work to code it too xml etc. IGNORE One question i have is that, unlike news rss feeds, mine doesnt link up to each heading instead just to the whole html newsletter page on the site. Is there a jumplink involved to that specific heading etc.(i know more coding will be involved but it will be great to have ti that way) Any advice on how to go about this. thanks Hi all not sure if this is in the right place but here goes... I need to add an rss feed on to a clients site and have no knowledge of how to do this... I need to get the feed from he http://news.cnet.com/8300-11128_3-54...ag=rtcol;about once the feed is on the site i presume i can style links and backgrounds of divs/iframes? If someone can point me in te right direction or has any words of advice i would really appreciate it! thanks matt |