http://swpat.ffii.org/
Action against software patents
http://www.gnome.org/
Gnome2 Logo
http://www.w3.org/Status
W3C logo
http://www.redhat.com
Red Hat Logo
http://xmlsoft.org/XSLT/
Made with Libxslt Logo
The XSLT C library for Gnome
Module numbersInternals from libxslt
API Menu
../index.html
Main Menu
../docs.html
Developer Menu
index.html
API Menu
../ChangeLog.html
ChangeLog
Related links
http://mail.gnome.org/archives/xslt/
Mail archive
http://xmlsoft.org/
XML libxml2
ftp://xmlsoft.org/
FTP
http://www.zlatkovic.com/projects/libxml/
Windows binaries
http://garypennington.net/libxml2/
Solaris binaries
http://www.zveno.com/open_source/libxml2xslt.html
MacOsX binaries
http://bugzilla.gnome.org/buglist.cgi?product=libxslt
Bug Tracker
http://www.zend.com/php5/articles/php5-xmlphp.php#Heading17
XSLT with PHP
http://www.mod-xslt2.com/
Apache module
http://sourceforge.net/projects/libxml2-pas/
Pascal bindings
http://xsldbg.sourceforge.net/
Xsldbg Debugger
API Indexes
../APIchunk0.html
Alphabetic
../APIconstructors.html
Constructors
../APIfunctions.html
Functions/Types
../APIfiles.html
Modules
../APIsymbols.html
Symbols
libxslt-namespaces.html
Prev
libxslt-namespaces.html
namespaces
index.html
Up
index.html
API documentation
../index.html
Home
../index.html
Home
libxslt-pattern.html
pattern
libxslt-pattern.html
Next
Implementation of the XSLT number functions
Table of Contents
Structure
#xsltFormatNumberInfo
xsltFormatNumberInfo
struct _xsltFormatNumberInfo
Typedef
libxslt-numbersInternals.html#xsltFormatNumberInfo
xsltFormatNumberInfo
*
xsltFormatNumberInfoPtr
Structure
#xsltNumberData
xsltNumberData
struct _xsltNumberData
Typedef
libxslt-numbersInternals.html#xsltNumberData
xsltNumberData
*
xsltNumberDataPtr
Description
Structure xsltFormatNumberInfo
Structure xsltFormatNumberInfo
struct _xsltFormatNumberInfo {
int	integer_hash	: Number of '#' in integer part
int	integer_digits	: Number of '0' in integer part
int	frac_digits	: Number of '0' in fractional part
int	frac_hash	: Number of '#' in fractional part
int	group	: Number of chars per display 'group'
int	multiplier	: Scaling for percent or permille
char	add_decimal	: Flag for whether decimal point appears
char	is_multiplier_set	: Flag to catch multiple occurences of pe
char	is_negative_pattern	: Flag for processing -ve prefix/suffix
}
Structure xsltNumberData
Structure xsltNumberData
struct _xsltNumberData {
const xmlChar *	level
const xmlChar *	count
const xmlChar *	from
const xmlChar *	value
const xmlChar *	format
int	has_format
int	digitsPerGroup
int	groupingCharacter
int	groupingCharacterLen
xmlDocPtr	doc
xmlNodePtr	node	: * accelerators *
}
../bugs.html
Daniel Veillard
