Hi,<br><br> this is initial patch that allows xslt files to be placed relatively to defined xslt root.<br> Its variation of similar patch I've sent before (<a href="http://mailman.nginx.org/pipermail/nginx-devel/2012-January/001669.html" target="_blank">http://mailman.nginx.org/pipermail/nginx-devel/2012-January/001669.html</a>).<br>
<br> First patch only reorganizes processing of xslt_stylesheet and xslt_entities directives, to make relative files use possible.<br> Instead of parsing them directly, they are processed in location merge function.<br>
DTD parsing has been slightly modified to work in the same way as stylesheet parsing (and use ngx_conf_full_name).<br>
<br>Sam<br>