.\"Generated by db2man.xsl. Don't modify this, modify the source.
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Ip \" List item
.br
.ie \\n(.$>=3 .ne \\$3
.el .ne 3
.IP "\\$1" \\$2
..
.TH "NE_XML_CREATE" 3 "20 January 2006" "neon 0.25.5" "neon API reference"
.SH NAME
ne_xml_create, ne_xml_destroy \- create and destroy an XML parser
.SH "SYNOPSIS"
.ad l
.hy 0

#include <ne_xml\&.h>
.sp
.HP 30
ne_xml_parser\ *\fBne_xml_create\fR\ (void);
.HP 21
void\ \fBne_xml_destroy\fR\ (ne_xml_parser\ *\fIparser\fR);
.ad
.hy

.SH "DESCRIPTION"

.PP
The \fBne_xml_create\fR function creates an XML parser object, which can be used for parsing XML documents using stacked SAX handlers\&.

.SH "RETURN VALUE"

.PP
\fBne_xml_create\fR returns a pointer to an XML parser object, and never NULL

.SH "SEE ALSO"

.PP
XXX

.SH AUTHOR
Joe Orton <neon@webdav\&.org>.
