Home | History | Annotate | Download | only in libxml2

Lines Matching refs:Catalog

58 #include <libxml/catalog.h>
4852 * @catalog: the PI value string
4854 * parse an XML Catalog Processing Instruction.
4856 * <?oasis-xml-catalog catalog="http://example.com/catalog.xml"?>
4860 * This will add the given catalog to the parsing context in order
4865 xmlParseCatalogPI(xmlParserCtxtPtr ctxt, const xmlChar *catalog) {
4870 tmp = catalog;
4872 if (xmlStrncmp(tmp, BAD_CAST"catalog", 7))
4903 "Catalog PI syntax error: %s\n",
4904 catalog, NULL);