altisdesign
Technical User
I've been reading up on XML and RSS, and I can do ASP, so I'm playing around with trying to retrieve XML information (news headlines) which are in an RSS form. I've looked at lots of 4guys articles, which is what my code is based on, and also looked at w3schools, searched this resource, sitepoint forums and snitz, but to no avail. I'm trying to use the following XML file:
The page that should display the results is located at - This should display the headline URL, this is not the finished product of the page, just a test to see if it would work. However, as you can see, it doesnt, I just get a blank table and nothing else. I've messed around with my XSL file to see if I could get it to work, because it appears to load the XML file successfully, but not parse it into XML as it should so then nothing gets displayed Does anyone have any experience with this and ASP?
This is the ASP page I'm using:
This is the XSL file I'm using:
Can anyone tell me what I'm doing wrong and why it doesn't work? I'm at a loss . I wondered if it could be a difference between pure XML and RSS, but I'm not sure.
Many Thanks in advance
-Altis Design
The page that should display the results is located at - This should display the headline URL, this is not the finished product of the page, just a test to see if it would work. However, as you can see, it doesnt, I just get a blank table and nothing else. I've messed around with my XSL file to see if I could get it to work, because it appears to load the XML file successfully, but not parse it into XML as it should so then nothing gets displayed Does anyone have any experience with this and ASP?
This is the ASP page I'm using:
This is the XSL file I'm using:
Can anyone tell me what I'm doing wrong and why it doesn't work? I'm at a loss . I wondered if it could be a difference between pure XML and RSS, but I'm not sure.
Many Thanks in advance
-Altis Design