Searched refs:xsltShallowCopyElem (Results 1 - 1 of 1) sorted by relevance

/external/libxslt/libxslt/
H A Dtransform.c1134 * xsltShallowCopyElem:
1158 xsltShallowCopyElem(xsltTransformContextPtr ctxt, xmlNodePtr node, function
1220 "xsltShallowCopyElem: copy %s failed\n", node->name);
2307 * OLD: if ((copy = xsltShallowCopyElem(ctxt, cur, insert))
2741 if ((copy = xsltShallowCopyElem(ctxt, cur, insert, 1)) == NULL)
3764 copy = xsltShallowCopyElem(ctxt, node, ctxt->insert, 0);

Completed in 481 milliseconds