freeswitch/libs/iksemel
Brian West 2005e1862f merge in new iksemel patches
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11645 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-02-04 23:59:19 +00:00
..
build
doc merge in new iksemel patches 2009-02-04 23:59:19 +00:00
include merge in new iksemel patches 2009-02-04 23:59:19 +00:00
src merge in new iksemel patches 2009-02-04 23:59:19 +00:00
test merge in new iksemel patches 2009-02-04 23:59:19 +00:00
tools remove more generated files 2007-03-20 06:51:36 +00:00
.update merge in new iksemel patches 2009-02-04 23:59:19 +00:00
acsite.m4
AUTHORS
ChangeLog merge in new iksemel patches 2009-02-04 23:59:19 +00:00
configure.ac merge in new iksemel patches 2009-02-04 23:59:19 +00:00
configure.gnu
COPYING
HACKING
iksemel.pc.in
INSTALL
ltmain.sh merge in new iksemel patches 2009-02-04 23:59:19 +00:00
Makefile.am
NEWS merge in new iksemel patches 2009-02-04 23:59:19 +00:00
README merge in new iksemel patches 2009-02-04 23:59:19 +00:00
TODO

                      iksemel 1.3

Copyright (c) 2000-2004 Gurer Ozen <madcat@e-kolay.net>


Introduction:
-------------

This is an XML parser library mainly designed for Jabber applications.
It provides SAX, DOM, and special Jabber stream APIs. Library is coded
in ANSI C except the network code (which is POSIX compatible), thus
highly portable. Iksemel is released under GNU Lesser General Public
License. A copy of the license is included in the COPYING file.


Requirements:
-------------

Libtool, Automake and Autoconf packages are required for compiling cvs
versions.


Compiling & Install:
--------------------

If you got the source from CVS, type

  ./autogen.sh

for creating configuration script and files.

Then type

  ./configure
  make

now library is compiled. You can test it with

  make check

and install it with

  (become root if necessary)
  make install