Home | History | Annotate | Download | only in libxslt

Lines Matching defs:URL

5912 	node->doc->URL);
6503 doc->URL);
6687 * @filename: the filename/URL to the stylesheet
6921 doc->URL);
6939 doc->URL);
6944 fake->URL = xmlNodeGetBase(doc, subtree->parent);
6948 fake->URL);
6968 xmlChar *URL, *base;
6975 URL = xmlBuildURI(href, base);
6976 if (URL != NULL) {
6979 "xsltLoadStylesheetPI : fetching %s\n", URL);
6981 ret = xsltParseStylesheetFile(URL);
6982 xmlFree(URL);