Can XML run on Window 95? If yes, what file do I have to install because I know you have to install some type of parser file. In window xp, it is automatically installed.
Also, what is the difference between xsl and xslt?
Thanks
Printable View
Can XML run on Window 95? If yes, what file do I have to install because I know you have to install some type of parser file. In window xp, it is automatically installed.
Also, what is the difference between xsl and xslt?
Thanks
you dont 'RUN' xml. the parser is just a dll you can use in your apps..and yes the dll can be isntalled on 98
I believe that xsl and xslt are really the same, but xslt is the term when you use XPath..I think.
Where can I confirm this? I think it is the same thing too.Quote:
Originally posted by Cander
I believe that xsl and xslt are really the same, but xslt is the term when you use XPath..I think.
I read some where yesterday that you need at least Internet 5.0 to display xml files. Do you think this is true? Otherwise, I think what I read, it meant that IE 5.0 comes with the parser dlls.
IE comes with the MS XML parser, but there's parsers for other languages that are not made by MS. There's one called expat written in C or C++ used by Perl and I think Mozilla - Java probably has its own as well.
erm Java 1.4 now has the xml parser in it :), and yes you do need at least IE 5 (though i think it is 5.5, but i could be wrong) to view the xml properly