Lines Matching refs:catalog
59 #include <libxml/catalog.h>
5087 * @catalog: the PI value string
5089 * parse an XML Catalog Processing Instruction.
5091 * <?oasis-xml-catalog catalog="http://example.com/catalog.xml"?>
5095 * This will add the given catalog to the parsing context in order
5100 xmlParseCatalogPI(xmlParserCtxtPtr ctxt, const xmlChar *catalog) {
5105 tmp = catalog;
5107 if (xmlStrncmp(tmp, BAD_CAST"catalog", 7))
5138 "Catalog PI syntax error: %s\n",
5139 catalog, NULL);