Home | History | Annotate | Download | only in libxml2

Lines Matching refs:href

731     if (ns->href == NULL) {
734 "Incomplete namespace %s href=NULL\n",
738 "Incomplete default namespace href=NULL\n");
742 fprintf(ctxt->output, "namespace %s href=",
745 fprintf(ctxt->output, "default namespace href=");
747 xmlCtxtDumpString(ctxt, ns->href);
1773 fprintf(output, "default -> %s", (char *)ns->href);
1776 (char *)ns->href);
2113 xmlChar* href;
2133 /* find href */
2134 href = next;
2141 if(xmlXPathRegisterNs(ctxt->pctxt, prefix, href) != 0) {
2142 fprintf(ctxt->output,"Error: unable to register NS with prefix=\"%s\" and href=\"%s\"\n", prefix, href);
2175 xmlXPathRegisterNs(ctxt->pctxt, BAD_CAST "defaultns", ns->href);
2177 xmlXPathRegisterNs(ctxt->pctxt, ns->prefix, ns->href);