<div dir="ltr">Hi<div><br></div><div>I am using </div><div><a href="https://gist.github.com/wilhelmy/5a59b8eea26974a468c9">https://gist.github.com/wilhelmy/5a59b8eea26974a468c9</a><br></div><div><br></div><div>for</div><div><br></div><div><br></div><div><div>    location /ts/ {</div><div>        #autoindex on;</div><div>        #autoindex_format html;</div><div>        try_files $uri @autoindex;</div><div>    }</div><div><br></div><div><br></div><div>    # need xlst module</div><div>    location @autoindex {</div><div>        autoindex on;</div><div>        autoindex_format xml;</div><div>        xslt_stylesheet xslt/dirlist.xslt path='$uri';</div><div><br></div><div>    }</div></div><div><br></div><div><br></div><div>my problem is, i have a file with a % in it and I need to escape / encode it as a uri </div><div><br></div><div>but when I use the xml functions to encode a uri I get function not found.</div><div><br></div><div>more reading I need xslt 2 not 1. how can I tell if I am using 1 or 2 ?</div><div><br></div><div>A</div></div>