Searched refs:xsl_doc (Results 1 – 1 of 1) sorted by relevance
642 xmlDocPtr xsl_doc = xmlSAXParseFile((xmlSAXHandlerPtr) in xml_to_commands() local645 if (xsl_doc != NULL && xsl_doc->xmlChildrenNode != NULL) { in xml_to_commands()653 xmlDocGetRootElement(xsl_doc), (xmlChar *)ELEMENT_VARIABLE, in xml_to_commands()660 xmlNodePtr lang_node = xml_find_node(xmlDocGetRootElement(xsl_doc), in xml_to_commands()705 style = xsltParseStylesheetDoc(xsl_doc); in xml_to_commands()