xsl-list
[Top] [All Lists]

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

2022-03-30 14:48:07
As I'm slowly catching up on my emails I noticed that Norm already proposed the same thing. Sorry for the redundancy. OTOH, it tells you that's a broadly accepted approach...

On 30.03.2022 21:30, Imsieke, Gerrit, le-tex 
gerrit(_dot_)imsieke(_at_)le-tex(_dot_)de wrote:
What I tend to do recently when I need a directory served via HTTP is to fire up an Apache docker container with the current directory mapped into its htdocs directory. With virtualization activated and Docker Desktop installed on my Windows computer, I just issue

$ docker run -dit --name my-apache-app -p 8080:80 -v "$PWD":/usr/local/apache2/htdocs/ httpd:2.4

on the WSL command line, as they recommend on https://hub.docker.com/_/httpd

I must acknowledge that it requires a significant amount of infrastructure to be set up beforehand. Infrastructure that is very useful for all kinds of purposes nonetheless.

Gerrit

--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>