]> git.kaiwu.me - nginx.git/commit
Xslt: parser options now set with xmlCtxtUseOptions().
authorMaxim Dounin <mdounin@mdounin.ru>
Wed, 28 Mar 2012 01:56:49 +0000 (01:56 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Wed, 28 Mar 2012 01:56:49 +0000 (01:56 +0000)
commit5d5c866beecb70fcb5a746f59bd0a4c810b09663
tree87eddccd8ba9f0a7ee0f772eaa4bf988e1c7bb2a
parenta3bdd737e5c5feb3ef7b341fd9f84c5d83d3340b
Xslt: parser options now set with xmlCtxtUseOptions().

Note that "ctxt->loadsubset = 1" previously used isn't really correct as
ctxt->loadsubset is a bitfield now.  The use of xmlCtxtUseOptions() with
XML_PARSE_DTDLOAD is believed to be a better way to do the same thing.

Patch by Laurence Rowe.
src/http/modules/ngx_http_xslt_filter_module.c