Searched refs:nsNameXSLT (Results 1 – 1 of 1) sorted by relevance
2991 const xmlChar *name, *nsNameXSLT = NULL; in xsltParsePreprocessStylesheetTree() local3032 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()