http://swpat.ffii.org/Action against software patents http://www.gnome.org/Gnome2 Logo http://www.w3.org/StatusW3C logo http://www.redhat.comRed Hat Logo http://xmlsoft.org/XSLT/Made with Libxslt Logo The XSLT C library for Gnome
Module numbersInternals from libxslt
API Menu ../index.htmlMain Menu ../docs.htmlDeveloper Menu index.htmlAPI Menu ../ChangeLog.htmlChangeLog 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.htmlMacOsX binaries http://bugzilla.gnome.org/buglist.cgi?product=libxsltBug Tracker http://www.zend.com/php5/articles/php5-xmlphp.php#Heading17XSLT 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.htmlAlphabetic ../APIconstructors.htmlConstructors ../APIfunctions.htmlFunctions/Types ../APIfiles.htmlModules ../APIsymbols.htmlSymbols libxslt-namespaces.htmlPrev libxslt-namespaces.htmlnamespaces index.htmlUp index.htmlAPI documentation ../index.htmlHome ../index.htmlHome libxslt-pattern.htmlpattern libxslt-pattern.htmlNext Implementation of the XSLT number functions 
Table of Contents
Structure #xsltFormatNumberInfoxsltFormatNumberInfo struct _xsltFormatNumberInfo
Typedef libxslt-numbersInternals.html#xsltFormatNumberInfoxsltFormatNumberInfo  * xsltFormatNumberInfoPtr Structure #xsltNumberDataxsltNumberData struct _xsltNumberData
Typedef libxslt-numbersInternals.html#xsltNumberDataxsltNumberData  * xsltNumberDataPtr Description
Structure xsltFormatNumberInfo 
Structure xsltFormatNumberInfostruct _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 xsltNumberDatastruct _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.htmlDaniel Veillard 
