Lines Matching refs:href
730 if (ns->href == NULL) {
733 "Incomplete namespace %s href=NULL\n",
737 "Incomplete default namespace href=NULL\n");
741 fprintf(ctxt->output, "namespace %s href=",
744 fprintf(ctxt->output, "default namespace href=");
746 xmlCtxtDumpString(ctxt, ns->href);
1769 fprintf(output, "default -> %s", (char *)ns->href);
1772 (char *)ns->href);
2109 xmlChar* href;
2129 /* find href */
2130 href = next;
2137 if(xmlXPathRegisterNs(ctxt->pctxt, prefix, href) != 0) {
2138 fprintf(ctxt->output,"Error: unable to register NS with prefix=\"%s\" and href=\"%s\"\n", prefix, href);
2171 xmlXPathRegisterNs(ctxt->pctxt, BAD_CAST "defaultns", ns->href);
2173 xmlXPathRegisterNs(ctxt->pctxt, ns->prefix, ns->href);