I have a xml file and want to convert it to a HTML file.
Can someone tell me what kind of components I can use for this and where I can find a manual on how to use these components ?
If you want to intelligently transform the XML file into HTML (i.e. not just rely on a browser interpreting and rendering the file correctly), it would be worth you looking at XSLT (
in more detail as it can be used for any text-based transformations. It gives you the ability to powerfully filter and style your XML file to give the desired HTML output.
Clive
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"To err is human, but to really foul things up you need a computer." (Paul Ehrlich)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To get the best answers from this forum see: faq102-5096
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.