On Wed, Feb 18, 2015 at 3:23 PM, Jacob Peck <[email protected]> wrote:
> > 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! > ​Thanks for this. I discussed this with my brother Speed, and he is willing to do this. I am working on another idea just now: - Use a page containing just an html <form> to get the desired url from the user. This form will open another page, say results.html, which run a js script on page load. The script will just run an xslt processor on the .leo file on page load using leo_to_html.xsl. This may be a complete client-side solution. We shall see... Edward -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
