This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Applying stylesheets externally



> I'm a tech writer rather than a programmer (my programming "expertise" is
> limited to Javascript).  The HTML files I author are stored on our server,
> but I don't have admin privileges.  At this point, I don't have any
XML/XSL
> software other than the browser :) though hopefully that will change in
the
> future.  Right now I don't know enough about XML/XSL to know what software
> to choose.  (I thought I'd better set the context for anyone who replies.)
>
> If anyone can recommend a simple solution, preferably JavaScript, I'd
> welcome it.
>
> Thanks in advance,
> Kathryn
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

The best way to ensure that the client will be able to run your XSLT IMHO is
to simply autoinstall the MSXML3 parser (or above). Download the cab version
from the msdn site and make
a page containing

<object id="MSXML3"
classid="clsid:f5078f19-c551-11d3-89b9-0000f81fe221"
codebase="msxml3.cab#version=8,00,7820,0"
type="application/x-oleobject"
STYLE="display: none">
</object>

and they'll get a question to install msxml3 if they don't already.
Preferable put this on a page for itself that goes to another "onload" so
users with it already installed will get redirected right away

best regards
---
Mattias Konradsson





 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]