Hello anyopne.I ve downloaded saxon XT and would liek to check how it works..I have my xml file and xsl file..all I need it is to make html and see my elements in IE5 How can i do it? I ve tried the following: xt filename.xml filename.xsl ( F3 then) filename.html ( ENTER ) But i dont get any confirmation within saxon.. thaks in advance to anyone who can help have a nice week ( weeekend is close )
Ambrose Tati
Ranch Hand
Joined: Oct 03, 2000
Posts: 55
posted
0
Hello there, I assume that you have installed Saxon and updated your path so that you can run it from anywhere. If at your windows command prompt you just type saxon, it will tell you exactly what parameters it expects. If you type saxon -o <filename>.htm <xml file> <style sheet file> you get <filename>.html as your output file which you can look at using your browser. This of course provided that there are no errors in your style sheet file and that your xml file is valid. Hope this helps Ambrose Tati