xslt 314 lib/common/schemas.c char *xslt = NULL; xslt 317 lib/common/schemas.c xslt = get_schema_path(NULL, transform); xslt 318 lib/common/schemas.c if (stat(xslt, &s) != 0) { xslt 319 lib/common/schemas.c crm_err("Transform %s not found", xslt); xslt 320 lib/common/schemas.c free(xslt); xslt 325 lib/common/schemas.c free(xslt); xslt 719 lib/common/schemas.c xsltStylesheet *xslt = NULL; xslt 735 lib/common/schemas.c xslt = xsltParseStylesheetFile((const xmlChar *)xform); xslt 736 lib/common/schemas.c CRM_CHECK(xslt != NULL, goto cleanup); xslt 738 lib/common/schemas.c res = xsltApplyStylesheet(xslt, doc, NULL); xslt 746 lib/common/schemas.c if (xslt) { xslt 747 lib/common/schemas.c xsltFreeStylesheet(xslt);