Re: [xsl] Unable to get Firefox to apply XSL

Subject: Re: [xsl] Unable to get Firefox to apply XSL
From: "Sebastien Lemay slemay@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 30 Mar 2022 15:37:20 -0000
Your idea of packaging the data and transformation with a batch file and
the Saxon library is good.
I have done this before, but from my experience some users did not have a
Java runtime environment installed on their computers so Saxon would not
work.

Another method I have used is to provide a PowerShell script that
encapsulates calls to the XSLT transform methods of the .net environment.
Although this only works with users running Windows and only supports XSLT
1.0. And then you can still run into security issues with PowerShell
execution policies.

So distributing XSLT transforms that users can run locally is really not
simple anymore...

Le mer. 30 mars 2022 09 h 40, Michele R Combs mrrothen@xxxxxxx <
xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> a C)crit :

> Thanks to everyone who responded.  Unfortunately I think local servers
> etc. would be much too complicated for my audience and require too much
> time/effort to set up for each person (everyone uses their own laptop).
> This is for a library science course, and the only reason my students need
> this setup is so they can complete a single assignment b i.e., to create
an
> EAD-encoded finding guide for the archival collection theybve been
working
> on.  The assignment is intended merely as a brief introduction to finding
> aids encoding, and the simplest way for them to check their work and make
> sure it looks nice/is correct is to view their EAD in their browser.  In
> years past this has been straightforward, but itbs getting progressively
> more difficult to give them a simple turn-key method, what with different
> laptops, different operating systems, and different browsers.  I suppose I
> could give them Saxon and a pre-written batch file so all they have to do
> is double-click; saxon is pretty self-contained.
>
> Anyway, thanks very much for all the options and the discussion b Ibve
> learned a lot and will save all these emails for future reference :)
>
> Michele
>
> On 29-03-22 18:06, Michele R Combs mrrothen@xxxxxxx wrote:
>
> This is XSL-coding-adjacent so Ibm hoping someone knows.
>
>
>
> Firefox is declining to apply an xsl stylesheet to an XML document.  This
> is a pair of documents Ibve used many times over the years for demoing
how
> the browser can be used to apply XSL to render an XML file into HTML.  Last
> year we had to tweak Firefoxbs  privacy.file.unique.origin setting in
> about:config but that particular setting doesnbt seem to be present in
> this latest version of Firefox, at least I donbt see it in about:config,
> nor anything resembling it.  Both the XML and XSL are in the same local
> folder on my desktop.  If anyone knows a fix Ibd be grateful.
>
>
> Thanks
>
>
>
> Michele
>
> *+++++++++*
>
> *Michele Combs* | Lead Archivist
>
> Special Collections Research Center
> *Visit our blog!* library-blog.syr.edu/scrc/
> Syracuse University Libraries
> 222 Waverly Ave
> Syracuse, New York 13244
>
> *t* 315.443-2081 | *e* mrrothen@xxxxxxx | *w* scrc.syr.edu
>
> *SYRACUSE UNIVERSITY*
> syr.edu
>
>
>
> XSL-List info and archive <http://www.mulberrytech.com/xsl/xsl-list>
>
> EasyUnsubscribe <http://lists.mulberrytech.com/unsub/xsl-list/2652055> (by
> email)
>
>
>
> XSL-List info and archive <http://www.mulberrytech.com/xsl/xsl-list>
>
> EasyUnsubscribe <http://lists.mulberrytech.com/unsub/xsl-list/1127818> (by
> email)
> XSL-List info and archive <http://www.mulberrytech.com/xsl/xsl-list>
> EasyUnsubscribe <http://lists.mulberrytech.com/unsub/xsl-list/3367177> (by
> email <>)

Current Thread