So now I was trying to implement RSS into our project. We have the file converted to HTML using XSLT and it publishes on the web at http://elab-linux4.bus.umich.edu:8080/%7Emaulinc/Project2/query1.xsql . I did a little research on the web to try to find how we could implement RSS into our project and it looks relatively easy. From what i read in one of the article i found, all we had to do is include a certain dtd into our xml file and few other tags. I followed the process shown on the source but I dont think I have been really that successful. I am sure I think I am missing some minor technicalities like an unspecified tag or wrong link. I am also confused where the </rdf:RDF> tag comes. Does it come write after the definition or at the end of the file. In an example i saw, it was placed at the end. However, it did not work that way. I guess I will have to work a little more on this and see how if I can figure it out. If any one has some helpful resources, i would greatly appreciate it.
Comments