mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-29 15:41:13 +03:00
fixed #129327 make sure parser flags get transmitted to the transformation
* xsltproc.c: fixed #129327 make sure parser flags get transmitted to the transformation context * libxslt/documents.c libxslt/transform.c libxslt/xsltInternals.h libxslt/xsltutils.c libxslt/xsltutils.h: add a new call xsltSetCtxtParseOptions() to update parsing options in document() Daniel
This commit is contained in:
@ -138,6 +138,7 @@ Class transformCtxt()
|
||||
printErrorContext()
|
||||
profileInformation()
|
||||
saveProfiling()
|
||||
setCtxtParseOptions()
|
||||
Class stylesheet()
|
||||
# accessors
|
||||
doc()
|
||||
|
Reference in New Issue
Block a user