wolfestone
04-17-2007, 08:10 AM
I have an XML document which contains product data of several products, including product name, price, a brief description and a full description.
I'm using XSLT & CSS to generate an html page displaying all these items in the same order they appear in the XML document.
I also have a manually created RSS file which displays the product names, and brief descriptions plus it needs to incorporate a link to each product.
I need to find a (simple) way to make each link in the rss point to the specific product. Since the html output is generated from the XML, I don't know that I can simply use html anchor links? (as I don't know where they'd go)
An alternative would be to have each link just display the product it links to, whichever is a simpler method would work fine.
Any help or suggestions would be greatly appreciated, I only have a basic grasp of XML.
Thanks in advance.
I'm using XSLT & CSS to generate an html page displaying all these items in the same order they appear in the XML document.
I also have a manually created RSS file which displays the product names, and brief descriptions plus it needs to incorporate a link to each product.
I need to find a (simple) way to make each link in the rss point to the specific product. Since the html output is generated from the XML, I don't know that I can simply use html anchor links? (as I don't know where they'd go)
An alternative would be to have each link just display the product it links to, whichever is a simpler method would work fine.
Any help or suggestions would be greatly appreciated, I only have a basic grasp of XML.
Thanks in advance.