1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2026-01-07 21:58:22 +03:00
Nick Wellnhofer d182d8f6ba Fix xsltNumberFormatGetMultipleLevel
Namespace nodes are actually an xmlNs, not an xmlNode. They must be
special-cased in xsltNumberFormatGetMultipleLevel to avoid an
out-of-bounds heap access.

Move the test whether a node matches the "count" pattern to a separate
function to make the code more readable. As a side effect, we also
compare expanded names when walking up the ancestor axis, fixing an
insignificant bug.
2016-03-22 18:20:01 +01:00
2012-09-12 14:07:24 +08:00
2012-09-12 13:51:12 +08:00
2012-11-21 11:34:42 +08:00
2012-09-12 14:37:09 +08:00
2008-03-13 17:46:34 +00:00
2009-05-12 09:04:37 +02:00
2012-11-21 15:36:11 +08:00
2001-01-07 14:01:28 +00:00
2001-01-07 14:01:28 +00:00

     XSLT support for libxml2 (XML toolkit from the GNOME project)

Full documentation is available on-line at
    http://xmlsoft.org/XSLT/

This code is released under the MIT Licence see the Copyright file.
 
To report bugs, follow the instructions at:
  http://xmlsoft.org/XSLT/bugs.html

A mailing-list xslt@gnome.org is available, to subscribe:
    http://mail.gnome.org/mailman/listinfo/xslt

The list archive is at:
    http://mail.gnome.org/archives/xslt/

All technical answers asked privately will be automatically answered on
the list and archived for public access unless pricacy is explicitely
required and justified.

Daniel Veillard

$Id$
Description
Процессор XSLT
Readme 9.3 MiB
Languages
HTML 36.3%
XSLT 31%
C 28.2%
Python 1.2%
Makefile 0.8%
Other 2.4%