1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

updated and rebuilt the documentation preparing release of 1.1.3 cleanup

* configure.in, doc/*: updated and rebuilt the documentation
  preparing release of 1.1.3
* libxslt/attrvt.c libxslt/xsltInternals.h: cleanup
Daniel
This commit is contained in:
Daniel Veillard
2004-02-16 15:07:47 +00:00
parent 8eec03e2a9
commit 675732396c
33 changed files with 727 additions and 315 deletions

View File

@ -23,11 +23,11 @@ A:link, A:visited, A:active { text-decoration: underline }
char is_multiplier_set : Flag to catch multiple occurences of pe
char is_negative_pattern : Flag for processing -ve prefix/suffix
}</pre><h3><a name="xsltNumberData" id="xsltNumberData">Structure xsltNumberData</a></h3><pre class="programlisting">Structure xsltNumberData<br />struct _xsltNumberData {
xmlChar * level
xmlChar * count
xmlChar * from
xmlChar * value
xmlChar * format
const xmlChar * level
const xmlChar * count
const xmlChar * from
const xmlChar * value
const xmlChar * format
int has_format
int digitsPerGroup
int groupingCharacter