using search web service
-
Hello I am new to this world and perhaps starting at the wrong end. Anyway. I am developing a web shop. I want to display product information from another source that I have access to. That source is in xml file format. my question is: How can I do display the data from another source on my web side? Hope someone can help. Thank you Halldor
-
Hello I am new to this world and perhaps starting at the wrong end. Anyway. I am developing a web shop. I want to display product information from another source that I have access to. That source is in xml file format. my question is: How can I do display the data from another source on my web side? Hope someone can help. Thank you Halldor
-
1. Get the xml 2. Parse it 3. Create something from that appropriate to your site (consumable by the rest of your site) 4. Pass that off to the rest of your site. More precise details depends on more precise details of the xml and your site.
Thank you jschell I am a little bit closer to what to do. I am trying to build a web shop (with out the cart and the check out functon) and need to display the data on my web site. I have few question´s: 1. Is the XML a separate file stored at my server or is the xml integrated in the xml? 2. Can I use html to display the data in the xml or is java or css necessary? Thank you Halldor
Halldor