Forum Moderators: open

Message Too Old, No Replies

XML to HTML Conversion Information / Softwares

         

Imaster

5:42 am on Oct 5, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I am a newbie to XMl and would like to convert the XML document to HTML using some tool, but have not idea how to do so.

I have the following files: xml files, XSL files, and DTD files for a project.

How do I convert the XML file(s) to HTML output with formatting done.

daveVk

6:49 am on Oct 5, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Place all files in common directory, open xml file using IE 6 or other current browser. Hopefully formated html will be displayed, if not check xml file, should contain line like <?xml-stylesheet type="text/xsl" href="my.xsl"?>, make sure href has correct flie and path. For more info see [w3schools.com...]