Summer's cleanup, a really big one:

* AUTHORS: added William and Bjorn
* include/libxml/*.h *.c README doc/*.html etc.: changed old email to
  daniel@veillard.com hopefully I won't have to do this again
* doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
  docs can be rebuilt cleanly now
* include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
  from CVs it's generated, added include/libxml/xmlwin32version.h
  also generated but which should change far less frequently.
* catalog.c nanoftp.c: made sure to include libxml.h not
  libxml/xmlversion.h directly
* include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
  when compiling on WIN32 and MSC
Daniel
This commit is contained in:
Daniel Veillard 2001-06-24 12:13:24 +00:00
parent 07385fd77f
commit c5d64345cf
97 changed files with 4675 additions and 5597 deletions

View File

@ -1 +1,3 @@
Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard <daniel@veillard.com>
Bjorn Reese <breese@users.sourceforge.net>
William Brack <wbrack@mmm.com.hk>

View File

@ -1,3 +1,18 @@
Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* AUTHORS: added William and Bjorn
* include/libxml/*.h *.c README doc/*.html etc.: changed old email to
daniel@veillard.com hopefully I won't have to do this again
* doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
docs can be rebuilt cleanly now
* include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
from CVs it's generated, added include/libxml/xmlwin32version.h
also generated but which should change far less frequently.
* catalog.c nanoftp.c: made sure to include libxml.h not
libxml/xmlversion.h directly
* include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
when compiling on WIN32 and MSC
Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* include/Makefile.am include/libxml/Makefile.am configure.in:

View File

@ -22,6 +22,6 @@ You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard <daniel@veillard.com>
Fri Jul 24 1998

View File

@ -7,7 +7,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#include "libxml.h"

View File

@ -5,7 +5,7 @@ NOTE:
http://xmlsoft.org/upgrade.html
- in the meantime the old 1.x code has been tagged with LIB_XML_1_BRANCH
extract this version and drop me a mail if you want me to take care of
the update of your module to libxml-2 <veillard@w3.org>
the update of your module to libxml-2 <daniel@veillard.com>
- the 1.x branch has a separate commit policy, please check the HACKING
file for this branch

View File

@ -3,7 +3,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#include "libxml.h"

View File

@ -3,7 +3,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/

8
README
View File

@ -7,10 +7,10 @@ Full documentation is available on-line at
This code is released under the LGPL or the W3C IPR, pick the one
you prefer.
A mailing-list is available, to subscribe:
echo "subscribe xml" | mail majordomo@rpmfind.net
A mailing-list xml@gnome.org is available, to subscribe:
http://mail.gnome.org/mailman/listinfo/xml
The list archive is at:
http://xmlsoft.org/messages/
http://mail.gnome.org/archives/xml/
Daniel.Veillard@w3.org
daniel@veillard.com

2
SAX.c
View File

@ -3,7 +3,7 @@
*
* See Copyright for the status of this software.
*
* Daniel Veillard <Daniel.Veillard@w3.org>
* Daniel Veillard <daniel@veillard.com>
*/

40
aclocal.m4 vendored
View File

@ -620,31 +620,35 @@ esac
])
# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
# the libltdl convenience library, adds --enable-ltdl-convenience to
# the configure arguments. Note that LIBLTDL is not AC_SUBSTed, nor
# is AC_CONFIG_SUBDIRS called. If DIR is not provided, it is assumed
# to be `${top_builddir}/libltdl'. Make sure you start DIR with
# '${top_builddir}/' (note the single quotes!) if your package is not
# flat, and, if you're not using automake, define top_builddir as
# appropriate in the Makefiles.
# the libltdl convenience library and INCLTDL to the include flags for
# the libltdl header and adds --enable-ltdl-convenience to the
# configure arguments. Note that LIBLTDL and INCLTDL are not
# AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If DIR is not
# provided, it is assumed to be `libltdl'. LIBLTDL will be prefixed
# with '${top_builddir}/' and INCLTDL will be prefixed with
# '${top_srcdir}/' (note the single quotes!). If your package is not
# flat and you're not using automake, define top_builddir and
# top_srcdir appropriately in the Makefiles.
AC_DEFUN(AC_LIBLTDL_CONVENIENCE, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
case "$enable_ltdl_convenience" in
no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
"") enable_ltdl_convenience=yes
ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
esac
LIBLTDL=ifelse($#,1,$1,['${top_builddir}/libltdl'])/libltdlc.la
INCLTDL=ifelse($#,1,-I$1,['-I${top_builddir}/libltdl'])
LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
INCLTDL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
])
# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
# the libltdl installable library, and adds --enable-ltdl-install to
# the configure arguments. Note that LIBLTDL is not AC_SUBSTed, nor
# is AC_CONFIG_SUBDIRS called. If DIR is not provided, it is assumed
# to be `${top_builddir}/libltdl'. Make sure you start DIR with
# '${top_builddir}/' (note the single quotes!) if your package is not
# flat, and, if you're not using automake, define top_builddir as
# appropriate in the Makefiles.
# the libltdl installable library and INCLTDL to the include flags for
# the libltdl header and adds --enable-ltdl-install to the configure
# arguments. Note that LIBLTDL and INCLTDL are not AC_SUBSTed, nor is
# AC_CONFIG_SUBDIRS called. If DIR is not provided and an installed
# libltdl is not found, it is assumed to be `libltdl'. LIBLTDL will
# be prefixed with '${top_builddir}/' and INCLTDL will be prefixed
# with '${top_srcdir}/' (note the single quotes!). If your package is
# not flat and you're not using automake, define top_builddir and
# top_srcdir appropriately in the Makefiles.
# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
AC_DEFUN(AC_LIBLTDL_INSTALLABLE, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
AC_CHECK_LIB(ltdl, main,
@ -657,8 +661,8 @@ AC_DEFUN(AC_LIBLTDL_INSTALLABLE, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
])
if test x"$enable_ltdl_install" = x"yes"; then
ac_configure_args="$ac_configure_args --enable-ltdl-install"
LIBLTDL=ifelse($#,1,$1,['${top_builddir}/libltdl'])/libltdl.la
INCLTDL=ifelse($#,1,-I$1,['-I${top_builddir}/libltdl'])
LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
INCLTDL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
else
ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
LIBLTDL="-lltdl"

View File

@ -454,5 +454,5 @@ then
ln -s $srcdir/include/libxml libxml
fi
AC_OUTPUT(libxml.spec Makefile include/Makefile include/libxml/Makefile doc/Makefile example/Makefile include/libxml/xmlversion.h xml2-config libxml-2.0.pc xml2Conf.sh)
AC_OUTPUT(libxml.spec Makefile include/Makefile include/libxml/Makefile doc/Makefile example/Makefile include/libxml/xmlversion.h include/libxml/xmlwin32version.h xml2-config libxml-2.0.pc xml2Conf.sh)

View File

@ -4,7 +4,7 @@
*
* See Copyright for the status of this software.
*
* Daniel Veillard <Daniel.Veillard@w3.org>
* Daniel Veillard <daniel@veillard.com>
*/
#include "libxml.h"

View File

@ -267,7 +267,7 @@ pnode=pxmlDoc-&gt;children-&gt;children;</pre>
<li>etc ...</li>
</ol>
<p><a href="mailto:Daniel.Veillard@w3.org">Daniel Veillard</a></p>
<p><a href="mailto:daniel@veillard.com">Daniel Veillard</a></p>
<p>$Id$</p>
</body>

View File

@ -17,9 +17,6 @@ TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)/html
# html_DATA = gnome-dev-info.html
scan:
@(if [ -L $(DOC_SOURCE_DIR)/libxml ] ; then rm -f $(DOC_SOURCE_DIR)/libxml ; fi)
@(if [ -L $(DOC_SOURCE_DIR)/include ] ; then rm -f $(DOC_SOURCE_DIR)/include ; fi)
@(if [ -L $(DOC_SOURCE_DIR)/include/libxml ] ; then rm -f $(DOC_SOURCE_DIR)/include/libxml ; fi)
gtkdoc-scan --module=libxml --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="acconfig.h config.h"
templates: scan

View File

@ -281,7 +281,7 @@ will work. You may also have some troubles saving back.</p>
libxml-2.0.0, but a lot of features and corrections are really available only
starting 2.2.</p>
<p><a href="mailto:Daniel.Veillard@w3.org">Daniel Veillard</a></p>
<p><a href="mailto:daniel@veillard.com">Daniel Veillard</a></p>
<p>$Id$</p>
</body>

View File

@ -32,7 +32,7 @@
<surname>Veillard</surname>
<affiliation>
<address>
<email>Daniel.Veillard@w3.org</email>
<email>daniel@veillard.com</email>
</address>
</affiliation>
</author>

View File

@ -54,7 +54,7 @@ CLASS="AFFILIATION"
CLASS="ADDRESS"
><P
CLASS="ADDRESS"
> &nbsp;&nbsp;&nbsp;&nbsp;Daniel.Veillard@w3.org<br>
> &nbsp;&nbsp;&nbsp;&nbsp;daniel@veillard.com<br>
&nbsp;&nbsp;</P
></DIV
></DIV

View File

@ -757,6 +757,7 @@
<ANCHOR id ="XMLNODEDUMPOUTPUT" href="libxml/libxml-xmlio.html#XMLNODEDUMPOUTPUT">
<ANCHOR id ="HTMLDOCCONTENTDUMPOUTPUT" href="libxml/libxml-xmlio.html#HTMLDOCCONTENTDUMPOUTPUT">
<ANCHOR id ="LIBXML-CATALOG" href="libxml/libxml-catalog.html">
<ANCHOR id ="XML-CATALOGS-NAMESPACE-CAPS" href="libxml/libxml-catalog.html#XML-CATALOGS-NAMESPACE-CAPS">
<ANCHOR id ="XMLLOADCATALOG" href="libxml/libxml-catalog.html#XMLLOADCATALOG">
<ANCHOR id ="XMLLOADCATALOGS" href="libxml/libxml-catalog.html#XMLLOADCATALOGS">
<ANCHOR id ="XMLCATALOGCLEANUP" href="libxml/libxml-catalog.html#XMLCATALOGCLEANUP">

View File

@ -122,7 +122,7 @@ NAME="LIBXML-CATALOG"
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN17467"
NAME="AEN17394"
></A
><H2
>Name</H2
@ -130,7 +130,7 @@ NAME="AEN17467"
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN17470"
NAME="AEN17397"
></A
><H2
>Synopsis</H2
@ -145,6 +145,10 @@ CELLPADDING="6"
CLASS="SYNOPSIS"
>&#13;
#define <A
HREF="libxml-catalog.html#XML-CATALOGS-NAMESPACE-CAPS"
>XML_CATALOGS_NAMESPACE</A
>
int <A
HREF="libxml-catalog.html#XMLLOADCATALOG"
>xmlLoadCatalog</A
@ -191,7 +195,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN17484"
NAME="AEN17412"
></A
><H2
>Description</H2
@ -201,14 +205,42 @@ NAME="AEN17484"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN17487"
NAME="AEN17415"
></A
><H2
>Details</H2
><DIV
CLASS="REFSECT2"
><A
NAME="AEN17489"
NAME="AEN17417"
></A
><H3
><A
NAME="XML-CATALOGS-NAMESPACE-CAPS"
></A
>XML_CATALOGS_NAMESPACE</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>#define XML_CATALOGS_NAMESPACE</PRE
></TD
></TR
></TABLE
><P
>The namespace for the XML Catalogs elements</P
><P
></P
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN17423"
></A
><H3
><A
@ -233,7 +265,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN17494"
NAME="AEN17428"
></A
><P
></P
@ -286,7 +318,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN17507"
NAME="AEN17441"
></A
><H3
><A
@ -311,7 +343,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN17512"
NAME="AEN17446"
></A
><P
></P
@ -349,7 +381,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN17521"
NAME="AEN17455"
></A
><H3
><A
@ -377,7 +409,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN17527"
NAME="AEN17461"
></A
><H3
><A
@ -407,7 +439,7 @@ HREF="FILE-CAPS"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN17534"
NAME="AEN17468"
></A
><P
></P
@ -434,7 +466,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the file.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -445,7 +477,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN17543"
NAME="AEN17477"
></A
><H3
><A
@ -478,7 +510,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN17551"
NAME="AEN17485"
></A
><P
></P
@ -505,7 +537,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the system ID string</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -520,7 +552,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the resource name if found or NULL otherwise.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -531,7 +563,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN17564"
NAME="AEN17498"
></A
><H3
><A
@ -564,7 +596,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN17572"
NAME="AEN17506"
></A
><P
></P
@ -591,7 +623,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the public ID string</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -606,7 +638,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the system ID if found or NULL otherwise.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE

View File

@ -122,7 +122,7 @@ NAME="LIBXML-DEBUGXML"
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN21520"
NAME="AEN21422"
></A
><H2
>Name</H2
@ -130,7 +130,7 @@ NAME="AEN21520"
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN21523"
NAME="AEN21425"
></A
><H2
>Synopsis</H2
@ -322,7 +322,7 @@ HREF="FILE-CAPS"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN21570"
NAME="AEN21472"
></A
><H2
>Description</H2
@ -332,14 +332,14 @@ NAME="AEN21570"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN21573"
NAME="AEN21475"
></A
><H2
>Details</H2
><DIV
CLASS="REFSECT2"
><A
NAME="AEN21575"
NAME="AEN21477"
></A
><H3
><A
@ -371,7 +371,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN21582"
NAME="AEN21484"
></A
><P
></P
@ -426,7 +426,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN21595"
NAME="AEN21497"
></A
><H3
><A
@ -459,7 +459,7 @@ HREF="libxml-tree.html#XMLATTRPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN21602"
NAME="AEN21504"
></A
><P
></P
@ -531,7 +531,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN21619"
NAME="AEN21521"
></A
><H3
><A
@ -564,7 +564,7 @@ HREF="libxml-tree.html#XMLATTRPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN21626"
NAME="AEN21528"
></A
><P
></P
@ -636,7 +636,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN21643"
NAME="AEN21545"
></A
><H3
><A
@ -669,7 +669,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN21650"
NAME="AEN21552"
></A
><P
></P
@ -741,7 +741,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN21667"
NAME="AEN21569"
></A
><H3
><A
@ -774,7 +774,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN21674"
NAME="AEN21576"
></A
><P
></P
@ -846,7 +846,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN21691"
NAME="AEN21593"
></A
><H3
><A
@ -879,7 +879,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN21698"
NAME="AEN21600"
></A
><P
></P
@ -951,7 +951,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN21715"
NAME="AEN21617"
></A
><H3
><A
@ -983,7 +983,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN21722"
NAME="AEN21624"
></A
><P
></P
@ -1038,7 +1038,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN21735"
NAME="AEN21637"
></A
><H3
><A
@ -1070,7 +1070,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN21742"
NAME="AEN21644"
></A
><P
></P
@ -1125,7 +1125,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN21755"
NAME="AEN21657"
></A
><H3
><A
@ -1157,7 +1157,7 @@ HREF="libxml-tree.html#XMLDTDPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN21762"
NAME="AEN21664"
></A
><P
></P
@ -1212,7 +1212,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN21775"
NAME="AEN21677"
></A
><H3
><A
@ -1244,7 +1244,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN21782"
NAME="AEN21684"
></A
><P
></P
@ -1299,7 +1299,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN21795"
NAME="AEN21697"
></A
><H3
><A
@ -1331,7 +1331,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN21802"
NAME="AEN21704"
></A
><P
></P
@ -1386,7 +1386,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN21815"
NAME="AEN21717"
></A
><H3
><A
@ -1413,7 +1413,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN21821"
NAME="AEN21723"
></A
><P
></P
@ -1440,7 +1440,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> a string prompt</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1455,7 +1455,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>a string which will be freed by the Shell</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1466,7 +1466,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN21834"
NAME="AEN21736"
></A
><H3
><A
@ -1503,33 +1503,20 @@ TODO: add the defined function tables.</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN21840"
NAME="AEN21742"
></A
><H3
><A
NAME="XMLSHELLCTXTPTR"
></A
>xmlShellCtxtPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>typedef xmlShellCtxt *xmlShellCtxtPtr;</PRE
></TD
></TR
></TABLE
><P
></P
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN21845"
NAME="AEN21746"
></A
><H3
><A
@ -1568,7 +1555,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN21854"
NAME="AEN21755"
></A
><P
></P
@ -1595,7 +1582,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> a shell context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1612,7 +1599,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> a string argument</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1629,7 +1616,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> a first node</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1646,7 +1633,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> a second node</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1661,7 +1648,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>an int, negative returns indicating errors</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1672,7 +1659,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN21879"
NAME="AEN21780"
></A
><H3
><A
@ -1713,7 +1700,7 @@ using a environment similar to a UNIX commandline.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN21888"
NAME="AEN21789"
></A
><P
></P
@ -1740,7 +1727,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the initial document</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1757,7 +1744,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the output buffer</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1774,7 +1761,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the line reading function</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1791,7 +1778,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the output FILE*</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE

View File

@ -122,7 +122,7 @@ NAME="LIBXML-DOCBPARSER"
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN17590"
NAME="AEN17524"
></A
><H2
>Name</H2
@ -130,7 +130,7 @@ NAME="AEN17590"
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN17593"
NAME="AEN17527"
></A
><H2
>Synopsis</H2
@ -294,7 +294,7 @@ HREF="libxml-docbparser.html#DOCBPARSERCTXTPTR"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN17630"
NAME="AEN17564"
></A
><H2
>Description</H2
@ -304,248 +304,131 @@ NAME="AEN17630"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN17633"
NAME="AEN17567"
></A
><H2
>Details</H2
><DIV
CLASS="REFSECT2"
><A
NAME="AEN17635"
NAME="AEN17569"
></A
><H3
><A
NAME="DOCBPARSERCTXT"
></A
>docbParserCtxt</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>typedef xmlParserCtxt docbParserCtxt;</PRE
></TD
></TR
></TABLE
><P
></P
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN17640"
NAME="AEN17573"
></A
><H3
><A
NAME="DOCBPARSERCTXTPTR"
></A
>docbParserCtxtPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>typedef xmlParserCtxtPtr docbParserCtxtPtr;</PRE
></TD
></TR
></TABLE
><P
></P
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN17645"
NAME="AEN17577"
></A
><H3
><A
NAME="DOCBPARSERNODEINFO"
></A
>docbParserNodeInfo</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>typedef xmlParserNodeInfo docbParserNodeInfo;</PRE
></TD
></TR
></TABLE
><P
></P
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN17650"
NAME="AEN17581"
></A
><H3
><A
NAME="DOCBSAXHANDLER"
></A
>docbSAXHandler</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>typedef xmlSAXHandler docbSAXHandler;</PRE
></TD
></TR
></TABLE
><P
></P
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN17655"
NAME="AEN17585"
></A
><H3
><A
NAME="DOCBSAXHANDLERPTR"
></A
>docbSAXHandlerPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>typedef xmlSAXHandlerPtr docbSAXHandlerPtr;</PRE
></TD
></TR
></TABLE
><P
></P
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN17660"
NAME="AEN17589"
></A
><H3
><A
NAME="DOCBPARSERINPUT"
></A
>docbParserInput</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>typedef xmlParserInput docbParserInput;</PRE
></TD
></TR
></TABLE
><P
></P
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN17665"
NAME="AEN17593"
></A
><H3
><A
NAME="DOCBPARSERINPUTPTR"
></A
>docbParserInputPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>typedef xmlParserInputPtr docbParserInputPtr;</PRE
></TD
></TR
></TABLE
><P
></P
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN17670"
NAME="AEN17597"
></A
><H3
><A
NAME="DOCBDOCPTR"
></A
>docbDocPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>typedef xmlDocPtr docbDocPtr;</PRE
></TD
></TR
></TABLE
><P
></P
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN17675"
NAME="AEN17601"
></A
><H3
><A
NAME="DOCBNODEPTR"
></A
>docbNodePtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>typedef xmlNodePtr docbNodePtr;</PRE
></TD
></TR
></TABLE
><P
></P
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN17680"
NAME="AEN17605"
></A
><H3
><A
@ -577,7 +460,7 @@ plus SGML entities block of chars out.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN17686"
NAME="AEN17611"
></A
><P
></P
@ -604,7 +487,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> a pointer to an array of bytes to store the result</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -621,12 +504,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the length of <TT
CLASS="PARAMETER"
><I
>out</I
></TT
></TD
>&nbsp;</TD
></TR
><TR
><TD
@ -643,7 +521,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> a pointer to an array of UTF-8 chars</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -660,12 +538,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the length of <TT
CLASS="PARAMETER"
><I
>in</I
></TT
></TD
>&nbsp;</TD
></TR
><TR
><TD
@ -682,7 +555,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the quote character to escape (' or ") or zero.</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -697,20 +570,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>0 if success, -2 if the transcoding fails, or -1 otherwise
The value of <TT
CLASS="PARAMETER"
><I
>inlen</I
></TT
> after return is the number of octets consumed
as the return value is positive, else unpredictiable.
The value of <TT
CLASS="PARAMETER"
><I
>outlen</I
></TT
> after return is the number of octets consumed.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -721,7 +581,7 @@ CLASS="PARAMETER"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN17719"
NAME="AEN17640"
></A
><H3
><A
@ -762,7 +622,7 @@ If sax is NULL, fallback to the default DOM tree building routines.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN17728"
NAME="AEN17649"
></A
><P
></P
@ -789,7 +649,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> a pointer to an array of xmlChar</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -806,7 +666,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> a free form C string describing the SGML document encoding, or NULL</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -823,7 +683,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the SAX handler block</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -840,7 +700,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> if using SAX, this pointer will be provided on callbacks. </TD
>&nbsp;</TD
></TR
><TR
><TD
@ -855,7 +715,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the resulting document tree</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -866,7 +726,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN17753"
NAME="AEN17674"
></A
><H3
><A
@ -900,7 +760,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN17761"
NAME="AEN17682"
></A
><P
></P
@ -927,7 +787,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> a pointer to an array of xmlChar</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -944,7 +804,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> a free form C string describing the SGML document encoding, or NULL</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -959,7 +819,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the resulting document tree</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -970,7 +830,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN17778"
NAME="AEN17699"
></A
><H3
><A
@ -1009,7 +869,7 @@ If sax is NULL, fallback to the default DOM tree building routines.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN17786"
NAME="AEN17707"
></A
><P
></P
@ -1036,7 +896,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the filename</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1053,7 +913,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> a free form C string describing the SGML document encoding, or NULL</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1070,7 +930,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the SAX handler block</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1087,7 +947,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> if using SAX, this pointer will be provided on callbacks. </TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1102,7 +962,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the resulting document tree</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1113,7 +973,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN17811"
NAME="AEN17732"
></A
><H3
><A
@ -1146,7 +1006,7 @@ at compile-time.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN17818"
NAME="AEN17739"
></A
><P
></P
@ -1173,7 +1033,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the filename</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1190,7 +1050,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> a free form C string describing document encoding, or NULL</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1205,7 +1065,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the resulting document tree</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1216,7 +1076,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN17835"
NAME="AEN17756"
></A
><H3
><A
@ -1247,7 +1107,7 @@ document in ctxt-&gt;myDoc is not freed.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN17842"
NAME="AEN17763"
></A
><P
></P
@ -1274,7 +1134,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an SGML parser context</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1285,7 +1145,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN17851"
NAME="AEN17772"
></A
><H3
><A
@ -1339,7 +1199,7 @@ and error/warning reports.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN17862"
NAME="AEN17783"
></A
><P
></P
@ -1366,7 +1226,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> a SAX handler</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1383,7 +1243,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> The user data returned on SAX callbacks</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1400,7 +1260,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> a pointer to an array of chars</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1417,7 +1277,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> number of chars in the array</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1434,7 +1294,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an optional file name or URI</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1451,7 +1311,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an optional encoding</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1466,7 +1326,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the new parser context or NULL</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1477,7 +1337,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN17895"
NAME="AEN17816"
></A
><H3
><A
@ -1510,7 +1370,7 @@ HREF="libxml-docbparser.html#DOCBPARSERCTXTPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN17902"
NAME="AEN17823"
></A
><P
></P
@ -1537,7 +1397,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an XML parser context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1554,7 +1414,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an char array</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1571,7 +1431,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the size in byte of the chunk</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1588,7 +1448,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> last chunk indicator</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1603,7 +1463,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>zero if no error, the xmlParserErrors otherwise.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1614,7 +1474,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN17927"
NAME="AEN17848"
></A
><H3
><A
@ -1647,7 +1507,7 @@ by default if found at compile-time.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN17934"
NAME="AEN17855"
></A
><P
></P
@ -1674,7 +1534,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the filename</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1691,7 +1551,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the SGML document encoding, or NULL</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1706,7 +1566,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the new parser context or NULL</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1717,7 +1577,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN17951"
NAME="AEN17872"
></A
><H3
><A
@ -1748,7 +1608,7 @@ interface).</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN17958"
NAME="AEN17879"
></A
><P
></P
@ -1775,7 +1635,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an SGML parser context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1790,8 +1650,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>0, -1 in case of error. the parser context is augmented
as a result of the parsing.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE

File diff suppressed because it is too large Load Diff

View File

@ -122,7 +122,7 @@ NAME="LIBXML-ENTITIES"
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN7482"
NAME="AEN7453"
></A
><H2
>Name</H2
@ -130,7 +130,7 @@ NAME="AEN7482"
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN7485"
NAME="AEN7456"
></A
><H2
>Synopsis</H2
@ -370,7 +370,7 @@ HREF="libxml-entities.html#XMLCLEANUPPREDEFINEDENTITIES"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN7548"
NAME="AEN7519"
></A
><H2
>Description</H2
@ -380,14 +380,14 @@ NAME="AEN7548"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN7551"
NAME="AEN7522"
></A
><H2
>Details</H2
><DIV
CLASS="REFSECT2"
><A
NAME="AEN7553"
NAME="AEN7524"
></A
><H3
><A
@ -420,7 +420,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN7558"
NAME="AEN7529"
></A
><H3
><A
@ -437,9 +437,7 @@ CELLPADDING="6"
><PRE
CLASS="PROGRAMLISTING"
>struct xmlEntity {
#ifndef XML_WITHOUT_CORBA
void *_private; /* for Corba, must be first ! */
#endif
xmlElementType type; /* XML_ENTITY_DECL, must be second ! */
const xmlChar *name; /* Attribute name */
struct _xmlNode *children; /* NULL */
@ -468,59 +466,33 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN7563"
NAME="AEN7534"
></A
><H3
><A
NAME="XMLENTITYPTR"
></A
>xmlEntityPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>typedef xmlEntity *xmlEntityPtr;</PRE
></TD
></TR
></TABLE
><P
></P
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN7568"
NAME="AEN7538"
></A
><H3
><A
NAME="XMLENTITIESTABLEPTR"
></A
>xmlEntitiesTablePtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>typedef xmlEntitiesTable *xmlEntitiesTablePtr;</PRE
></TD
></TR
></TABLE
><P
></P
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN7573"
NAME="AEN7542"
></A
><H3
><A
@ -548,7 +520,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN7579"
NAME="AEN7548"
></A
><H3
><A
@ -598,7 +570,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN7591"
NAME="AEN7560"
></A
><P
></P
@ -625,7 +597,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the document</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -642,7 +614,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the entity name</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -659,7 +631,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the entity type XML_xxx_yyy_ENTITY</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -676,7 +648,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the entity external ID if available</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -693,7 +665,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the entity system ID if available</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -710,7 +682,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the entity content</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -725,7 +697,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>a pointer to the entity or NULL in case of error</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -736,7 +708,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN7624"
NAME="AEN7593"
></A
><H3
><A
@ -786,7 +758,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN7636"
NAME="AEN7605"
></A
><P
></P
@ -813,7 +785,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the document</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -830,7 +802,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the entity name</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -847,7 +819,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the entity type XML_xxx_yyy_ENTITY</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -864,7 +836,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the entity external ID if available</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -881,7 +853,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the entity system ID if available</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -898,7 +870,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the entity content</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -913,7 +885,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>a pointer to the entity or NULL in case of error</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -924,7 +896,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN7669"
NAME="AEN7638"
></A
><H3
><A
@ -957,7 +929,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN7677"
NAME="AEN7646"
></A
><P
></P
@ -984,7 +956,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the entity name</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -999,7 +971,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>NULL if not, othervise the entity</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1010,7 +982,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN7690"
NAME="AEN7659"
></A
><H3
><A
@ -1049,7 +1021,7 @@ in the predefined entities too.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN7699"
NAME="AEN7668"
></A
><P
></P
@ -1076,7 +1048,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the document referencing the entity</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1093,7 +1065,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the entity name</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1108,7 +1080,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>A pointer to the entity structure or NULL if not found.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1119,7 +1091,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN7716"
NAME="AEN7685"
></A
><H3
><A
@ -1157,7 +1129,7 @@ returns the corresponding entity, if found.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN7725"
NAME="AEN7694"
></A
><P
></P
@ -1184,7 +1156,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the document referencing the entity</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1201,7 +1173,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the entity name</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1216,7 +1188,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>A pointer to the entity structure or NULL if not found.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1227,7 +1199,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN7742"
NAME="AEN7711"
></A
><H3
><A
@ -1265,7 +1237,7 @@ returns the corresponding parameter entity, if found.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN7751"
NAME="AEN7720"
></A
><P
></P
@ -1292,7 +1264,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the document referencing the entity</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1309,7 +1281,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the entity name</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1324,7 +1296,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>A pointer to the entity structure or NULL if not found.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1335,7 +1307,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN7768"
NAME="AEN7737"
></A
><H3
><A
@ -1379,7 +1351,7 @@ This routine will issue a warning when encountered.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN7779"
NAME="AEN7748"
></A
><P
></P
@ -1406,7 +1378,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the document containing the string</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1423,7 +1395,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> A string to convert to XML.</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1438,7 +1410,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>A newly allocated string with the substitution done.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1449,7 +1421,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN7796"
NAME="AEN7765"
></A
><H3
><A
@ -1489,7 +1461,7 @@ must be deallocated.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN7805"
NAME="AEN7774"
></A
><P
></P
@ -1516,7 +1488,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the document containing the string</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1533,7 +1505,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> A string to convert to XML.</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1548,7 +1520,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>A newly allocated string with the substitution done.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1559,7 +1531,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN7822"
NAME="AEN7791"
></A
><H3
><A
@ -1597,7 +1569,7 @@ this routine is reentrant, and result must be deallocated.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN7831"
NAME="AEN7800"
></A
><P
></P
@ -1624,7 +1596,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the document containing the string</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1641,7 +1613,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> A string to convert to XML.</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1656,7 +1628,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>A newly allocated string with the substitution done.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1667,7 +1639,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN7848"
NAME="AEN7817"
></A
><H3
><A
@ -1697,7 +1669,7 @@ HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN7855"
NAME="AEN7824"
></A
><P
></P
@ -1722,7 +1694,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the xmlEntitiesTablePtr just created or NULL in case of error.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1733,7 +1705,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN7864"
NAME="AEN7833"
></A
><H3
><A
@ -1766,7 +1738,7 @@ HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN7872"
NAME="AEN7841"
></A
><P
></P
@ -1793,7 +1765,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> An entity table</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1808,7 +1780,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the new xmlEntitiesTablePtr or NULL in case of error.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1819,7 +1791,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN7885"
NAME="AEN7854"
></A
><H3
><A
@ -1849,7 +1821,7 @@ HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN7892"
NAME="AEN7861"
></A
><P
></P
@ -1876,7 +1848,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> An entity table</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1887,7 +1859,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN7901"
NAME="AEN7870"
></A
><H3
><A
@ -1921,7 +1893,7 @@ HREF="libxml-entities.html#XMLENTITIESTABLEPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN7909"
NAME="AEN7878"
></A
><P
></P
@ -1948,7 +1920,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> An XML buffer.</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1965,7 +1937,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> An entity table</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1976,7 +1948,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN7922"
NAME="AEN7891"
></A
><H3
><A
@ -2010,7 +1982,7 @@ HREF="libxml-entities.html#XMLENTITYPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN7930"
NAME="AEN7899"
></A
><P
></P
@ -2037,7 +2009,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> An XML buffer.</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -2054,7 +2026,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> An entity table</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -2065,7 +2037,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN7943"
NAME="AEN7912"
></A
><H3
><A

File diff suppressed because it is too large Load Diff

View File

@ -122,7 +122,7 @@ NAME="LIBXML-HTMLTREE"
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN10892"
NAME="AEN10834"
></A
><H2
>Name</H2
@ -130,7 +130,7 @@ NAME="AEN10892"
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN10895"
NAME="AEN10837"
></A
><H2
>Synopsis</H2
@ -318,7 +318,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN10941"
NAME="AEN10883"
></A
><H2
>Description</H2
@ -328,14 +328,14 @@ NAME="AEN10941"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN10944"
NAME="AEN10886"
></A
><H2
>Details</H2
><DIV
CLASS="REFSECT2"
><A
NAME="AEN10946"
NAME="AEN10888"
></A
><H3
><A
@ -351,7 +351,7 @@ CELLPADDING="6"
><TD
><PRE
CLASS="PROGRAMLISTING"
>#define HTML_TEXT_NODE XML_TEXT_NODE</PRE
>#define HTML_TEXT_NODE</PRE
></TD
></TR
></TABLE
@ -364,7 +364,7 @@ the same way as a text node in an XML document.</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN10952"
NAME="AEN10894"
></A
><H3
><A
@ -380,7 +380,7 @@ CELLPADDING="6"
><TD
><PRE
CLASS="PROGRAMLISTING"
>#define HTML_ENTITY_REF_NODE XML_ENTITY_REF_NODE</PRE
>#define HTML_ENTITY_REF_NODE</PRE
></TD
></TR
></TABLE
@ -393,7 +393,7 @@ the same way as an entity reference in an XML document.</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN10958"
NAME="AEN10900"
></A
><H3
><A
@ -409,7 +409,7 @@ CELLPADDING="6"
><TD
><PRE
CLASS="PROGRAMLISTING"
>#define HTML_COMMENT_NODE XML_COMMENT_NODE</PRE
>#define HTML_COMMENT_NODE</PRE
></TD
></TR
></TABLE
@ -422,7 +422,7 @@ the same way as a comment in an XML document.</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN10964"
NAME="AEN10906"
></A
><H3
><A
@ -438,7 +438,7 @@ CELLPADDING="6"
><TD
><PRE
CLASS="PROGRAMLISTING"
>#define HTML_PRESERVE_NODE XML_CDATA_SECTION_NODE</PRE
>#define HTML_PRESERVE_NODE</PRE
></TD
></TR
></TABLE
@ -451,7 +451,7 @@ the same way as a CDATA section in an XML document.</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN10970"
NAME="AEN10912"
></A
><H3
><A
@ -467,7 +467,7 @@ CELLPADDING="6"
><TD
><PRE
CLASS="PROGRAMLISTING"
>#define HTML_PI_NODE XML_PI_NODE</PRE
>#define HTML_PI_NODE</PRE
></TD
></TR
></TABLE
@ -480,7 +480,7 @@ the same way as a processing instruction in an XML document.</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN10976"
NAME="AEN10918"
></A
><H3
><A
@ -517,7 +517,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN10985"
NAME="AEN10927"
></A
><P
></P
@ -544,7 +544,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> URI for the dtd, or NULL</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -561,7 +561,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the external ID of the DTD, or NULL</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -576,7 +576,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>a new document</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -587,7 +587,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN11002"
NAME="AEN10944"
></A
><H3
><A
@ -624,7 +624,7 @@ HREF="libxml-tree.html#XMLCHAR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN11011"
NAME="AEN10953"
></A
><P
></P
@ -651,7 +651,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> URI for the dtd, or NULL</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -668,7 +668,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the external ID of the DTD, or NULL</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -683,7 +683,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>a new document, do not intialize the DTD if not provided</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -694,7 +694,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN11028"
NAME="AEN10970"
></A
><H3
><A
@ -727,7 +727,7 @@ HREF="libxml-htmlparser.html#HTMLDOCPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN11036"
NAME="AEN10978"
></A
><P
></P
@ -754,7 +754,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the document</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -769,7 +769,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the current encoding as flagged in the HTML source</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -780,7 +780,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN11049"
NAME="AEN10991"
></A
><H3
><A
@ -816,7 +816,7 @@ the META flag associated.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN11057"
NAME="AEN10999"
></A
><P
></P
@ -843,7 +843,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the document</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -860,7 +860,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the encoding string</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -875,7 +875,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>0 in case of success and -1 in case of error</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -886,7 +886,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN11074"
NAME="AEN11016"
></A
><H3
><A
@ -922,7 +922,7 @@ It's up to the caller to free the memory.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN11082"
NAME="AEN11024"
></A
><P
></P
@ -949,7 +949,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the document</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -966,7 +966,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> OUT: the memory pointer</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -983,7 +983,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> OUT: the memory length</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -994,7 +994,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN11099"
NAME="AEN11041"
></A
><H3
><A
@ -1028,7 +1028,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN11107"
NAME="AEN11049"
></A
><P
></P
@ -1055,7 +1055,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the FILE*</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1072,7 +1072,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the document</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1087,7 +1087,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the number of byte written or -1 in case of failure.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1098,7 +1098,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN11124"
NAME="AEN11066"
></A
><H3
><A
@ -1135,7 +1135,7 @@ used.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN11132"
NAME="AEN11074"
></A
><P
></P
@ -1162,7 +1162,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the filename (or URL)</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1179,7 +1179,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the document</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1194,7 +1194,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the number of byte written or -1 in case of failure.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1205,7 +1205,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN11149"
NAME="AEN11091"
></A
><H3
><A
@ -1244,7 +1244,7 @@ and formatting returns are added.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN11158"
NAME="AEN11100"
></A
><P
></P
@ -1271,7 +1271,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the HTML buffer output</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1288,7 +1288,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the document</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1305,7 +1305,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the current node</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1316,7 +1316,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN11175"
NAME="AEN11117"
></A
><H3
><A
@ -1355,7 +1355,7 @@ and formatting returns are added.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN11184"
NAME="AEN11126"
></A
><P
></P
@ -1382,7 +1382,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the FILE pointer</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1399,7 +1399,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the document</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1416,7 +1416,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the current node</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1427,7 +1427,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN11201"
NAME="AEN11143"
></A
><H3
><A
@ -1469,7 +1469,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN11211"
NAME="AEN11153"
></A
><P
></P
@ -1496,7 +1496,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the FILE pointer</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1513,7 +1513,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the document</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1530,7 +1530,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the current node</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1547,7 +1547,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the document encoding</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1564,7 +1564,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> should formatting spaces been added</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1579,7 +1579,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the number of byte written or -1 in case of failure.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1590,7 +1590,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN11240"
NAME="AEN11182"
></A
><H3
><A
@ -1623,7 +1623,7 @@ and formatting returns/spaces are added.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN11247"
NAME="AEN11189"
></A
><P
></P
@ -1650,7 +1650,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the filename</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1667,7 +1667,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the document</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1684,7 +1684,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the document encoding</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1699,7 +1699,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the number of byte written or -1 in case of failure.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1710,7 +1710,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN11268"
NAME="AEN11210"
></A
><H3
><A
@ -1743,7 +1743,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN11275"
NAME="AEN11217"
></A
><P
></P
@ -1770,7 +1770,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the filename</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1787,7 +1787,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the document</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1804,7 +1804,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the document encoding</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1821,7 +1821,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> should formatting spaces been added</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1836,7 +1836,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the number of byte written or -1 in case of failure.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE

View File

@ -122,7 +122,7 @@ NAME="LIBXML-NANOFTP"
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN15917"
NAME="AEN15847"
></A
><H2
>Name</H2
@ -130,7 +130,7 @@ NAME="AEN15917"
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN15920"
NAME="AEN15850"
></A
><H2
>Synopsis</H2
@ -282,7 +282,7 @@ HREF="libxml-nanoftp.html#XMLNANOFTPREAD"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN15949"
NAME="AEN15879"
></A
><H2
>Description</H2
@ -292,14 +292,14 @@ NAME="AEN15949"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN15952"
NAME="AEN15882"
></A
><H2
>Details</H2
><DIV
CLASS="REFSECT2"
><A
NAME="AEN15954"
NAME="AEN15884"
></A
><H3
><A
@ -341,7 +341,7 @@ Note that only one of year and day:minute are specified</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15961"
NAME="AEN15891"
></A
><P
></P
@ -368,7 +368,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> user provided data for the callback</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -385,7 +385,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the file name (including "-&gt;" when links are shown)</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -402,7 +402,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the attribute string</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -419,7 +419,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the owner string</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -436,7 +436,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the group string</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -453,7 +453,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the file size</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -470,7 +470,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the link count</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -487,7 +487,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the year</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -504,7 +504,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the month</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -521,7 +521,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the day</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -538,7 +538,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the hour</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -555,7 +555,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the minute</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -566,7 +566,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN16014"
NAME="AEN15944"
></A
><H3
><A
@ -595,7 +595,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN16020"
NAME="AEN15950"
></A
><P
></P
@ -622,7 +622,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the user provided context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -639,7 +639,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the data received</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -656,7 +656,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> its size in bytes</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -667,7 +667,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN16037"
NAME="AEN15967"
></A
><H3
><A
@ -697,7 +697,7 @@ and get the hostname</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN16043"
NAME="AEN15973"
></A
><H3
><A
@ -725,7 +725,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN16049"
NAME="AEN15979"
></A
><H3
><A
@ -752,7 +752,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN16055"
NAME="AEN15985"
></A
><P
></P
@ -779,7 +779,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> The URL used to initialize the context</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -790,7 +790,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN16064"
NAME="AEN15994"
></A
><H3
><A
@ -817,7 +817,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN16070"
NAME="AEN16000"
></A
><P
></P
@ -844,7 +844,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an FTP context</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -855,7 +855,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN16079"
NAME="AEN16009"
></A
><H3
><A
@ -883,7 +883,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN16085"
NAME="AEN16015"
></A
><P
></P
@ -910,7 +910,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an FTP server name</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -927,7 +927,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the port (use 21 if 0)</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -938,7 +938,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN16098"
NAME="AEN16028"
></A
><H3
><A
@ -965,7 +965,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN16104"
NAME="AEN16034"
></A
><P
></P
@ -992,7 +992,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the URL to the resource</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1003,7 +1003,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN16113"
NAME="AEN16043"
></A
><H3
><A
@ -1030,7 +1030,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN16119"
NAME="AEN16049"
></A
><P
></P
@ -1057,7 +1057,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an FTP context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1072,7 +1072,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>-1 in case of error, 0 otherwise</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1083,7 +1083,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN16132"
NAME="AEN16062"
></A
><H3
><A
@ -1110,7 +1110,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN16138"
NAME="AEN16068"
></A
><P
></P
@ -1137,7 +1137,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an FTP context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1152,7 +1152,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>-1 incase of error, 0 otherwise</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1163,7 +1163,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN16151"
NAME="AEN16081"
></A
><H3
><A
@ -1190,7 +1190,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN16157"
NAME="AEN16087"
></A
><P
></P
@ -1217,7 +1217,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an FTP context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1232,7 +1232,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>-1 in case of error, 0 otherwise</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1243,7 +1243,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN16170"
NAME="AEN16100"
></A
><H3
><A
@ -1273,7 +1273,7 @@ A NULL URL cleans up proxy informations.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN16176"
NAME="AEN16106"
></A
><P
></P
@ -1300,7 +1300,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> The proxy URL used to initialize the proxy context</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1311,7 +1311,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN16185"
NAME="AEN16115"
></A
><H3
><A
@ -1344,7 +1344,7 @@ ftp_proxy_password environment variables.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN16191"
NAME="AEN16121"
></A
><P
></P
@ -1371,7 +1371,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the proxy host name</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1388,7 +1388,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the proxy port</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1405,7 +1405,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the proxy user name</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1422,7 +1422,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the proxy password</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1439,12 +1439,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the type of proxy 1 for using SITE, 2 for USER a<TT
CLASS="PARAMETER"
><I
>b</I
></TT
></TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1455,7 +1450,7 @@ CLASS="PARAMETER"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN16217"
NAME="AEN16146"
></A
><H3
><A
@ -1487,7 +1482,7 @@ be established.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN16223"
NAME="AEN16152"
></A
><P
></P
@ -1514,7 +1509,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an FTP context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1531,7 +1526,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> The URL used to update the context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1546,7 +1541,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>0 if Ok, -1 in case of error (other host).</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1557,7 +1552,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN16240"
NAME="AEN16169"
></A
><H3
><A
@ -1584,7 +1579,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN16246"
NAME="AEN16175"
></A
><P
></P
@ -1611,7 +1606,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an FTP context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1626,7 +1621,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the code number</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1637,7 +1632,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN16259"
NAME="AEN16188"
></A
><H3
><A
@ -1664,7 +1659,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN16265"
NAME="AEN16194"
></A
><P
></P
@ -1691,7 +1686,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an FTP context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1706,7 +1701,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the code number, or 0</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1717,7 +1712,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN16278"
NAME="AEN16207"
></A
><H3
><A
@ -1745,7 +1740,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN16284"
NAME="AEN16213"
></A
><P
></P
@ -1772,7 +1767,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an FTP context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1789,7 +1784,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> a directory on the server</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1804,7 +1799,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>-1 incase of error, 1 if CWD worked, 0 if it failed</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1815,7 +1810,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN16301"
NAME="AEN16230"
></A
><H3
><A
@ -1843,7 +1838,7 @@ passive mode is supported.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN16307"
NAME="AEN16236"
></A
><P
></P
@ -1870,7 +1865,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an FTP context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1885,7 +1880,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>-1 incase of error, 0 otherwise</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1896,7 +1891,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN16320"
NAME="AEN16249"
></A
><H3
><A
@ -1923,7 +1918,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN16326"
NAME="AEN16255"
></A
><P
></P
@ -1950,7 +1945,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an FTP context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1965,7 +1960,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>-1 incase of error, 0 otherwise</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1976,7 +1971,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN16339"
NAME="AEN16268"
></A
><H3
><A
@ -2010,7 +2005,7 @@ in the callbacks.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN16346"
NAME="AEN16275"
></A
><P
></P
@ -2037,7 +2032,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an FTP context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -2054,7 +2049,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the user callback</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -2071,7 +2066,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the user callback data</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -2088,7 +2083,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> optional files to list</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -2103,7 +2098,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>-1 incase of error, 0 otherwise</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -2114,7 +2109,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN16371"
NAME="AEN16300"
></A
><H3
><A
@ -2142,7 +2137,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN16377"
NAME="AEN16306"
></A
><P
></P
@ -2169,7 +2164,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an FTP context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -2186,7 +2181,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the file to retrieve (or NULL if path is in context).</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -2201,7 +2196,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the socket for the data connection, or &lt;0 in case of error</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -2212,7 +2207,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN16394"
NAME="AEN16323"
></A
><H3
><A
@ -2246,7 +2241,7 @@ in the callbacks. The last callback has a size of 0 block.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN16401"
NAME="AEN16330"
></A
><P
></P
@ -2273,7 +2268,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an FTP context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -2290,7 +2285,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the user callback</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -2307,7 +2302,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the user callback data</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -2324,7 +2319,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the file to retrieve</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -2339,7 +2334,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>-1 incase of error, 0 otherwise</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -2350,7 +2345,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN16426"
NAME="AEN16355"
></A
><H3
><A
@ -2390,7 +2385,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN16434"
NAME="AEN16363"
></A
><P
></P
@ -2417,7 +2412,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the FTP context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -2434,7 +2429,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> a buffer</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -2451,7 +2446,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the buffer length</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -2466,8 +2461,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the number of byte read. 0 is an indication of an end of connection.
-1 indicates a parameter error.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE

View File

@ -122,7 +122,7 @@ NAME="LIBXML-NANOHTTP"
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN15620"
NAME="AEN15550"
></A
><H2
>Name</H2
@ -130,7 +130,7 @@ NAME="AEN15620"
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN15623"
NAME="AEN15553"
></A
><H2
>Synopsis</H2
@ -221,7 +221,7 @@ HREF="libxml-nanohttp.html#XMLNANOHTTPCLOSE"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN15639"
NAME="AEN15569"
></A
><H2
>Description</H2
@ -231,14 +231,14 @@ NAME="AEN15639"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN15642"
NAME="AEN15572"
></A
><H2
>Details</H2
><DIV
CLASS="REFSECT2"
><A
NAME="AEN15644"
NAME="AEN15574"
></A
><H3
><A
@ -267,7 +267,7 @@ Currently it just checks for proxy informations</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15650"
NAME="AEN15580"
></A
><H3
><A
@ -293,7 +293,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15655"
NAME="AEN15585"
></A
><H3
><A
@ -323,7 +323,7 @@ A NULL URL cleans up proxy informations.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15661"
NAME="AEN15591"
></A
><P
></P
@ -350,7 +350,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> The proxy URL used to initialize the proxy context</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -361,7 +361,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15670"
NAME="AEN15600"
></A
><H3
><A
@ -391,7 +391,7 @@ and save it's content in the file.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15676"
NAME="AEN15606"
></A
><P
></P
@ -418,7 +418,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> The URL to load</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -435,7 +435,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the filename where the content should be saved</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -452,8 +452,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> if available the Content-Type information will be
returned at that location</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -468,8 +467,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>-1 in case of failure, 0 incase of success. The contentType,
if provided must be freed by the caller</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -480,7 +478,7 @@ if provided must be freed by the caller</TD
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15697"
NAME="AEN15627"
></A
><H3
><A
@ -518,7 +516,7 @@ and the input buffer for the request content.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15704"
NAME="AEN15634"
></A
><P
></P
@ -545,7 +543,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> The URL to load</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -562,7 +560,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the HTTP method to use</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -579,7 +577,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the input string if any</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -596,7 +594,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the Content-Type information IN and OUT</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -613,7 +611,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the extra headers</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -624,7 +622,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15729"
NAME="AEN15659"
></A
><H3
><A
@ -663,7 +661,7 @@ and the input buffer for the request content.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15736"
NAME="AEN15666"
></A
><P
></P
@ -690,7 +688,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> The URL to load</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -707,7 +705,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the HTTP method to use</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -724,7 +722,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the input string if any</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -741,7 +739,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the Content-Type information IN and OUT</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -758,7 +756,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the redirected URL OUT</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -775,7 +773,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the extra headers</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -786,7 +784,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15765"
NAME="AEN15695"
></A
><H3
><A
@ -815,7 +813,7 @@ via HTTP GET.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15771"
NAME="AEN15701"
></A
><P
></P
@ -842,7 +840,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> The URL to load</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -859,8 +857,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> if available the Content-Type information will be
returned at that location</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -871,7 +868,7 @@ returned at that location</TD
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15784"
NAME="AEN15714"
></A
><H3
><A
@ -901,7 +898,7 @@ via HTTP GET.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15790"
NAME="AEN15720"
></A
><P
></P
@ -928,7 +925,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> The URL to load</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -945,8 +942,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> if available the Content-Type information will be
returned at that location</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -963,7 +959,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> if availble the redirected URL will be returned</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -974,7 +970,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15807"
NAME="AEN15737"
></A
><H3
><A
@ -1001,7 +997,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15813"
NAME="AEN15743"
></A
><P
></P
@ -1028,7 +1024,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the HTTP context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1043,7 +1039,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the HTTP return code for the request.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1054,7 +1050,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15826"
NAME="AEN15756"
></A
><H3
><A
@ -1081,7 +1077,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15832"
NAME="AEN15762"
></A
><P
></P
@ -1108,7 +1104,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the HTTP context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1123,8 +1119,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the stashed value of the WWW-Authenticate or Proxy-Authenticate
header.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1135,7 +1130,7 @@ header.</TD
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15845"
NAME="AEN15775"
></A
><H3
><A
@ -1175,7 +1170,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15853"
NAME="AEN15783"
></A
><P
></P
@ -1202,7 +1197,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the HTTP context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1219,7 +1214,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> a buffer</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1236,7 +1231,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the buffer length</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1251,8 +1246,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the number of byte read. 0 is an indication of an end of connection.
-1 indicates a parameter error.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1263,7 +1257,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15874"
NAME="AEN15804"
></A
><H3
><A
@ -1292,7 +1286,7 @@ It closes and free the context at the end</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15880"
NAME="AEN15810"
></A
><P
></P
@ -1319,7 +1313,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the HTTP context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1336,7 +1330,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the filename where the content should be saved</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1351,7 +1345,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>-1 in case of failure, 0 incase of success.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1362,7 +1356,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15897"
NAME="AEN15827"
></A
><H3
><A
@ -1390,7 +1384,7 @@ free all data related to it.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15903"
NAME="AEN15833"
></A
><P
></P
@ -1417,7 +1411,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the HTTP context</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -122,7 +122,7 @@ NAME="LIBXML-URI"
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN9740"
NAME="AEN9701"
></A
><H2
>Name</H2
@ -130,7 +130,7 @@ NAME="AEN9740"
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN9743"
NAME="AEN9704"
></A
><H2
>Synopsis</H2
@ -258,7 +258,7 @@ HREF="libxml-uri.html#XMLURIPTR"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN9775"
NAME="AEN9736"
></A
><H2
>Description</H2
@ -268,14 +268,14 @@ NAME="AEN9775"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN9778"
NAME="AEN9739"
></A
><H2
>Details</H2
><DIV
CLASS="REFSECT2"
><A
NAME="AEN9780"
NAME="AEN9741"
></A
><H3
><A
@ -324,7 +324,7 @@ as described in RFC 2396 but separated for further processing</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN9786"
NAME="AEN9747"
></A
><H3
><A
@ -337,7 +337,7 @@ NAME="XMLURIPTR"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN9790"
NAME="AEN9751"
></A
><H3
><A
@ -367,7 +367,7 @@ HREF="libxml-uri.html#XMLURIPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN9797"
NAME="AEN9758"
></A
><P
></P
@ -403,7 +403,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN9806"
NAME="AEN9767"
></A
><H3
><A
@ -445,7 +445,7 @@ RFC 2396</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN9816"
NAME="AEN9777"
></A
><P
></P
@ -515,7 +515,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN9833"
NAME="AEN9794"
></A
><H3
><A
@ -547,7 +547,7 @@ HREF="libxml-uri.html#XMLURIPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN9841"
NAME="AEN9802"
></A
><P
></P
@ -600,7 +600,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN9854"
NAME="AEN9815"
></A
><H3
><A
@ -639,7 +639,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN9863"
NAME="AEN9824"
></A
><P
></P
@ -709,7 +709,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN9880"
NAME="AEN9841"
></A
><H3
><A
@ -742,7 +742,7 @@ HREF="libxml-uri.html#XMLURIPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN9888"
NAME="AEN9849"
></A
><P
></P
@ -795,7 +795,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN9901"
NAME="AEN9862"
></A
><H3
><A
@ -834,7 +834,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN9910"
NAME="AEN9871"
></A
><P
></P
@ -889,7 +889,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN9923"
NAME="AEN9884"
></A
><H3
><A
@ -927,7 +927,7 @@ and the characters in the exception list.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN9932"
NAME="AEN9893"
></A
><P
></P
@ -997,7 +997,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN9949"
NAME="AEN9910"
></A
><H3
><A
@ -1030,7 +1030,7 @@ CLASS="LITERAL"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN9956"
NAME="AEN9917"
></A
><P
></P
@ -1117,7 +1117,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN9977"
NAME="AEN9938"
></A
><H3
><A
@ -1147,7 +1147,7 @@ Section 5.2, steps 6.c through 6.g.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN9984"
NAME="AEN9945"
></A
><P
></P
@ -1200,7 +1200,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN9997"
NAME="AEN9958"
></A
><H3
><A
@ -1235,7 +1235,7 @@ based it's impossible to be sure.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN10005"
NAME="AEN9966"
></A
><P
></P
@ -1288,7 +1288,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN10018"
NAME="AEN9979"
></A
><H3
><A
@ -1318,7 +1318,7 @@ HREF="libxml-uri.html#XMLURIPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN10025"
NAME="AEN9986"
></A
><P
></P

File diff suppressed because it is too large Load Diff

View File

@ -122,7 +122,7 @@ NAME="LIBXML-XINCLUDE"
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN15581"
NAME="AEN15511"
></A
><H2
>Name</H2
@ -130,7 +130,7 @@ NAME="AEN15581"
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN15584"
NAME="AEN15514"
></A
><H2
>Synopsis</H2
@ -159,7 +159,7 @@ HREF="libxml-tree.html#XMLDOCPTR"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN15589"
NAME="AEN15519"
></A
><H2
>Description</H2
@ -169,14 +169,14 @@ NAME="AEN15589"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN15592"
NAME="AEN15522"
></A
><H2
>Details</H2
><DIV
CLASS="REFSECT2"
><A
NAME="AEN15594"
NAME="AEN15524"
></A
><H3
><A
@ -211,7 +211,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15602"
NAME="AEN15532"
></A
><P
></P
@ -238,7 +238,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an XML document</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -253,8 +253,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>0 if no substition were done, -1 if some processing failed
or the number of substitutions done.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE

View File

@ -122,7 +122,7 @@ NAME="LIBXML-XMLERROR"
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN10039"
NAME="AEN10000"
></A
><H2
>Name</H2
@ -130,7 +130,7 @@ NAME="AEN10039"
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN10042"
NAME="AEN10003"
></A
><H2
>Synopsis</H2
@ -208,7 +208,7 @@ HREF="libxml-parser.html#XMLPARSERINPUTPTR"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN10057"
NAME="AEN10018"
></A
><H2
>Description</H2
@ -218,14 +218,14 @@ NAME="AEN10057"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN10060"
NAME="AEN10021"
></A
><H2
>Details</H2
><DIV
CLASS="REFSECT2"
><A
NAME="AEN10062"
NAME="AEN10023"
></A
><H3
><A
@ -378,7 +378,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN10067"
NAME="AEN10028"
></A
><H3
><A
@ -405,7 +405,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN10072"
NAME="AEN10033"
></A
><P
></P
@ -477,7 +477,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN10089"
NAME="AEN10050"
></A
><H3
><A
@ -539,7 +539,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN10101"
NAME="AEN10062"
></A
><P
></P
@ -566,7 +566,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the new error handling context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -583,7 +583,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the new handler function</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -594,7 +594,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN10114"
NAME="AEN10075"
></A
><H3
><A
@ -624,7 +624,7 @@ extra parameters.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN10120"
NAME="AEN10081"
></A
><P
></P
@ -651,7 +651,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an XML parser context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -668,7 +668,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the message to display/transmit</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -685,7 +685,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> extra parameters for the message display</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -696,7 +696,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN10137"
NAME="AEN10098"
></A
><H3
><A
@ -726,7 +726,7 @@ extra parameters.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN10143"
NAME="AEN10104"
></A
><P
></P
@ -753,7 +753,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an XML parser context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -770,7 +770,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the message to display/transmit</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -787,7 +787,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> extra parameters for the message display</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -798,7 +798,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN10160"
NAME="AEN10121"
></A
><H3
><A
@ -828,7 +828,7 @@ line, position and extra parameters.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN10166"
NAME="AEN10127"
></A
><P
></P
@ -855,7 +855,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an XML parser context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -872,7 +872,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the message to display/transmit</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -889,7 +889,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> extra parameters for the message display</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -900,7 +900,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN10183"
NAME="AEN10144"
></A
><H3
><A
@ -930,7 +930,7 @@ position and extra parameters.</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN10189"
NAME="AEN10150"
></A
><P
></P
@ -957,7 +957,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an XML parser context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -974,7 +974,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the message to display/transmit</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -991,7 +991,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> extra parameters for the message display</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1002,7 +1002,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN10206"
NAME="AEN10167"
></A
><H3
><A
@ -1032,7 +1032,7 @@ HREF="libxml-parser.html#XMLPARSERINPUTPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN10213"
NAME="AEN10174"
></A
><P
></P
@ -1059,7 +1059,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an xmlParserInputPtr input</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1070,7 +1070,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN10222"
NAME="AEN10183"
></A
><H3
><A
@ -1100,7 +1100,7 @@ HREF="libxml-parser.html#XMLPARSERINPUTPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN10229"
NAME="AEN10190"
></A
><P
></P
@ -1127,7 +1127,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an xmlParserInputPtr input</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE

File diff suppressed because it is too large Load Diff

View File

@ -110,7 +110,7 @@ NAME="LIBXML-XMLMEMORY"
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN21914"
NAME="AEN21815"
></A
><H2
>Name</H2
@ -118,7 +118,7 @@ NAME="AEN21914"
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN21917"
NAME="AEN21818"
></A
><H2
>Synopsis</H2
@ -261,7 +261,7 @@ HREF="libxml-xmlmemory.html#XMLMEMSTRDUPLOC"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN21949"
NAME="AEN21850"
></A
><H2
>Description</H2
@ -271,14 +271,14 @@ NAME="AEN21949"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN21952"
NAME="AEN21853"
></A
><H2
>Details</H2
><DIV
CLASS="REFSECT2"
><A
NAME="AEN21954"
NAME="AEN21855"
></A
><H3
><A
@ -294,7 +294,7 @@ CELLPADDING="6"
><TD
><PRE
CLASS="PROGRAMLISTING"
>#define DEBUG_MEMORY</PRE
>#define DEBUG_MEMORY</PRE
></TD
></TR
></TABLE
@ -309,7 +309,7 @@ libxml i.e. if libxml has been configured with --with-debug-mem too</P
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN21960"
NAME="AEN21861"
></A
><H3
><A
@ -325,7 +325,7 @@ CELLPADDING="6"
><TD
><PRE
CLASS="PROGRAMLISTING"
>#define MEM_LIST /* keep a list of all the allocated memory blocks */</PRE
>#define MEM_LIST</PRE
></TD
></TR
></TABLE
@ -335,7 +335,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN21965"
NAME="AEN21866"
></A
><H3
><A
@ -360,7 +360,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN21970"
NAME="AEN21871"
></A
><P
></P
@ -398,7 +398,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN21979"
NAME="AEN21880"
></A
><H3
><A
@ -423,7 +423,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN21984"
NAME="AEN21885"
></A
><P
></P
@ -461,7 +461,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN21993"
NAME="AEN21894"
></A
><H3
><A
@ -487,7 +487,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN21998"
NAME="AEN21899"
></A
><P
></P
@ -542,7 +542,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN22011"
NAME="AEN21912"
></A
><H3
><A
@ -567,7 +567,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN22016"
NAME="AEN21917"
></A
><P
></P
@ -620,7 +620,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN22029"
NAME="AEN21930"
></A
><H3
><A
@ -666,7 +666,7 @@ done ?</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN22040"
NAME="AEN21941"
></A
><P
></P
@ -693,10 +693,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the <GTKDOCLINK
HREF="FREE"
>free</GTKDOCLINK
>() function to use</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -713,10 +710,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the <GTKDOCLINK
HREF="MALLOC"
>malloc</GTKDOCLINK
>() function to use</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -733,10 +727,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the <GTKDOCLINK
HREF="REALLOC"
>realloc</GTKDOCLINK
>() function to use</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -753,10 +744,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the <GTKDOCLINK
HREF="STRDUP"
>strdup</GTKDOCLINK
>() function to use</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -771,7 +759,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>0 on success</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -782,7 +770,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN22069"
NAME="AEN21966"
></A
><H3
><A
@ -824,7 +812,7 @@ HREF="libxml-xmlmemory.html#XMLSTRDUPFUNC"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN22079"
NAME="AEN21976"
></A
><P
></P
@ -851,10 +839,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the <GTKDOCLINK
HREF="FREE"
>free</GTKDOCLINK
>() function in use</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -871,10 +856,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the <GTKDOCLINK
HREF="MALLOC"
>malloc</GTKDOCLINK
>() function in use</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -891,10 +873,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the <GTKDOCLINK
HREF="REALLOC"
>realloc</GTKDOCLINK
>() function in use</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -911,10 +890,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the <GTKDOCLINK
HREF="STRDUP"
>strdup</GTKDOCLINK
>() function in use</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -929,7 +905,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>0 on success</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -940,7 +916,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN22108"
NAME="AEN22001"
></A
><H3
><A
@ -967,7 +943,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN22114"
NAME="AEN22007"
></A
><P
></P
@ -992,7 +968,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>0 on success</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1003,7 +979,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN22123"
NAME="AEN22016"
></A
><H3
><A
@ -1030,7 +1006,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN22129"
NAME="AEN22022"
></A
><P
></P
@ -1055,7 +1031,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>an int representing the amount of memory allocated.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1066,7 +1042,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN22138"
NAME="AEN22031"
></A
><H3
><A
@ -1096,7 +1072,7 @@ HREF="FILE-CAPS"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN22145"
NAME="AEN22038"
></A
><P
></P
@ -1123,8 +1099,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> a FILE descriptor used as the output file, if NULL, the result is
written to the file .memorylist</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1135,7 +1110,7 @@ written to the file .memorylist</TD
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN22154"
NAME="AEN22047"
></A
><H3
><A
@ -1172,7 +1147,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN22162"
NAME="AEN22055"
></A
><P
></P
@ -1199,7 +1174,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> a FILE descriptor used as the output file</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1216,7 +1191,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> number of entries to dump</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1227,7 +1202,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN22175"
NAME="AEN22068"
></A
><H3
><A
@ -1255,7 +1230,7 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN22181"
NAME="AEN22074"
></A
><H3
><A
@ -1271,7 +1246,7 @@ CELLPADDING="6"
><TD
><PRE
CLASS="PROGRAMLISTING"
>#define xmlMalloc(x) xmlMallocLoc((x), __FILE__, __LINE__)</PRE
>#define xmlMalloc(x)</PRE
></TD
></TR
></TABLE
@ -1280,7 +1255,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN22186"
NAME="AEN22079"
></A
><P
></P
@ -1318,7 +1293,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN22195"
NAME="AEN22088"
></A
><H3
><A
@ -1334,7 +1309,7 @@ CELLPADDING="6"
><TD
><PRE
CLASS="PROGRAMLISTING"
>#define xmlRealloc(p, x) xmlReallocLoc((p), (x), __FILE__, __LINE__)</PRE
>#define xmlRealloc(p, x)</PRE
></TD
></TR
></TABLE
@ -1343,7 +1318,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN22200"
NAME="AEN22093"
></A
><P
></P
@ -1398,7 +1373,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN22213"
NAME="AEN22106"
></A
><H3
><A
@ -1414,7 +1389,7 @@ CELLPADDING="6"
><TD
><PRE
CLASS="PROGRAMLISTING"
>#define xmlMemStrdup(x) xmlMemStrdupLoc((x), __FILE__, __LINE__)</PRE
>#define xmlMemStrdup(x)</PRE
></TD
></TR
></TABLE
@ -1423,7 +1398,7 @@ CLASS="PROGRAMLISTING"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN22218"
NAME="AEN22111"
></A
><P
></P
@ -1461,7 +1436,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN22227"
NAME="AEN22120"
></A
><H3
><A
@ -1493,7 +1468,7 @@ HREF="MALLOC"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN22234"
NAME="AEN22127"
></A
><P
></P
@ -1520,7 +1495,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an int specifying the size in byte to allocate.</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1537,7 +1512,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the file name or NULL</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1554,7 +1529,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the line number</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1565,7 +1540,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN22251"
NAME="AEN22144"
></A
><H3
><A
@ -1598,7 +1573,7 @@ HREF="REALLOC"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN22258"
NAME="AEN22151"
></A
><P
></P
@ -1625,7 +1600,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the initial memory block pointer</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1642,7 +1617,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an int specifying the size in byte to allocate.</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1659,7 +1634,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the file name or NULL</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1676,7 +1651,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the line number</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1687,7 +1662,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN22279"
NAME="AEN22172"
></A
><H3
><A
@ -1719,7 +1694,7 @@ HREF="STRDUP"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN22286"
NAME="AEN22179"
></A
><P
></P
@ -1763,7 +1738,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the file name or NULL</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1780,7 +1755,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the line number</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1795,7 +1770,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>a pointer to the new string or NULL if allocation error occured.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -122,7 +122,7 @@ NAME="LIBXML-XPOINTER"
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN14980"
NAME="AEN14911"
></A
><H2
>Name</H2
@ -130,7 +130,7 @@ NAME="AEN14980"
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN14983"
NAME="AEN14914"
></A
><H2
>Synopsis</H2
@ -410,7 +410,7 @@ HREF="libxml-xpath.html#XMLXPATHPARSERCONTEXTPTR"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN15058"
NAME="AEN14989"
></A
><H2
>Description</H2
@ -420,14 +420,14 @@ NAME="AEN15058"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN15061"
NAME="AEN14992"
></A
><H2
>Details</H2
><DIV
CLASS="REFSECT2"
><A
NAME="AEN15063"
NAME="AEN14994"
></A
><H3
><A
@ -457,33 +457,20 @@ CLASS="PROGRAMLISTING"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15068"
NAME="AEN14999"
></A
><H3
><A
NAME="XMLLOCATIONSETPTR"
></A
>xmlLocationSetPtr</H3
><TABLE
BORDER="0"
BGCOLOR="#D6E8FF"
WIDTH="100%"
CELLPADDING="6"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>typedef xmlLocationSet *xmlLocationSetPtr;</PRE
></TD
></TR
></TABLE
><P
></P
></DIV
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15073"
NAME="AEN15003"
></A
><H3
><A
@ -521,7 +508,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15082"
NAME="AEN15012"
></A
><P
></P
@ -548,7 +535,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an initial xmlXPathObjectPtr, or NULL</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -563,7 +550,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the newly created object.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -574,7 +561,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15095"
NAME="AEN15025"
></A
><H3
><A
@ -604,7 +591,7 @@ HREF="libxml-xpointer.html#XMLLOCATIONSETPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15102"
NAME="AEN15032"
></A
><P
></P
@ -631,7 +618,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the xmlLocationSetPtr to free</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -642,7 +629,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15111"
NAME="AEN15041"
></A
><H3
><A
@ -689,7 +676,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15122"
NAME="AEN15052"
></A
><P
></P
@ -716,7 +703,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the first LocationSet</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -733,7 +720,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the second LocationSet</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -748,7 +735,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>val1 once extended or NULL in case of error.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -759,7 +746,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15139"
NAME="AEN15069"
></A
><H3
><A
@ -798,7 +785,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15148"
NAME="AEN15078"
></A
><P
></P
@ -825,7 +812,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the starting node</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -842,7 +829,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the start index</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -859,7 +846,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the ending point</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -876,7 +863,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the ending index</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -891,7 +878,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the newly created object.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -902,7 +889,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15173"
NAME="AEN15103"
></A
><H3
><A
@ -939,7 +926,7 @@ HREF="libxml-xpath.html#XMLXPATHOBJECTPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15182"
NAME="AEN15112"
></A
><P
></P
@ -966,7 +953,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the starting point</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -983,7 +970,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the ending point</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -998,7 +985,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the newly created object.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1009,7 +996,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15199"
NAME="AEN15129"
></A
><H3
><A
@ -1046,7 +1033,7 @@ HREF="libxml-xpath.html#XMLXPATHOBJECTPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15208"
NAME="AEN15138"
></A
><P
></P
@ -1073,7 +1060,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the starting node</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1090,7 +1077,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the ending point</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1105,7 +1092,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the newly created object.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1116,7 +1103,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15225"
NAME="AEN15155"
></A
><H3
><A
@ -1153,7 +1140,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15234"
NAME="AEN15164"
></A
><P
></P
@ -1180,7 +1167,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the starting point</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1197,7 +1184,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the ending node</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1212,7 +1199,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the newly created object.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1223,7 +1210,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15251"
NAME="AEN15181"
></A
><H3
><A
@ -1260,7 +1247,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15260"
NAME="AEN15190"
></A
><P
></P
@ -1287,7 +1274,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the starting node</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1304,7 +1291,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the ending node</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1319,7 +1306,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the newly created object.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1330,7 +1317,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15277"
NAME="AEN15207"
></A
><H3
><A
@ -1379,7 +1366,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15288"
NAME="AEN15218"
></A
><P
></P
@ -1406,7 +1393,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the start NodePtr value</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1423,7 +1410,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the end NodePtr value or NULL</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1438,7 +1425,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the newly created object.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1449,7 +1436,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15305"
NAME="AEN15235"
></A
><H3
><A
@ -1489,7 +1476,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15314"
NAME="AEN15244"
></A
><P
></P
@ -1516,7 +1503,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> a node set</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1531,7 +1518,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the newly created object.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1542,7 +1529,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15327"
NAME="AEN15257"
></A
><H3
><A
@ -1579,7 +1566,7 @@ HREF="libxml-xpath.html#XMLXPATHOBJECTPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15336"
NAME="AEN15266"
></A
><P
></P
@ -1606,7 +1593,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the starting node</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1623,7 +1610,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the ending object</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1638,7 +1625,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the newly created object.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1649,7 +1636,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15353"
NAME="AEN15283"
></A
><H3
><A
@ -1682,7 +1669,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15361"
NAME="AEN15291"
></A
><P
></P
@ -1709,7 +1696,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the starting and ending node</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1724,7 +1711,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the newly created object.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1735,7 +1722,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15374"
NAME="AEN15304"
></A
><H3
><A
@ -1775,7 +1762,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15383"
NAME="AEN15313"
></A
><P
></P
@ -1802,7 +1789,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the initial range set</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1819,7 +1806,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> a new xmlXPathObjectPtr</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1830,7 +1817,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15396"
NAME="AEN15326"
></A
><H3
><A
@ -1868,7 +1855,7 @@ CLASS="PARAMETER"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15405"
NAME="AEN15335"
></A
><P
></P
@ -1895,7 +1882,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the LocationSet value</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1910,7 +1897,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the newly created object.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -1921,7 +1908,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15418"
NAME="AEN15348"
></A
><H3
><A
@ -1955,7 +1942,7 @@ HREF="libxml-xpath.html#XMLXPATHOBJECTPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15426"
NAME="AEN15356"
></A
><P
></P
@ -1982,7 +1969,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the initial range set</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -1999,7 +1986,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> an xmlXPathObjectPtr</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -2010,7 +1997,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15439"
NAME="AEN15369"
></A
><H3
><A
@ -2041,7 +2028,7 @@ HREF="libxml-xpointer.html#XMLLOCATIONSETPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15446"
NAME="AEN15376"
></A
><P
></P
@ -2068,7 +2055,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the initial range set</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -2085,7 +2072,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the index to remove</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -2096,7 +2083,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15459"
NAME="AEN15389"
></A
><H3
><A
@ -2137,7 +2124,7 @@ HREF="libxml-tree.html#XMLNODEPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15469"
NAME="AEN15399"
></A
><P
></P
@ -2164,7 +2151,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the XML document</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -2181,7 +2168,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the node that directly contains the XPointer being evaluated or NULL</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -2198,8 +2185,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the element from which a user or program initiated traversal of
the link, or NULL.</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -2214,7 +2200,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the xmlXPathContext just allocated.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -2225,7 +2211,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15490"
NAME="AEN15420"
></A
><H3
><A
@ -2262,7 +2248,7 @@ HREF="libxml-xpath.html#XMLXPATHCONTEXTPTR"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15499"
NAME="AEN15429"
></A
><P
></P
@ -2289,7 +2275,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the XPointer expression</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -2306,7 +2292,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the XPointer context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -2321,8 +2307,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>the xmlXPathObjectPtr resulting from the eveluation or NULL.
the caller has to free the object.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -2333,7 +2318,7 @@ the caller has to free the object.</TD
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15516"
NAME="AEN15446"
></A
><H3
><A
@ -2367,7 +2352,7 @@ HREF="TO"
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15524"
NAME="AEN15454"
></A
><P
></P
@ -2394,7 +2379,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the XPointer Parser context</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -2411,7 +2396,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the number of args</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -2422,7 +2407,7 @@ VALIGN="TOP"
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15537"
NAME="AEN15467"
></A
><H3
><A
@ -2449,13 +2434,14 @@ HREF="libxml-xpath.html#XMLXPATHOBJECTPTR"
></TR
></TABLE
><P
>Build a node list tree copy of the XPointer result.</P
>Build a node list tree copy of the XPointer result.
This will drop Attributes and Namespace declarations.</P
><P
></P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15545"
NAME="AEN15475"
></A
><P
></P
@ -2482,7 +2468,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the XPointer result from the evaluation.</TD
>&nbsp;</TD
></TR
><TR
><TD
@ -2497,8 +2483,7 @@ CLASS="EMPHASIS"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
>an xmlNodePtr list or NULL.
the caller has to free the node tree.</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE
@ -2509,7 +2494,7 @@ the caller has to free the node tree.</TD
><HR><DIV
CLASS="REFSECT2"
><A
NAME="AEN15558"
NAME="AEN15488"
></A
><H3
><A
@ -2546,7 +2531,7 @@ a Location Set instead of a node set</P
><DIV
CLASS="INFORMALTABLE"
><A
NAME="AEN15567"
NAME="AEN15497"
></A
><P
></P
@ -2573,7 +2558,7 @@ CLASS="PARAMETER"
WIDTH="80%"
ALIGN="LEFT"
VALIGN="TOP"
> the XPointer Parser context</TD
>&nbsp;</TD
></TR
></TBODY
></TABLE

View File

@ -129,8 +129,8 @@ has been considerably improved and the conformance to the XML specification
has been drastically improve. Don't take those changes as an excuse to not
upgrade, it may cost a lot on the long term ...</p>
<p><a href="mailto:Daniel.Veillard@w3.org">Daniel Veillard</a></p>
<p><a href="mailto:daniel@veillard.com">Daniel Veillard</a></p>
<p>$Id: upgrade.html,v 1.7 2000/06/30 18:39:56 veillard Exp $</p>
<p>$Id: upgrade.html,v 1.8 2001/03/16 22:04:15 veillard Exp $</p>
</body>
</html>

View File

@ -1549,7 +1549,9 @@ Gnome CVS base under gnome-xml/example</p>
<li><a href="mailto:doolin@cs.utk.edu">David Doolin</a> provides a
precompiled Windows version
<p><a
href="http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/">http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/</a></p>
href="http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/">http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/</a>
(older). The distribution now includes projects and makefiles for Windows
compiler contributed by various people.</p>
</li>
<li><a
href="http://mail.gnome.org/archives/xml/2001-March/msg00014.html">Matt
@ -1557,19 +1559,21 @@ Gnome CVS base under gnome-xml/example</p>
href="http://axkit.org/download/">XML::LibXSLT</a>, a perl wrapper for
libxml2/libxslt as part of the <a href="http://axkit.com/">AxKit XML
application server</a></li>
<li><a href="mailto:fnatter@gmx.net">Felix Natter</a> and
<a href="mailto:geertk@ai.rug.nl">Geert Kloosterman</a> provide <a
<li><a href="mailto:fnatter@gmx.net">Felix Natter</a> and <a
href="mailto:geertk@ai.rug.nl">Geert Kloosterman</a> provide <a
href="libxml-doc.el">an emacs module</a> to lookup libxml(2) functions
documentation</li>
<li><a href="mailto:sherwin@nlm.nih.gov">Ziying Sherwin</a> provided <a
href="http://xmlsoft.org/messages/0488.html">man pages</a> (not yet
integrated in the distribution)</li>
href="http://xmlsoft.org/messages/0488.html">man pages</a></li>
<li>Seems <a href="http://www.arsdigita.com/">ArsDigita</a> wrote a Tcl
wrapper for libxml called <a
href="http://www.linuxgazette.com/issue63/washington.html">ns_xml</a></li>
</ul>
<p></p>
<p><a href="mailto:Daniel.Veillard@imag.fr">Daniel Veillard</a></p>
<p>$Id: xml.html,v 1.89 2001/06/22 16:03:51 veillard Exp $</p>
<p>$Id: xml.html,v 1.90 2001/06/23 17:39:29 veillard Exp $</p>
</body>
</html>

View File

@ -198,7 +198,7 @@ will just list one for now, others pointers welcome:</p>
<p></p>
<p><a href="mailto:Daniel.Veillard@w3.org">Daniel Veillard</a></p>
<p><a href="mailto:daniel@veillard.com">Daniel Veillard</a></p>
<p>$Id$</p>
</body>

View File

@ -18,7 +18,7 @@ href="http://xmlsoft.org/xmlio.html">http://xmlsoft.org/xmlio.html</a></p>
<p>Mailing-list archive: <a
href="http://xmlsoft.org/messages/">http://xmlsoft.org/messages/</a></p>
<p>Version: $Revision: 1.3 $</p>
<p>Version: $Revision: 1.4 $</p>
<p>Table of Content:</p>
<ol>
@ -194,8 +194,8 @@ res = xmlSaveFileTo(output, doc, NULL);
</li>
</ol>
<p><a href="mailto:Daniel.Veillard@w3.org">Daniel Veillard</a></p>
<p><a href="mailto:daniel@veillard.com">Daniel Veillard</a></p>
<p>$Id: xmlio.html,v 1.3 2000/08/31 14:57:50 veillard Exp $</p>
<p>$Id: xmlio.html,v 1.4 2001/01/29 08:22:12 veillard Exp $</p>
</body>
</html>

View File

@ -153,7 +153,7 @@ a number of things:</p>
<p></p>
<p><a href="mailto:Daniel.Veillard@w3.org">Daniel Veillard</a></p>
<p><a href="mailto:daniel@veillard.com">Daniel Veillard</a></p>
<p>$Id$</p>
</body>

View File

@ -15,7 +15,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*
* UTF8 string routines from:
* "William M. Brack" <wbrack@mmm.com.hk>

View File

@ -3,7 +3,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#include "libxml.h"

View File

@ -3,7 +3,7 @@
*
* See Copyright for the status of this software.
*
* Daniel Veillard <Daniel.Veillard@w3.org>
* Daniel Veillard <daniel@veillard.com>
*/
#include "libxml.h"

View File

@ -3,7 +3,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#ifndef __DOCB_PARSER_H__

View File

@ -3,7 +3,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#ifndef __HTML_PARSER_H__

View File

@ -4,7 +4,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#ifndef __HTML_TREE_H__

View File

@ -27,10 +27,11 @@ xmlinc_HEADERS = \
valid.h \
xlink.h \
xmlversion.h \
xmlwin32version.h \
DOCBparser.h \
catalog.h
install-exec-hook:
$(mkinstalldirs) $(DESTDIR)$(xmlincdir) $(DESTDIR)$(xmlincdir)/libxml
EXTRA_DIST = xmlversion.h.in
EXTRA_DIST = xmlversion.h.in xmlwin32version.h.in

View File

@ -3,7 +3,7 @@
*
* See Copyright for the status of this software.
*
* Daniel Veillard <Daniel.Veillard@w3.org>
* Daniel Veillard <daniel@veillard.com>
*/

View File

@ -9,7 +9,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#ifndef __XML_CATALOG_H__
@ -17,7 +17,11 @@
#include <stdio.h>
#if defined(WIN32) && defined(_MSC_VER)
#include <libxml/xmlwin32version.h>
#else
#include <libxml/xmlversion.h>
#endif
#ifdef LIBXML_CATALOG_ENABLED
#ifdef __cplusplus

View File

@ -2,7 +2,7 @@
* debugXML.h : Interfaces to a set of routines used for debugging the tree
* produced by the XML parser.
*
* Daniel Veillard <Daniel.Veillard@w3.org>
* Daniel Veillard <daniel@veillard.com>
*/
#ifndef __DEBUG_XML__

View File

@ -15,13 +15,17 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#ifndef __XML_CHAR_ENCODING_H__
#define __XML_CHAR_ENCODING_H__
#if defined(WIN32) && defined(_MSC_VER)
#include <libxml/xmlwin32version.h>
#else
#include <libxml/xmlversion.h>
#endif
#ifdef LIBXML_ICONV_ENABLED
#include <iconv.h>
#endif

View File

@ -3,7 +3,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#ifndef __XML_ENTITIES_H__

View File

@ -3,13 +3,17 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#ifndef __NANO_FTP_H__
#define __NANO_FTP_H__
#if defined(WIN32) && defined(_MSC_VER)
#include <libxml/xmlwin32version.h>
#else
#include <libxml/xmlversion.h>
#endif
#ifdef LIBXML_FTP_ENABLED
#ifdef __cplusplus

View File

@ -3,13 +3,17 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#ifndef __NANO_HTTP_H__
#define __NANO_HTTP_H__
#if defined(WIN32) && defined(_MSC_VER)
#include <libxml/xmlwin32version.h>
#else
#include <libxml/xmlversion.h>
#endif
#ifdef LIBXML_HTTP_ENABLED
#ifdef __cplusplus

View File

@ -3,7 +3,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#ifndef __XML_PARSER_H__

View File

@ -3,7 +3,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*
* 14 Nov 2000 ht - truncated declaration of xmlParseElementChildrenContentDecl
* for VMS

View File

@ -4,7 +4,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*
* 14 Nov 2000 ht - added redefinition of xmlBufferWriteChar for VMS
*
@ -14,7 +14,11 @@
#define __XML_TREE_H__
#include <stdio.h>
#if defined(WIN32) && defined(_MSC_VER)
#include <libxml/xmlwin32version.h>
#else
#include <libxml/xmlversion.h>
#endif
#include <libxml/xmlmemory.h>
#ifdef __cplusplus

View File

@ -5,7 +5,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#ifndef __XML_URI_H__

View File

@ -3,7 +3,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/

View File

@ -6,7 +6,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#ifndef __XML_XINCLUDE_H__

View File

@ -7,7 +7,7 @@
* http://www.w3.org/HTML/
* and XBase
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#ifndef __XML_XLINK_H__

View File

@ -3,7 +3,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*
* 15 Nov 2000 ht - modified for VMS
*/

View File

@ -1,7 +1,7 @@
/*
* xmlmemory.h: interface for the memory allocation debug.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
@ -9,7 +9,11 @@
#define _DEBUG_MEMORY_ALLOC_
#include <stdio.h>
#if defined(WIN32) && defined(_MSC_VER)
#include <libxml/xmlwin32version.h>
#else
#include <libxml/xmlversion.h>
#endif
/**
* DEBUG_MEMORY:

View File

@ -3,7 +3,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#ifndef __XML_VERSION_H__

View File

@ -1,9 +1,10 @@
/*
* xmlversion.h : compile-time version informations for the XML parser.
* xmlwin32version.h : compile-time version informations for the XML parser
* when compiled on the Windows platform
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#ifndef __XML_VERSION_H__
@ -17,9 +18,6 @@ extern "C" {
* use those to be sure nothing nasty will happen if
* your library and includes mismatch
*/
#ifndef LIBXML2_COMPILING_MSCCDEF
extern void xmlCheckVersion(int version);
#endif /* LIBXML2_COMPILING_MSCCDEF */
#define LIBXML_DOTTED_VERSION "2.3.11"
#define LIBXML_VERSION 20311
#define LIBXML_VERSION_STRING "20311"
@ -85,7 +83,7 @@ extern void xmlCheckVersion(int version);
*
* Whether the SGML Docbook support is configured in
*/
#if 1
#if 0
#define LIBXML_DOCB_ENABLED
#else
#define LIBXML_DOCB_DISABLED
@ -129,7 +127,7 @@ extern void xmlCheckVersion(int version);
*
* Whether iconv support is available
*/
#if !defined(WIN32) || defined(__CYGWIN__)
#if defined(__CYGWIN__)
#if 1
#define LIBXML_ICONV_ENABLED
#else
@ -158,7 +156,7 @@ extern void xmlCheckVersion(int version);
#endif
#ifndef LIBXML_DLL_IMPORT
#if defined(WIN32) && !defined(STATIC)
#if !defined(STATIC)
#define LIBXML_DLL_IMPORT __declspec(dllimport)
#else
#define LIBXML_DLL_IMPORT
@ -169,17 +167,9 @@ extern void xmlCheckVersion(int version);
* ATTRIBUTE_UNUSED:
*
* Macro used to signal to GCC unused function parameters
* Disabled on Windows, this is checked on Linux.
*/
#ifdef __GNUC__
#ifdef HAVE_ANSIDECL_H
#include <ansidecl.h>
#endif
#ifndef ATTRIBUTE_UNUSED
#define ATTRIBUTE_UNUSED
#endif
#else
#define ATTRIBUTE_UNUSED
#endif
#ifdef __cplusplus
}

View File

@ -0,0 +1,179 @@
/*
* xmlwin32version.h : compile-time version informations for the XML parser
* when compiled on the Windows platform
*
* See Copyright for the status of this software.
*
* daniel@veillard.com
*/
#ifndef __XML_VERSION_H__
#define __XML_VERSION_H__
#ifdef __cplusplus
extern "C" {
#endif
/*
* use those to be sure nothing nasty will happen if
* your library and includes mismatch
*/
#define LIBXML_DOTTED_VERSION "@VERSION@"
#define LIBXML_VERSION @LIBXML_VERSION_NUMBER@
#define LIBXML_VERSION_STRING "@LIBXML_VERSION_NUMBER@"
#define LIBXML_TEST_VERSION xmlCheckVersion(@LIBXML_VERSION_NUMBER@);
/**
* WITH_TRIO:
*
* Whether the trio support need to be configured in
*/
#if 0
#define WITH_TRIO
#else
#define WITHOUT_TRIO
#endif
/**
* LIBXML_FTP_ENABLED:
*
* Whether the FTP support is configured in
*/
#if 1
#define LIBXML_FTP_ENABLED
#else
#define LIBXML_FTP_DISABLED
#endif
/**
* LIBXML_HTTP_ENABLED:
*
* Whether the HTTP support is configured in
*/
#if 1
#define LIBXML_HTTP_ENABLED
#else
#define LIBXML_HTTP_DISABLED
#endif
/**
* LIBXML_HTML_ENABLED:
*
* Whether the HTML support is configured in
*/
#if 1
#define LIBXML_HTML_ENABLED
#else
#define LIBXML_HTML_DISABLED
#endif
/**
* LIBXML_CATALOG_ENABLED:
*
* Whether the Catalog support is configured in
*/
#if 1
#define LIBXML_CATALOG_ENABLED
#else
#define LIBXML_CATALOG_DISABLED
#endif
/**
* LIBXML_DOCB_ENABLED:
*
* Whether the SGML Docbook support is configured in
*/
#if 0
#define LIBXML_DOCB_ENABLED
#else
#define LIBXML_DOCB_DISABLED
#endif
/**
* LIBXML_XPATH_ENABLED:
*
* Whether XPath is configured in
*/
#if 1
#define LIBXML_XPATH_ENABLED
#else
#define LIBXML_XPATH_DISABLED
#endif
/**
* LIBXML_XPTR_ENABLED:
*
* Whether XPointer is configured in
*/
#if 1
#define LIBXML_XPTR_ENABLED
#else
#define LIBXML_XPTR_DISABLED
#endif
/**
* LIBXML_XINCLUDE_ENABLED:
*
* Whether XInclude is configured in
*/
#if 1
#define LIBXML_XINCLUDE_ENABLED
#else
#define LIBXML_XINCLUDE_DISABLED
#endif
/**
* LIBXML_ICONV_ENABLED:
*
* Whether iconv support is available
*/
#if defined(__CYGWIN__)
#if @WITH_ICONV@
#define LIBXML_ICONV_ENABLED
#else
#define LIBXML_ICONV_DISABLED
#endif
#endif
/**
* LIBXML_DEBUG_ENABLED:
*
* Whether Debugging module is configured in
*/
#if 1
#define LIBXML_DEBUG_ENABLED
#else
#define LIBXML_DEBUG_DISABLED
#endif
/**
* DEBUG_MEMORY_LOCATION:
*
* Whether the memory debugging is configured in
*/
#if 0
#define DEBUG_MEMORY_LOCATION
#endif
#ifndef LIBXML_DLL_IMPORT
#if !defined(STATIC)
#define LIBXML_DLL_IMPORT __declspec(dllimport)
#else
#define LIBXML_DLL_IMPORT
#endif
#endif
/**
* ATTRIBUTE_UNUSED:
*
* Macro used to signal to GCC unused function parameters
* Disabled on Windows, this is checked on Linux.
*/
#define ATTRIBUTE_UNUSED
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif

View File

@ -6,7 +6,7 @@
*
* See COPYRIGHT for the status of this software
*
* Author: Daniel.Veillard@w3.org
* Author: daniel@veillard.com
*/
#ifndef __XML_XPATH_H__

View File

@ -4,13 +4,17 @@
*
* See COPYRIGHT for the status of this software
*
* Author: Daniel.Veillard@w3.org
* Author: daniel@veillard.com
*/
#ifndef __XML_XPATH_INTERNALS_H__
#define __XML_XPATH_INTERNALS_H__
#if defined(WIN32) && defined(_MSC_VER)
#include <libxml/xmlwin32version.h>
#else
#include <libxml/xmlversion.h>
#endif
#include <libxml/xpath.h>
#ifdef __cplusplus

View File

@ -6,7 +6,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#ifndef __XML_XPTR_H__

View File

@ -58,7 +58,7 @@ shareable library
.B /depot/package/libxml_2.0.0/bin/xmllint
binary application for parsing XML files
.SH AUTHORS
Daniel Veillard (Daniel.Veillard@w3.org).
Daniel Veillard (daniel@veillard.com).
If you download and install this package please send the author email.
Manual page by Ziying Sherwin (sherwin@nlm.nih.gov),
Lister Hill National Center for Biomedical Communications,

View File

@ -53,19 +53,19 @@ URI library.
- Moved the man pages from /usr/man to /usr/share/man to conform to FHS2.0
- Moved programmer documentation into the devel package
* Thu Sep 23 1999 Daniel Veillard <Daniel.Veillard@w3.org>
* Thu Sep 23 1999 Daniel Veillard <daniel@veillard.com>
- corrected the spec file alpha stuff
- switched to version 1.7.1
- Added validation, XPath, nanohttp, removed memory leaks
- Renamed CHAR to xmlChar
* Wed Jun 2 1999 Daniel Veillard <Daniel.Veillard@w3.org>
* Wed Jun 2 1999 Daniel Veillard <daniel@veillard.com>
- Switched to version 1.1: SAX extensions, better entities support, lots of
bug fixes.
* Sun Oct 4 1998 Daniel Veillard <Daniel.Veillard@w3.org>
* Sun Oct 4 1998 Daniel Veillard <daniel@veillard.com>
- Added xml-config to the package

View File

@ -12,7 +12,7 @@
#define HAVE_NETINET_IN_H
#define HAVE_NETDB_H
#define HAVE_SYS_TIME_H
#include <libxml/xmlversion.h>
#include "libxml.h"
#ifdef WITHOUT_TRIO
#include <stdio.h>
#else

View File

@ -8,7 +8,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
/* TODO add compression support, Send the Accept- , and decompress on the

View File

@ -27,7 +27,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*
* 14 Nov 2000 ht - truncated definitions of xmlSubstituteEntitiesDefaultValue
* and xmlDoValidityCheckingDefaultValue for VMS

View File

@ -4,7 +4,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#include "libxml.h"
@ -3321,7 +3321,7 @@ xmlParserHandleReference(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED) {
xmlGenericError(xmlGenericErrorContext,
"Reached deprecated section in xmlParserHandleReference()\n");
xmlGenericError(xmlGenericErrorContext,
"Please forward the document to Daniel.Veillard@w3.org\n");
"Please forward the document to daniel@veillard.com\n");
xmlGenericError(xmlGenericErrorContext,
"indicating the version: %s, thanks !\n", xmlParserVersion);
NEXT;

View File

@ -3,7 +3,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#include "libxml.h"
@ -12,7 +12,6 @@
#include <stdio.h>
#include <stdarg.h>
#include <libxml/xmlversion.h>
#include <libxml/xmlmemory.h>
#include <libxml/uri.h>
#include <libxml/catalog.h>

View File

@ -3,7 +3,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#include "libxml.h"

View File

@ -3,7 +3,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#include "libxml.h"

View File

@ -3,7 +3,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#include "libxml.h"

View File

@ -3,7 +3,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#include "libxml.h"

View File

@ -3,7 +3,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#include "libxml.h"

2
tree.c
View File

@ -3,7 +3,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*
* 14 Nov 2000 ht - Changed the name of function xmlBufferWriteChar under VMS
* as it was similar to xmlBufferWriteCHAR when compiling without case

2
uri.c
View File

@ -5,7 +5,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#include "libxml.h"

View File

@ -4,7 +4,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#include "libxml.h"

View File

@ -6,7 +6,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
/*

View File

@ -4,7 +4,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/

View File

@ -3,7 +3,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*
* 14 Nov 2000 ht - for VMS, truncated name of long functions to under 32 char
*/

View File

@ -106,7 +106,7 @@ executable
.SH "SEE ALSO"
.BR libxml (4)
.SH AUTHOR
Daniel Veillard (Daniel.Veillard@w3.org)
Daniel Veillard (daniel@veillard.com)
Manual page by Ziying Sherwin,
Lister Hill National Center for Biomedical Communication,
U.S. National Library of Medicine (sherwin@nlm.nih.gov).

View File

@ -3,7 +3,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#include "libxml.h"

View File

@ -1,7 +1,7 @@
/*
* memory.c: libxml memory allocator wrapper.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#include "libxml.h"

View File

@ -10,7 +10,7 @@
*
* See COPYRIGHT for the status of this software
*
* Author: Daniel.Veillard@w3.org
* Author: daniel@veillard.com
*
* 14 Nov 2000 ht - truncated declaration of xmlXPathEvalRelativeLocationPath
* for VMS

View File

@ -6,7 +6,7 @@
*
* See Copyright for the status of this software.
*
* Daniel.Veillard@w3.org
* daniel@veillard.com
*/
#include "libxml.h"