mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 19:22:58 +00:00
[LIBXSLT] Update to version 1.1.32. CORE-14291
This commit is contained in:
parent
5c72e50fd0
commit
5c0faa58cf
24 changed files with 945 additions and 911 deletions
5
dll/3rdparty/libxslt/preproc.c
vendored
5
dll/3rdparty/libxslt/preproc.c
vendored
|
@ -1394,9 +1394,6 @@ xsltNumberComp(xsltStylesheetPtr style, xmlNodePtr cur) {
|
|||
return;
|
||||
cur->psvi = comp;
|
||||
|
||||
if ((style == NULL) || (cur == NULL))
|
||||
return;
|
||||
|
||||
comp->numdata.doc = cur->doc;
|
||||
comp->numdata.node = cur;
|
||||
comp->numdata.value = xsltGetCNsProp(style, cur, (const xmlChar *)"value",
|
||||
|
@ -2319,7 +2316,7 @@ xsltStylePreCompute(xsltStylesheetPtr style, xmlNodePtr inst) {
|
|||
xsltCheckInstructionElement(style, inst);
|
||||
inst->psvi = (void *) xsltDocumentComp(style, inst,
|
||||
(xsltTransformFunction) xsltDocumentElem);
|
||||
} else {
|
||||
} else if ((style == NULL) || (style->forwards_compatible == 0)) {
|
||||
xsltTransformError(NULL, style, inst,
|
||||
"xsltStylePreCompute: unknown xsl:%s\n", inst->name);
|
||||
if (style != NULL) style->warnings++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue