Hello,
Please help me. I'm running site made only in html and css and is hosted on Apache server. I cannot change anything, except adding programming code into html head and body.
How I could add Amazon store pages made in xml into my html pages...
Is there any solution for that ?
Thank you very much for help.
You need to look into XSLT which is what you use to turn XML into other formats. W3Schools.com is a good place to start. Just go check out the XSLT tutorials and stuff. Now it has a pretty steep learning curve but thats the right direction in transforming XML to what you can use.
Also note that you are probably going to have to use PHP, ASP or any other server language of your choice.