Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Peter Flynn Newsgroups: comp.text.xml Subject: Re: How do I set a filesystem local stylesheet for xsl transformation? Date: Fri, 20 Jan 2017 00:21:39 +0000 Lines: 25 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Trace: individual.net xx+qiy9GsonQRfKzqVQcYQZJ3j8/nwyDz9reC2XhN/dNQYnTK3 Cancel-Lock: sha1:GfmRbBcDGxS5qkt1LYW7PnMOwSk= User-Agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 In-Reply-To: Xref: csiph.com comp.text.xml:876 On 01/16/2017 03:57 PM, Johann Klammer wrote: > (in linux with firefox) > This snippet: > > > > > > It works ok if I just give href="pcb_ba.xsl" > and the file is in the current directory. > But if I put an absolute path there, > I'll just get a blank screen and the > debugger sez there's no stylesheet loaded. > Same problem if I prefix with file:// or res:// as above. > I can ls and cat the file, as user, > so it's likely not a permissions problem. > > What am i doing wrong? Browser XSLT is so badly broken that it is probably better to use Saxon-CE or Saxon-JS. ///Peter