Skip to content
Commit af31ef18 authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Precompute XSLT elements after preprocessing

Move the call to xsltStylePreCompute from xsltPrecomputeStylesheet to
later stages of the parsing process. Rename xsltPrecomputeStylesheet
to xsltPreprocessStylesheet. This allows to completely ignore contents
of unknown XSLT elements in forwards-compatible mode.

This is a somewhat dangerous change. If I missed some additional
locations where xsltStylePreCompute must be called, it might result
in errors or performance degradation.

Fixes bug #677901:

https://bugzilla.gnome.org/show_bug.cgi?id=677901
parent 59283258
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment