I know how to create a very simple .xml file. Now I want to transform it to .html file. I have installed MSXML to my pc where I still very confuse how it is being used, perhaps the documentation provided by Microsoft is some how difficult for me at this level.
Here I have few questions:
Q1)
I have created one hello_world.xml file and one hello_world.xslt file (xslt v1.0). When I open the hello_world.xml file using IE 6.0, string "Hello World" is displayed. Is it what is so called successful xslt transformation? I guess I should have one output file in hello_world.html, right? But I don't see such file. How do I have this file being generated automatically once the .xml file is being executed?
Q2)
What is MSXML actually? I have downloaded it from
http://www.microsoft.com/downloads/d...displaylang=en. From the download list, there are five downloable files. Which one is to be used for installing the MSXML (I only use msxml.msi to install)?
Q3)
I don't see any interface for MSXML. Does it mean that I have to run those thing in command-prompt window?
Any suggestion is much be appreciated.
yengzhai