Access Database-driven ASP page with embedded RSS feeds

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • beaker
    New Member
    • Feb 2008
    • 3

    Access Database-driven ASP page with embedded RSS feeds

    Access Database-driven ASP page with embedded RSS feeds

    Hi,

    I know very little about web development in general - just some basic html scripting, CSS and a bit of XML. I've inherited a public sector site that is huge, almost entirely database driven and written almost exclusively in ASP.

    There are news, bulletin, events and publications pages which all key off Access databases.

    I need to associate RSS feeds with these pages, so updates to the database that currently drives the ASP pages also drive the RSS feeds.

    I've isolated the queries that should drive each aspect of items in the feed (<title> <description> <link> <pubDate>), but I can't get it to work.

    I'm told by developers at the local University that I need to embed the RSS code into an ASP page so the queries still work, but I haven't a clue.

    I've copied a database driven ASP page from our news section, and inserted the RSS code in various places, but it doesn't work...

    do I start the page with:

    <?xml version... or <!DOCTYPE html... or what...

    or am I missing something else?

    Thanks :)
  • CroCrew
    Recognized Expert Contributor
    • Jan 2008
    • 564

    #2
    Hello beaker,

    If we could see all the code we will be of better service to you in finding a solution to your question/problem.

    We are here for you~

    Comment

    Working...