xmlC14NErrRelativeNamespace: : extra informations
Handle a redefinition of relative namespace error
Definition at line 213 of file c14n.c.
Referenced by xmlC14NCheckForRelativeNamespaces().
00214 {
00215 __xmlRaiseError(NULL, NULL, NULL, NULL, NULL, XML_FROM_C14N,
00216 XML_C14N_RELATIVE_NAMESPACE, XML_ERR_ERROR, NULL, 0, NULL,
00217 NULL, NULL, 0, 0,
00218 "Relative namespace UR is invalid here : %s\n", ns_uri);
00219 }