Hi!
I tried investigate this bug and as far I can see problem in a different
behavior of the function xmlNodeGetSpacePreserve from libxml2.
We can simplify the existing template to reproduce bug:
bbb
With libxml2 >= 2.8.0 it's OK, but with version < 2.8.0 whitespaces are
On 14/02/2014 15:23, Yura wrote:
Hi!
I tried investigate this bug and as far I can see problem in a different
behavior of the function xmlNodeGetSpacePreserve from libxml2.
Good catch. The change you mentioned above made libxslt actually do the wrong
thing and strip the text node. The releva