-
- Downloads
when copying text nodes in elements or attributes to the output, if
* libxslt/templates.c libxslt/transform.c libxslt/xslt.c libxslt/xsltInternals.h: when copying text nodes in elements or attributes to the output, if interning, then reuse the strings directly without copying them in the output tree if dicts are shared between the context and the output docs. Less allocations smaller output document and no copying involved anymore. Daniel
Showing
- ChangeLog 9 additions, 0 deletionsChangeLog
- libxslt/templates.c 6 additions, 1 deletionlibxslt/templates.c
- libxslt/transform.c 41 additions, 15 deletionslibxslt/transform.c
- libxslt/xslt.c 25 additions, 1 deletionlibxslt/xslt.c
- libxslt/xsltInternals.h 9 additions, 1 deletionlibxslt/xsltInternals.h
Loading
Please register or sign in to comment