Subject: RE: XSL implementation in IE5 ??? (fwd)
From: "Schwartz, Todd" <todd.schwartz@xxxxxxxxx>
Date: Fri, 29 Oct 1999 06:51:50 -0700
|
Frederic,
Yes, there is a way in IE5 to dynamically apply a style sheet to an XML
document. Look up the transformNode method in the MS documentation. So,
Dale, or anyone else, how does one do this (dynamically apply a style sheet
on the client side) outside of IE5?
Thanks,
Todd
>
>
> I would suggest NOT doing it with IE5. It uses a
> significantly out-dated
> XSL spec along w/ Microsoft "extensions". I would recommend
> using either
> James Clark's XT (www.jclark.com) or LotusXSL from the IBM
> alphaWorks site.
> However, if you insist on using IE5, you will need to write
> script code that
> accesses the XSL control directly. I'm not much help since I
> quickly got
> fed up with the IE5 implementation, however, the MSDN site
> has a great
> wealth of information for doing XSL the "Microsoft way".
>
> >From: Frederic Schwebel <schwebel@xxxxxxxxxxxxxxxxxxx>
> >Reply-To: xsl-list@xxxxxxxxxxxxxxxx
> >To: Mailing List XSL <XSL-List@xxxxxxxxxxxxxxxx>
> >Subject: Re: XSL implementation in IE5 ??? (fwd)
> >Date: Fri, 29 Oct 1999 11:49:16 +0200 (MET DST)
> >
> >
> >RacerX, i wanted to email you presonnally but your email
> address doesn't
> >work...
> >
> >-------------------
> >Hi, thanks for your reply, I managed to do it, too, but I
> had to mofidy
> >the example.
> >
> >Would you mind sending me the two files (the xml and xsl
> files) you used
> >so that I can see how you managed to make it work ? It could
> help me a
> >lot.
> >
> >And do you know if there is a command in IE5 like "apply
> stylesheet" to
> >apply a stylesheet on a doc already loaded in the browser (instead of
> >putting <?xml-stylesheet type="text/xsl" href="xxxxx.xsl"?>
> in the xml doc
> >itself) ?
> >
> >Thanks again,
> >Frederic
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|