Hi,
Is it possible to convert an html to xml using php. If possible please give an example
Thanks in advance
Hari
HTML to XML
Moderator: General Moderators
Re: HTML to XML
The main idea is to convet an html file to xml for flex display. I have file called display.php in that i am displaying a content using table, i need to make the content displayed in the table as an xml format
Re: HTML to XML
You may have to create your own format for xml using simple_xml class of php.
The access to the same through the flash can be done through XML object.
The access to the same through the flash can be done through XML object.
Re: HTML to XML
am not familiar about flex, but isn't htm already an xml in a very close sense ? which is why i am surprised you want html->xml converter. it looks like double work to me. just curious.harish2kr wrote:The main idea is to convet an html file to xml for flex display. I have file called display.php in that i am displaying a content using table, i need to make the content displayed in the table as an xml format