diff --git a/doc/html/libxslt-variables.html b/doc/html/libxslt-variables.html index c97c2a2f..2b54914f 100644 --- a/doc/html/libxslt-variables.html +++ b/doc/html/libxslt-variables.html @@ -41,7 +41,7 @@ A:link, A:visited, A:active { text-decoration: underline }
style:the XSLT stylesheet
cur:the "param" element

Function: xsltParseGlobalVariable

void	xsltParseGlobalVariable		(xsltStylesheetPtr style, 
xmlNodePtr cur)

Parses a global XSLT 'variable' declaration at compilation time and registers it

style:the XSLT stylesheet
cur:the "variable" element

Function: xsltParseStylesheetCallerParam

xsltStackElemPtr	xsltParseStylesheetCallerParam	(xsltTransformContextPtr ctxt, 
xmlNodePtr inst)
-

Processes an xsl:with-param instruction at transformation time. The value is compute, but not recorded. NOTE that this is also called with an *xsl:param* element from exsltFuncFunctionFunction().

+

Processes an xsl:with-param instruction at transformation time. The value is computed, but not recorded. NOTE that this is also called with an *xsl:param* element from exsltFuncFunctionFunction().

ctxt:the XSLT transformation context
inst:the xsl:with-param instruction element
Returns:the new xsltStackElemPtr or NULL

Function: xsltParseStylesheetParam

void	xsltParseStylesheetParam	(xsltTransformContextPtr ctxt, 
xmlNodePtr cur)

Registers a local XSLT 'param' declaration at transformation time and evaluates its value.

ctxt:the XSLT transformation context
cur:the XSLT 'param' element

Function: xsltParseStylesheetVariable

void	xsltParseStylesheetVariable	(xsltTransformContextPtr ctxt, 
xmlNodePtr inst)
diff --git a/doc/html/libxslt-xsltInternals.html b/doc/html/libxslt-xsltInternals.html index f229b710..e4764d7a 100644 --- a/doc/html/libxslt-xsltInternals.html +++ b/doc/html/libxslt-xsltInternals.html @@ -677,7 +677,7 @@ The content of this structure is not made public by the API.
style:an XSLT stylesheet
Returns:the number of the slot

Function: xsltAllocateExtraCtxt

int	xsltAllocateExtraCtxt		(xsltTransformContextPtr ctxt)

Allocate an extra runtime information slot at run-time and return its number This make sure there is a slot ready in the transformation context

ctxt:an XSLT transformation context
Returns:the number of the slot

Function: xsltCompileAttr

void	xsltCompileAttr			(xsltStylesheetPtr style, 
xmlAttrPtr attr)
-

Precompile an attribute in a stylesheet, basically it checks if it is an attrubute value template, and if yes establish some structures needed to process it at transformation time.

+

Precompile an attribute in a stylesheet, basically it checks if it is an attribute value template, and if yes, establish some structures needed to process it at transformation time.

style:a XSLT process context
attr:the attribute coming from the stylesheet.

Function: xsltCreateRVT

xmlDocPtr	xsltCreateRVT		(xsltTransformContextPtr ctxt)

Creates a Result Value Tree (the XSLT 1.0 term for this is "Result Tree Fragment")

ctxt:an XSLT transformation context
Returns:the result value tree or NULL in case of API or internal errors.

Function: xsltDecimalFormatGetByName

xsltDecimalFormatPtr	xsltDecimalFormatGetByName	(xsltStylesheetPtr style, 
xmlChar * name)
diff --git a/doc/libxslt-api.xml b/doc/libxslt-api.xml index c9f10921..81c7e67d 100644 --- a/doc/libxslt-api.xml +++ b/doc/libxslt-api.xml @@ -1030,7 +1030,7 @@ extension element'/> +list held by xsltStylesheet.'/> - Precompile an attribute in a stylesheet, basically it checks if it is an attrubute value template, and if yes establish some structures needed to process it at transformation time. + Precompile an attribute in a stylesheet, basically it checks if it is an attribute value template, and if yes, establish some structures needed to process it at transformation time. @@ -2606,7 +2606,7 @@ exits'/> - Processes an xsl:with-param instruction at transformation time. The value is compute, but not recorded. NOTE that this is also called with an *xsl:param* element from exsltFuncFunctionFunction(). + Processes an xsl:with-param instruction at transformation time. The value is computed, but not recorded. NOTE that this is also called with an *xsl:param* element from exsltFuncFunctionFunction(). diff --git a/libxslt/attrvt.c b/libxslt/attrvt.c index 9744dfb3..a885526e 100644 --- a/libxslt/attrvt.c +++ b/libxslt/attrvt.c @@ -173,7 +173,7 @@ xsltSetAttrVTsegment(xsltAttrVTPtr avt, void *val) { * @attr: the attribute coming from the stylesheet. * * Precompile an attribute in a stylesheet, basically it checks if it is - * an attrubute value template, and if yes establish some structures needed + * an attribute value template, and if yes, establish some structures needed * to process it at transformation time. */ void diff --git a/libxslt/variables.c b/libxslt/variables.c index 019486e7..4c972a41 100644 --- a/libxslt/variables.c +++ b/libxslt/variables.c @@ -1969,7 +1969,7 @@ xsltVariableLookup(xsltTransformContextPtr ctxt, const xmlChar *name, * @inst: the xsl:with-param instruction element * * Processes an xsl:with-param instruction at transformation time. - * The value is compute, but not recorded. + * The value is computed, but not recorded. * NOTE that this is also called with an *xsl:param* element * from exsltFuncFunctionFunction(). * diff --git a/libxslt/xslt.c b/libxslt/xslt.c index 53d43c38..77f618c1 100644 --- a/libxslt/xslt.c +++ b/libxslt/xslt.c @@ -5498,7 +5498,7 @@ error: /** * xsltIncludeComp: - * @cctxt: the compilation contenxt + * @cctxt: the compilation context * @node: the xsl:include node * * Process the xslt include node on the source node diff --git a/libxslt/xsltInternals.h b/libxslt/xsltInternals.h index 4ac51446..14a971aa 100644 --- a/libxslt/xsltInternals.h +++ b/libxslt/xsltInternals.h @@ -470,7 +470,7 @@ typedef void (*xsltElemPreCompDeallocator) (xsltElemPreCompPtr comp); */ struct _xsltElemPreComp { xsltElemPreCompPtr next; /* next item in the global chained - list hold by xsltStylesheet. */ + list held by xsltStylesheet. */ xsltStyleType type; /* type of the element */ xsltTransformFunction func; /* handling function */ xmlNodePtr inst; /* the node in the stylesheet's tree @@ -582,7 +582,7 @@ struct _xsltNsListContainer { */ struct _xsltStylePreComp { xsltElemPreCompPtr next; /* next item in the global chained - list hold by xsltStylesheet */ + list held by xsltStylesheet */ xsltStyleType type; /* type of the item */ xsltTransformFunction func; /* handling function */ xmlNodePtr inst; /* the node in the stylesheet's tree diff --git a/libxslt/xsltutils.h b/libxslt/xsltutils.h index 789865a6..ea6c3740 100644 --- a/libxslt/xsltutils.h +++ b/libxslt/xsltutils.h @@ -80,7 +80,7 @@ extern "C" { ((n)->type == XML_PI_NODE))) /* - * Our own version of namespaced atributes lookup. + * Our own version of namespaced attributes lookup. */ XSLTPUBFUN xmlChar * XSLTCALL xsltGetNsProp (xmlNodePtr node,