English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I play with application software and exports to XML. I would like to find a good but free XML processer (go from XML to .htm)

2007-07-02 17:45:50 · 3 answers · asked by INFOMINDSOLUTIONS 2 in Computers & Internet Programming & Design

3 answers

As Andy mentions, you'll want to learn XSLT. XHTML is HTML that is also XML, so what you want to do is transform your XML file into another XML file that conforms to the XHTML standards.

This transformation is done with XSLT.

2007-07-03 02:23:58 · answer #1 · answered by csanon 6 · 0 0

I'm not sure exactly how you are looking to translate XML into HTML (which would be an *.htm) file as they are really two different types of inputs. HTML is more of a visual formatting language where XML deals explicitly with data. I would look towards having someone code you an application, either in Flash or perhaps PHP that can read in that XML file and then translate it to look appropriately on screen for users.

2007-07-03 00:57:55 · answer #2 · answered by MrSparkle 2 · 0 0

There is not some automatic software to do it. Because there is a companion language to do that, XSLT (XML Styling Language-Transformation variant) for converting one XML definition to another (HTML is an XML definition).

2007-07-03 01:10:21 · answer #3 · answered by Andy T 7 · 0 0

fedest.com, questions and answers