Results 1 to 2 of 2

Thread: Making a newspage read its news from a file

  1. #1
    hajen Guest

    Making a newspage read its news from a file

    Hi!

    I am in charge of a site that has a page with current news, an rss feed and the titles of these news on its frontpage. I am trying to eliminate some work by making the pages read their news from the rss file (xml). Does anyone know of a way to do this with javascript or otherwise? I have some experience with c++, so I should be able to understand javascript code.

  2. #2
    Join Date
    Apr 2009
    Location
    The toon
    Posts
    1,225
    if the content is xml you could include() the file into an area of a page

    PHP allows you to include files but you could look into SSI

    You can format and style XML using XSLT

    http://www.w3schools.com/xsl/

Similar Threads

  1. Making a favicon (.ico) file with Mac Photoshop
    By gnubler in forum Graphic Design
    Replies: 0
    Last Post: 08 Aug 2006, 09:12 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •