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

Update news and rebuild documentation

This commit is contained in:
Nick Wellnhofer
2022-02-16 17:11:09 +01:00
parent 5f57550754
commit 27c69e4b5e
16 changed files with 596 additions and 165 deletions

View File

@ -1039,15 +1039,15 @@ The content of this structure is not made public by the API.
xmlHashTablePtr cdataSection : * Global variable or parameters. *
<a href="libxslt-xsltInternals.html#xsltStackElemPtr">xsltStackElemPtr</a> variables : * Template descriptions. *
<a href="libxslt-xsltInternals.html#xsltTemplatePtr">xsltTemplatePtr</a> templates : the ordered list of templates
void * templatesHash : hash table or wherever compiled templates information is stored
void * rootMatch : template based on /
void * keyMatch : template based on key()
void * elemMatch : template based on *
void * attrMatch : template based on @*
void * parentMatch : template based on ..
void * textMatch : template based on text()
void * piMatch : template based on processing-instruction()
void * commentMatch : * Namespace aliases. * NOTE: Not used in the refactored code. *
xmlHashTablePtr templatesHash : hash table or wherever compiled templates information is stored
struct _xsltCompMatch * rootMatch : template based on /
struct _xsltCompMatch * keyMatch : template based on key()
struct _xsltCompMatch * elemMatch : template based on *
struct _xsltCompMatch * attrMatch : template based on @*
struct _xsltCompMatch * parentMatch : template based on ..
struct _xsltCompMatch * textMatch : template based on text()
struct _xsltCompMatch * piMatch : template based on processing-instruction()
struct _xsltCompMatch * commentMatch : * Namespace aliases. * NOTE: Not used in the refactored code. *
xmlHashTablePtr nsAliases : * Attribute sets. *
xmlHashTablePtr attributeSets : * Namespaces. * TODO: Eliminate this. *
xmlHashTablePtr nsHash : the set of namespaces in use: ATTENTION: This is used for execution o
@ -1114,7 +1114,8 @@ The content of this structure is not made public by the API.
int templNr : Nb of templates in the stack
int templMax : Size of the templtes stack
<a href="libxslt-xsltInternals.html#xsltTemplatePtr">xsltTemplatePtr</a> * templCalledTab : templates called
int * templCountTab : .. and how often
int * templCountTab : .. and how often Conflict resolution
int position
} xsltTemplate;
</pre><p/>
</div>