File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / doc / devhelp / libxml2-xmlversion.html
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Jul 22 01:22:25 2013 UTC (10 years, 11 months ago) by misho
Branches: libxml2, MAIN
CVS tags: v2_8_0p0, v2_8_0, HEAD
2.8.0

    1: <?xml version="1.0" encoding="UTF-8"?>
    2: <html>
    3:   <head>
    4:     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    5:     <title>xmlversion: compile-time version informations</title>
    6:     <meta name="generator" content="Libxml2 devhelp stylesheet"/>
    7:     <link rel="start" href="index.html" title="libxml2 Reference Manual"/>
    8:     <link rel="up" href="general.html" title="API"/>
    9:     <link rel="stylesheet" href="style.css" type="text/css"/>
   10:     <link rel="chapter" href="general.html" title="API"/>
   11:   </head>
   12:   <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
   13:     <table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
   14:       <tr valign="middle">
   15:         <td>
   16:           <a accesskey="p" href="libxml2-xmlunicode.html">
   17:             <img src="left.png" width="24" height="24" border="0" alt="Prev"/>
   18:           </a>
   19:         </td>
   20:         <td>
   21:           <a accesskey="u" href="general.html">
   22:             <img src="up.png" width="24" height="24" border="0" alt="Up"/>
   23:           </a>
   24:         </td>
   25:         <td>
   26:           <a accesskey="h" href="index.html">
   27:             <img src="home.png" width="24" height="24" border="0" alt="Home"/>
   28:           </a>
   29:         </td>
   30:         <td>
   31:           <a accesskey="n" href="libxml2-xmlwriter.html">
   32:             <img src="right.png" width="24" height="24" border="0" alt="Next"/>
   33:           </a>
   34:         </td>
   35:         <th width="100%" align="center">libxml2 Reference Manual</th>
   36:       </tr>
   37:     </table>
   38:     <h2>
   39:       <span class="refentrytitle">xmlversion</span>
   40:     </h2>
   41:     <p>xmlversion - compile-time version informations</p>
   42:     <p>compile-time version informations for the XML library </p>
   43:     <p>Author(s): Daniel Veillard </p>
   44:     <div class="refsynopsisdiv">
   45:       <h2>Synopsis</h2>
   46:       <pre class="synopsis">#define <a href="#LIBXML_VERSION_EXTRA">LIBXML_VERSION_EXTRA</a>;
   47: #define <a href="#LIBXML_MODULES_ENABLED">LIBXML_MODULES_ENABLED</a>;
   48: #define <a href="#LIBXML_LEGACY_ENABLED">LIBXML_LEGACY_ENABLED</a>;
   49: #define <a href="#LIBXML_LZMA_ENABLED">LIBXML_LZMA_ENABLED</a>;
   50: #define <a href="#LIBXML_READER_ENABLED">LIBXML_READER_ENABLED</a>;
   51: #define <a href="#LIBXML_THREAD_ENABLED">LIBXML_THREAD_ENABLED</a>;
   52: #define <a href="#LIBXML_DOTTED_VERSION">LIBXML_DOTTED_VERSION</a>;
   53: #define <a href="#LIBXML_ISO8859X_ENABLED">LIBXML_ISO8859X_ENABLED</a>;
   54: #define <a href="#LIBXML_DEBUG_ENABLED">LIBXML_DEBUG_ENABLED</a>;
   55: #define <a href="#LIBXML_XINCLUDE_ENABLED">LIBXML_XINCLUDE_ENABLED</a>;
   56: #define <a href="#ATTRIBUTE_UNUSED">ATTRIBUTE_UNUSED</a>;
   57: #define <a href="#LIBXML_DOCB_ENABLED">LIBXML_DOCB_ENABLED</a>;
   58: #define <a href="#LIBXML_PUSH_ENABLED">LIBXML_PUSH_ENABLED</a>;
   59: #define <a href="#LIBXML_SAX1_ENABLED">LIBXML_SAX1_ENABLED</a>;
   60: #define <a href="#WITHOUT_TRIO">WITHOUT_TRIO</a>;
   61: #define <a href="#LIBXML_SCHEMATRON_ENABLED">LIBXML_SCHEMATRON_ENABLED</a>;
   62: #define <a href="#LIBXML_HTTP_ENABLED">LIBXML_HTTP_ENABLED</a>;
   63: #define <a href="#LIBXML_OUTPUT_ENABLED">LIBXML_OUTPUT_ENABLED</a>;
   64: #define <a href="#WITH_TRIO">WITH_TRIO</a>;
   65: #define <a href="#LIBXML_DEBUG_RUNTIME">LIBXML_DEBUG_RUNTIME</a>;
   66: #define <a href="#LIBXML_VERSION">LIBXML_VERSION</a>;
   67: #define <a href="#LIBXML_XPTR_ENABLED">LIBXML_XPTR_ENABLED</a>;
   68: #define <a href="#LIBXML_VERSION_STRING">LIBXML_VERSION_STRING</a>;
   69: #define <a href="#LIBXML_CATALOG_ENABLED">LIBXML_CATALOG_ENABLED</a>;
   70: #define <a href="#LIBXML_ATTR_ALLOC_SIZE">LIBXML_ATTR_ALLOC_SIZE</a>;
   71: #define <a href="#LIBXML_REGEXP_ENABLED">LIBXML_REGEXP_ENABLED</a>;
   72: #define <a href="#LIBXML_ICU_ENABLED">LIBXML_ICU_ENABLED</a>;
   73: #define <a href="#LIBXML_MODULE_EXTENSION">LIBXML_MODULE_EXTENSION</a>;
   74: #define <a href="#LIBXML_ICONV_ENABLED">LIBXML_ICONV_ENABLED</a>;
   75: #define <a href="#LIBXML_HTML_ENABLED">LIBXML_HTML_ENABLED</a>;
   76: #define <a href="#LIBXML_UNICODE_ENABLED">LIBXML_UNICODE_ENABLED</a>;
   77: #define <a href="#LIBXML_FTP_ENABLED">LIBXML_FTP_ENABLED</a>;
   78: #define <a href="#LIBXML_AUTOMATA_ENABLED">LIBXML_AUTOMATA_ENABLED</a>;
   79: #define <a href="#LIBXML_ZLIB_ENABLED">LIBXML_ZLIB_ENABLED</a>;
   80: #define <a href="#LIBXML_WRITER_ENABLED">LIBXML_WRITER_ENABLED</a>;
   81: #define <a href="#LIBXML_C14N_ENABLED">LIBXML_C14N_ENABLED</a>;
   82: #define <a href="#LIBXML_SCHEMAS_ENABLED">LIBXML_SCHEMAS_ENABLED</a>;
   83: #define <a href="#DEBUG_MEMORY_LOCATION">DEBUG_MEMORY_LOCATION</a>;
   84: #define <a href="#LIBXML_ATTR_FORMAT">LIBXML_ATTR_FORMAT</a>;
   85: #define <a href="#LIBXML_TEST_VERSION">LIBXML_TEST_VERSION</a>;
   86: #define <a href="#LIBXML_XPATH_ENABLED">LIBXML_XPATH_ENABLED</a>;
   87: #define <a href="#LIBXML_PATTERN_ENABLED">LIBXML_PATTERN_ENABLED</a>;
   88: #define <a href="#LIBXML_VALID_ENABLED">LIBXML_VALID_ENABLED</a>;
   89: #define <a href="#LIBXML_TREE_ENABLED">LIBXML_TREE_ENABLED</a>;
   90: #define <a href="#LIBXML_EXPR_ENABLED">LIBXML_EXPR_ENABLED</a>;
   91: void	<a href="#xmlCheckVersion">xmlCheckVersion</a>			(int version);
   92: </pre>
   93:     </div>
   94:     <div class="refsect1" lang="en">
   95:       <h2>Description</h2>
   96:     </div>
   97:     <div class="refsect1" lang="en">
   98:       <h2>Details</h2>
   99:       <div class="refsect2" lang="en">
  100:         <div class="refsect2" lang="en"><h3><a name="ATTRIBUTE_UNUSED">Macro </a>ATTRIBUTE_UNUSED</h3><pre class="programlisting">#define <a href="#ATTRIBUTE_UNUSED">ATTRIBUTE_UNUSED</a>;
  101: </pre><p>Macro used to signal to GCC unused function parameters</p>
  102: </div>
  103:         <hr/>
  104:         <div class="refsect2" lang="en"><h3><a name="DEBUG_MEMORY_LOCATION">Macro </a>DEBUG_MEMORY_LOCATION</h3><pre class="programlisting">#define <a href="#DEBUG_MEMORY_LOCATION">DEBUG_MEMORY_LOCATION</a>;
  105: </pre><p>Whether the memory debugging is configured in</p>
  106: </div>
  107:         <hr/>
  108:         <div class="refsect2" lang="en"><h3><a name="LIBXML_ATTR_ALLOC_SIZE">Macro </a>LIBXML_ATTR_ALLOC_SIZE</h3><pre class="programlisting">#define <a href="#LIBXML_ATTR_ALLOC_SIZE">LIBXML_ATTR_ALLOC_SIZE</a>;
  109: </pre><p>Macro used to indicate to GCC this is an allocator function</p>
  110: </div>
  111:         <hr/>
  112:         <div class="refsect2" lang="en"><h3><a name="LIBXML_ATTR_FORMAT">Macro </a>LIBXML_ATTR_FORMAT</h3><pre class="programlisting">#define <a href="#LIBXML_ATTR_FORMAT">LIBXML_ATTR_FORMAT</a>;
  113: </pre><p>Macro used to indicate to GCC the parameter are printf like</p>
  114: </div>
  115:         <hr/>
  116:         <div class="refsect2" lang="en"><h3><a name="LIBXML_AUTOMATA_ENABLED">Macro </a>LIBXML_AUTOMATA_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_AUTOMATA_ENABLED">LIBXML_AUTOMATA_ENABLED</a>;
  117: </pre><p>Whether the automata interfaces are compiled in</p>
  118: </div>
  119:         <hr/>
  120:         <div class="refsect2" lang="en"><h3><a name="LIBXML_C14N_ENABLED">Macro </a>LIBXML_C14N_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_C14N_ENABLED">LIBXML_C14N_ENABLED</a>;
  121: </pre><p>Whether the Canonicalization support is configured in</p>
  122: </div>
  123:         <hr/>
  124:         <div class="refsect2" lang="en"><h3><a name="LIBXML_CATALOG_ENABLED">Macro </a>LIBXML_CATALOG_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_CATALOG_ENABLED">LIBXML_CATALOG_ENABLED</a>;
  125: </pre><p>Whether the Catalog support is configured in</p>
  126: </div>
  127:         <hr/>
  128:         <div class="refsect2" lang="en"><h3><a name="LIBXML_DEBUG_ENABLED">Macro </a>LIBXML_DEBUG_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_DEBUG_ENABLED">LIBXML_DEBUG_ENABLED</a>;
  129: </pre><p>Whether Debugging module is configured in</p>
  130: </div>
  131:         <hr/>
  132:         <div class="refsect2" lang="en"><h3><a name="LIBXML_DEBUG_RUNTIME">Macro </a>LIBXML_DEBUG_RUNTIME</h3><pre class="programlisting">#define <a href="#LIBXML_DEBUG_RUNTIME">LIBXML_DEBUG_RUNTIME</a>;
  133: </pre><p>Whether the runtime debugging is configured in</p>
  134: </div>
  135:         <hr/>
  136:         <div class="refsect2" lang="en"><h3><a name="LIBXML_DOCB_ENABLED">Macro </a>LIBXML_DOCB_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_DOCB_ENABLED">LIBXML_DOCB_ENABLED</a>;
  137: </pre><p>Whether the SGML Docbook support is configured in</p>
  138: </div>
  139:         <hr/>
  140:         <div class="refsect2" lang="en"><h3><a name="LIBXML_DOTTED_VERSION">Macro </a>LIBXML_DOTTED_VERSION</h3><pre class="programlisting">#define <a href="#LIBXML_DOTTED_VERSION">LIBXML_DOTTED_VERSION</a>;
  141: </pre><p>the version string like "1.2.3"</p>
  142: </div>
  143:         <hr/>
  144:         <div class="refsect2" lang="en"><h3><a name="LIBXML_EXPR_ENABLED">Macro </a>LIBXML_EXPR_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_EXPR_ENABLED">LIBXML_EXPR_ENABLED</a>;
  145: </pre><p>Whether the formal expressions interfaces are compiled in</p>
  146: </div>
  147:         <hr/>
  148:         <div class="refsect2" lang="en"><h3><a name="LIBXML_FTP_ENABLED">Macro </a>LIBXML_FTP_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_FTP_ENABLED">LIBXML_FTP_ENABLED</a>;
  149: </pre><p>Whether the FTP support is configured in</p>
  150: </div>
  151:         <hr/>
  152:         <div class="refsect2" lang="en"><h3><a name="LIBXML_HTML_ENABLED">Macro </a>LIBXML_HTML_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_HTML_ENABLED">LIBXML_HTML_ENABLED</a>;
  153: </pre><p>Whether the HTML support is configured in</p>
  154: </div>
  155:         <hr/>
  156:         <div class="refsect2" lang="en"><h3><a name="LIBXML_HTTP_ENABLED">Macro </a>LIBXML_HTTP_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_HTTP_ENABLED">LIBXML_HTTP_ENABLED</a>;
  157: </pre><p>Whether the HTTP support is configured in</p>
  158: </div>
  159:         <hr/>
  160:         <div class="refsect2" lang="en"><h3><a name="LIBXML_ICONV_ENABLED">Macro </a>LIBXML_ICONV_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_ICONV_ENABLED">LIBXML_ICONV_ENABLED</a>;
  161: </pre><p>Whether iconv support is available</p>
  162: </div>
  163:         <hr/>
  164:         <div class="refsect2" lang="en"><h3><a name="LIBXML_ICU_ENABLED">Macro </a>LIBXML_ICU_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_ICU_ENABLED">LIBXML_ICU_ENABLED</a>;
  165: </pre><p>Whether icu support is available</p>
  166: </div>
  167:         <hr/>
  168:         <div class="refsect2" lang="en"><h3><a name="LIBXML_ISO8859X_ENABLED">Macro </a>LIBXML_ISO8859X_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_ISO8859X_ENABLED">LIBXML_ISO8859X_ENABLED</a>;
  169: </pre><p>Whether ISO-8859-* support is made available in case iconv is not</p>
  170: </div>
  171:         <hr/>
  172:         <div class="refsect2" lang="en"><h3><a name="LIBXML_LEGACY_ENABLED">Macro </a>LIBXML_LEGACY_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_LEGACY_ENABLED">LIBXML_LEGACY_ENABLED</a>;
  173: </pre><p>Whether the deprecated APIs are compiled in for compatibility</p>
  174: </div>
  175:         <hr/>
  176:         <div class="refsect2" lang="en"><h3><a name="LIBXML_LZMA_ENABLED">Macro </a>LIBXML_LZMA_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_LZMA_ENABLED">LIBXML_LZMA_ENABLED</a>;
  177: </pre><p>Whether the Lzma support is compiled in</p>
  178: </div>
  179:         <hr/>
  180:         <div class="refsect2" lang="en"><h3><a name="LIBXML_MODULES_ENABLED">Macro </a>LIBXML_MODULES_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_MODULES_ENABLED">LIBXML_MODULES_ENABLED</a>;
  181: </pre><p>Whether the module interfaces are compiled in</p>
  182: </div>
  183:         <hr/>
  184:         <div class="refsect2" lang="en"><h3><a name="LIBXML_MODULE_EXTENSION">Macro </a>LIBXML_MODULE_EXTENSION</h3><pre class="programlisting">#define <a href="#LIBXML_MODULE_EXTENSION">LIBXML_MODULE_EXTENSION</a>;
  185: </pre><p>the string suffix used by dynamic modules (usually shared libraries)</p>
  186: </div>
  187:         <hr/>
  188:         <div class="refsect2" lang="en"><h3><a name="LIBXML_OUTPUT_ENABLED">Macro </a>LIBXML_OUTPUT_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_OUTPUT_ENABLED">LIBXML_OUTPUT_ENABLED</a>;
  189: </pre><p>Whether the serialization/saving support is configured in</p>
  190: </div>
  191:         <hr/>
  192:         <div class="refsect2" lang="en"><h3><a name="LIBXML_PATTERN_ENABLED">Macro </a>LIBXML_PATTERN_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_PATTERN_ENABLED">LIBXML_PATTERN_ENABLED</a>;
  193: </pre><p>Whether the <a href="libxml2-pattern.html#xmlPattern">xmlPattern</a> node selection interface is configured in</p>
  194: </div>
  195:         <hr/>
  196:         <div class="refsect2" lang="en"><h3><a name="LIBXML_PUSH_ENABLED">Macro </a>LIBXML_PUSH_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_PUSH_ENABLED">LIBXML_PUSH_ENABLED</a>;
  197: </pre><p>Whether the push parsing interfaces are configured in</p>
  198: </div>
  199:         <hr/>
  200:         <div class="refsect2" lang="en"><h3><a name="LIBXML_READER_ENABLED">Macro </a>LIBXML_READER_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_READER_ENABLED">LIBXML_READER_ENABLED</a>;
  201: </pre><p>Whether the xmlReader parsing interface is configured in</p>
  202: </div>
  203:         <hr/>
  204:         <div class="refsect2" lang="en"><h3><a name="LIBXML_REGEXP_ENABLED">Macro </a>LIBXML_REGEXP_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_REGEXP_ENABLED">LIBXML_REGEXP_ENABLED</a>;
  205: </pre><p>Whether the regular expressions interfaces are compiled in</p>
  206: </div>
  207:         <hr/>
  208:         <div class="refsect2" lang="en"><h3><a name="LIBXML_SAX1_ENABLED">Macro </a>LIBXML_SAX1_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_SAX1_ENABLED">LIBXML_SAX1_ENABLED</a>;
  209: </pre><p>Whether the older SAX1 interface is configured in</p>
  210: </div>
  211:         <hr/>
  212:         <div class="refsect2" lang="en"><h3><a name="LIBXML_SCHEMAS_ENABLED">Macro </a>LIBXML_SCHEMAS_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_SCHEMAS_ENABLED">LIBXML_SCHEMAS_ENABLED</a>;
  213: </pre><p>Whether the Schemas validation interfaces are compiled in</p>
  214: </div>
  215:         <hr/>
  216:         <div class="refsect2" lang="en"><h3><a name="LIBXML_SCHEMATRON_ENABLED">Macro </a>LIBXML_SCHEMATRON_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_SCHEMATRON_ENABLED">LIBXML_SCHEMATRON_ENABLED</a>;
  217: </pre><p>Whether the Schematron validation interfaces are compiled in</p>
  218: </div>
  219:         <hr/>
  220:         <div class="refsect2" lang="en"><h3><a name="LIBXML_TEST_VERSION">Macro </a>LIBXML_TEST_VERSION</h3><pre class="programlisting">#define <a href="#LIBXML_TEST_VERSION">LIBXML_TEST_VERSION</a>;
  221: </pre><p>Macro to check that the libxml version in use is compatible with the version the software has been compiled against</p>
  222: </div>
  223:         <hr/>
  224:         <div class="refsect2" lang="en"><h3><a name="LIBXML_THREAD_ENABLED">Macro </a>LIBXML_THREAD_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_THREAD_ENABLED">LIBXML_THREAD_ENABLED</a>;
  225: </pre><p>Whether the thread support is configured in</p>
  226: </div>
  227:         <hr/>
  228:         <div class="refsect2" lang="en"><h3><a name="LIBXML_TREE_ENABLED">Macro </a>LIBXML_TREE_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_TREE_ENABLED">LIBXML_TREE_ENABLED</a>;
  229: </pre><p>Whether the DOM like tree manipulation API support is configured in</p>
  230: </div>
  231:         <hr/>
  232:         <div class="refsect2" lang="en"><h3><a name="LIBXML_UNICODE_ENABLED">Macro </a>LIBXML_UNICODE_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_UNICODE_ENABLED">LIBXML_UNICODE_ENABLED</a>;
  233: </pre><p>Whether the Unicode related interfaces are compiled in</p>
  234: </div>
  235:         <hr/>
  236:         <div class="refsect2" lang="en"><h3><a name="LIBXML_VALID_ENABLED">Macro </a>LIBXML_VALID_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_VALID_ENABLED">LIBXML_VALID_ENABLED</a>;
  237: </pre><p>Whether the DTD validation support is configured in</p>
  238: </div>
  239:         <hr/>
  240:         <div class="refsect2" lang="en"><h3><a name="LIBXML_VERSION">Macro </a>LIBXML_VERSION</h3><pre class="programlisting">#define <a href="#LIBXML_VERSION">LIBXML_VERSION</a>;
  241: </pre><p>the version number: 1.2.3 value is 10203</p>
  242: </div>
  243:         <hr/>
  244:         <div class="refsect2" lang="en"><h3><a name="LIBXML_VERSION_EXTRA">Macro </a>LIBXML_VERSION_EXTRA</h3><pre class="programlisting">#define <a href="#LIBXML_VERSION_EXTRA">LIBXML_VERSION_EXTRA</a>;
  245: </pre><p>extra version information, used to show a CVS compilation</p>
  246: </div>
  247:         <hr/>
  248:         <div class="refsect2" lang="en"><h3><a name="LIBXML_VERSION_STRING">Macro </a>LIBXML_VERSION_STRING</h3><pre class="programlisting">#define <a href="#LIBXML_VERSION_STRING">LIBXML_VERSION_STRING</a>;
  249: </pre><p>the version number string, 1.2.3 value is "10203"</p>
  250: </div>
  251:         <hr/>
  252:         <div class="refsect2" lang="en"><h3><a name="LIBXML_WRITER_ENABLED">Macro </a>LIBXML_WRITER_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_WRITER_ENABLED">LIBXML_WRITER_ENABLED</a>;
  253: </pre><p>Whether the xmlWriter saving interface is configured in</p>
  254: </div>
  255:         <hr/>
  256:         <div class="refsect2" lang="en"><h3><a name="LIBXML_XINCLUDE_ENABLED">Macro </a>LIBXML_XINCLUDE_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_XINCLUDE_ENABLED">LIBXML_XINCLUDE_ENABLED</a>;
  257: </pre><p>Whether XInclude is configured in</p>
  258: </div>
  259:         <hr/>
  260:         <div class="refsect2" lang="en"><h3><a name="LIBXML_XPATH_ENABLED">Macro </a>LIBXML_XPATH_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_XPATH_ENABLED">LIBXML_XPATH_ENABLED</a>;
  261: </pre><p>Whether XPath is configured in</p>
  262: </div>
  263:         <hr/>
  264:         <div class="refsect2" lang="en"><h3><a name="LIBXML_XPTR_ENABLED">Macro </a>LIBXML_XPTR_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_XPTR_ENABLED">LIBXML_XPTR_ENABLED</a>;
  265: </pre><p>Whether XPointer is configured in</p>
  266: </div>
  267:         <hr/>
  268:         <div class="refsect2" lang="en"><h3><a name="LIBXML_ZLIB_ENABLED">Macro </a>LIBXML_ZLIB_ENABLED</h3><pre class="programlisting">#define <a href="#LIBXML_ZLIB_ENABLED">LIBXML_ZLIB_ENABLED</a>;
  269: </pre><p>Whether the Zlib support is compiled in</p>
  270: </div>
  271:         <hr/>
  272:         <div class="refsect2" lang="en"><h3><a name="WITHOUT_TRIO">Macro </a>WITHOUT_TRIO</h3><pre class="programlisting">#define <a href="#WITHOUT_TRIO">WITHOUT_TRIO</a>;
  273: </pre><p>defined if the trio support should not be configured in</p>
  274: </div>
  275:         <hr/>
  276:         <div class="refsect2" lang="en"><h3><a name="WITH_TRIO">Macro </a>WITH_TRIO</h3><pre class="programlisting">#define <a href="#WITH_TRIO">WITH_TRIO</a>;
  277: </pre><p>defined if the trio support need to be configured in</p>
  278: </div>
  279:         <hr/>
  280:         <div class="refsect2" lang="en"><h3><a name="xmlCheckVersion"/>xmlCheckVersion ()</h3><pre class="programlisting">void	xmlCheckVersion			(int version)<br/>
  281: </pre><p>check the compiled lib version against the include one. This can warn or immediately kill the application</p>
  282: <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>version</tt></i>:</span></td><td>the include version number</td></tr></tbody></table></div></div>
  283:         <hr/>
  284:       </div>
  285:     </div>
  286:   </body>
  287: </html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>