Skip to content

Tag Archives: xml content

i want to know how xml work on different database .?

if i make a xml from sqlserver for some recoreset .now if i put this xml into access databese or mysql database ,how i make understood those database the xml content data.is it possible by creating xsd.

PHP/XML/Unicode: How do I display Chinese unicode chars in a php page?

I have an xml file with the unicode codes for chinese characters. Both the HTML and XML file are set to "utf-8." If I write the unicode line directly into the HTML file, it print fine but when I use PHP to echo out the XML content which is the same exact string I get [...]

How can I parse an embedded XML data within e-mail to a database/spreadsheet?

I receive an e-mail from a lead generation source. The xml content is embedded within the file. Is there an automated way I can strip the data from the e-mail and put it into a database or spreadsheet?