Home
last modified time | relevance | path

Searched refs:nsNameXSLT (Results 1 – 1 of 1) sorted by relevance

/external/libxslt/libxslt/
Dxslt.c2991 const xmlChar *name, *nsNameXSLT = NULL; in xsltParsePreprocessStylesheetTree() local
3032 nsNameXSLT = xsltConstNamespaceNameXSLT; in xsltParsePreprocessStylesheetTree()
3065 if (cur->ns->href != nsNameXSLT) { in xsltParsePreprocessStylesheetTree()
3070 cur->ns->href = nsNameXSLT; in xsltParsePreprocessStylesheetTree()
3189 if ((attr->ns) && (attr->ns->href != nsNameXSLT) && in xsltParsePreprocessStylesheetTree()
3190 xmlStrEqual(attr->ns->href, nsNameXSLT)) in xsltParsePreprocessStylesheetTree()
3196 attr->ns->href = nsNameXSLT; in xsltParsePreprocessStylesheetTree()