1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-04-19 05:42:15 +03:00

5 Commits

Author SHA1 Message Date
Nick Wellnhofer
eaa68b7738 xsltlocale: Make API platform-independent
Make xsltlocale.h more private. This really is an internal header.

Use LCMapStringW on Windows. Make the API platform-independent by
passing locales as `void *`.

Add support for custom locale handlers in a transform context. Update
ICU example to use these handlers.
2023-01-09 18:34:29 +01:00
Nick Wellnhofer
ef14b02cb0 Fix compiler warnings in examples/xsltICUSort.c 2022-10-18 02:44:55 +02:00
Nick Wellnhofer
e7374c3b9f Make xsl:sort thread-safe
xsl:sort with attribute value templates in data-type, order or lang
attributes was never thread-safe since it temporarily modified the
shared xsltStylePreComp structure.

Fixes #78.
2022-10-18 02:25:00 +02:00
Daniel Veillard
0ca0a15ffb Big space and tabs cleanup
Remove spaces followed by tabs, and space and tabs at the end of lines
2012-09-12 14:07:24 +08:00
Daniel Veillard
c6295e84f5 seems I never commited to CVS the example from Richard Jinks Daniel
* Makefile.am examples/xsltICUSort.c: seems I never commited to CVS
  the example from Richard Jinks
Daniel
2004-06-29 07:26:34 +00:00