Home | History | Annotate | Download | only in libxml2

Lines Matching refs:fallback

62     int		      emptyFb; /* flag to show fallback empty */
1951 * @fallback: the fallback node
1954 * Load the content of the fallback node, and store the result
1960 xmlXIncludeLoadFallback(xmlXIncludeCtxtPtr ctxt, xmlNodePtr fallback, int nr) {
1964 if ((fallback == NULL) || (fallback->type == XML_NAMESPACE_DECL) ||
1967 if (fallback->children != NULL) {
1969 * It's possible that the fallback also has 'includes'
1970 * (Bug 129969), so we re-process the fallback just in case
1978 ret = xmlXIncludeDoProcess(newctxt, ctxt->doc, fallback->children);
1986 fallback->children);
2125 * Restore the original base before checking for fallback
2133 * Time to try a fallback if availble
2136 xmlGenericError(xmlGenericErrorContext, "error looking for fallback\n");
2155 "could not load %s, and no fallback was found\n",
2326 "%s has multiple fallback children\n",
2436 (ctxt->incTab[i]->emptyFb != 0)) /* (empty fallback) */