what version of IE suports xsl?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mali djuro

    what version of IE suports xsl?

    Hi all,
    is there any way to run xml file with xsl stylesheet in IE for versions
    lower than 6.
    Is it like xml parser for? Do i need to install some dll for lower versions?

    thanks


  • Oleg Tkachenko

    #2
    Re: what version of IE suports xsl?

    mali djuro wrote:
    [color=blue]
    > is there any way to run xml file with xsl stylesheet in IE for versions
    > lower than 6.
    > Is it like xml parser for? Do i need to install some dll for lower versions?[/color]
    Yes, you have to install msxml3 (only IE6 comes with it by default).
    --
    Oleg Tkachenko

    Multiconn Technologies, Israel

    Comment

    • mali djuro

      #3
      Re: what version of IE suports xsl?

      thanks
      "Oleg Tkachenko" <olegt@multicon n.com> wrote in message
      news:uWkVQXSRDH A.3768@tk2msftn gp13.phx.gbl...[color=blue]
      > mali djuro wrote:
      >[color=green]
      > > is there any way to run xml file with xsl stylesheet in IE for versions
      > > lower than 6.
      > > Is it like xml parser for? Do i need to install some dll for lower[/color][/color]
      versions?[color=blue]
      > Yes, you have to install msxml3 (only IE6 comes with it by default).
      > --
      > Oleg Tkachenko
      > http://www.tkachenko.com/blog
      > Multiconn Technologies, Israel
      >[/color]


      Comment

      • Dan Brussee

        #4
        Re: what version of IE suports xsl?

        In article <bedshr$3obm$1@ as201.hinet.hr> , mali_REMOVE_dju ro@net.hr
        says...[color=blue]
        > Hi all,
        > is there any way to run xml file with xsl stylesheet in IE for versions
        > lower than 6.
        > Is it like xml parser for? Do i need to install some dll for lower versions?
        >
        > thanks[/color]

        Depends on how / where you are doing the XSL transformation. This is
        often done on the server and produces straight HTML as a result that is
        sent to the client's browser.


        --

        Remove NOT from email address to reply. AntiSpam in action.

        Comment

        • Andy Dingley

          #5
          Re: what version of IE suports xsl?

          On Tue, 8 Jul 2003 09:41:13 +0200, "mali djuro"
          <mali_REMOVE_dj uro@net.hr> wrote:
          [color=blue]
          >is there any way to run xml file with xsl stylesheet in IE for versions
          >lower than 6.[/color]

          Yes, you use the MSXML component. If you install it, it works fine
          with IE4.0. A useful version of it first shipped with IE 5.5 Before
          that it was a non-useful version (for XSLT) and you should be careful.

          But the Interweb is bigger than just IE or Redmond, so be careful not
          to lock out those who aren't using any version of IE.

          Comment

          Working...