Hello
I am somewhat new to XML but have a 'full' knowledge of PHP. I have a database of products which contain some HTML tags. What I have been asked to do is take all the information from the products database and export it to an XML file then pull the information on the web site from the XML file.
I have coded everything already and the system works perfectly. The only problem is when I am trying to add product descriptions to the XML file AND when I attempt to call the information FROM the XML file. Both actions are done using PHP (i can include code if need be... it is rather long). I am sure it might be something as simple as using <i > for italics rather than <i> or setting up an XSLT - but I have not found anything that deals directly w/ my problem.
Thanks