suicide1405241470 0 Report post Posted September 7, 2004 Hi, I am looking for a way to embed external rss/xml files into my html page, how/is this possible? Share this post Link to post Share on other sites
r3d1405241470 0 Report post Posted September 8, 2004 yesw/ pure html no server side script here is a sample zip file HEREthe zip contains .html .xml .xslthe html reads the xml and use the style from xsl i use this script on my old site the downside is it can only be viewed w/ internet explorer hopefully, you can use php and other server side script to read or grab rss/xml news feeds and it is browser independent Share this post Link to post Share on other sites
FirefoxRocks 0 Report post Posted March 5, 2008 Hi, I am looking for a way to embed external rss/xml files into my html page, how/is this possible?Yes, this is through JavaScript and the XmlHttpRequest object (I think that's what it is called). If you need to do it through a server-side scripting technology such as PHP or ASP, it is technically called AJAX (asynchronized javascript and XML). But as for client-side scripting, you can do it all through JavaScript.Here is a real live example: http://forums.xisto.com/no_longer_exists/The JavaScript is right on the page, it isn't in an external file. As you can see, it loads an XML file into the browser and grabs the text nodes of specific elements into variables, which I can pass onto the correct <div> or <td> or whatever.Hope this helps Share this post Link to post Share on other sites
iGuest 3 Report post Posted November 27, 2009 xml fileEmbedding XML into HTMLI am a designer.I have an xml file .How to attech the the xml file to html file .I have xml slide show.How to do it?-reply by satish Share this post Link to post Share on other sites
iGuest 3 Report post Posted July 31, 2011 ill try to helpEmbedding XML into HTMLReplying to (G)satishill try to help. Ive ben trying at the same thing. -reply by mistery{ooooooooh} Share this post Link to post Share on other sites
FirefoxRocks 0 Report post Posted November 7, 2011 Well it's been a few years now, but currently I would say that using jQuery or another JavaScript framework (MooTools or something like that) would be the best way to do this. Share this post Link to post Share on other sites