On 2/18/2015 10:54 AM, Edward K. Ream wrote:
1.  Visiting http://leoeditor.com/xslt-test.leo does not work.

The browser renders xslt-test.leo xml, not html. That is, the browser does not perform the xslt transformations.
Your web server is configured to send .leo files as MIME type 'text/plain' rather than 'application/xml'. That is a server-side configuration -- contact your webhost, they should be able to put in a rule for you, if it's not against their policy. After that, all should work just peachy!

Proof:

$ curl -v http://leoeditor.com/xslt_test.leo
<...snip...>
< HTTP/1.1 200 OK
* Server nginx/1.6.2 is not blacklisted
< Server: nginx/1.6.2
< Content-Encoding: gzip
< Content-Length: 554
< *Content-Type: text/plain*
< Last-Modified: Wed, 18 Feb 2015 13:12:28 GMT
< Date: Wed, 18 Feb 2015 21:16:54 GMT
<...snip...>

-->Jake

--
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to