LogoSailfishOS Open Build Service > Projects > home:MartinK:sailfish:gtk > expat
Log In

XML Parser Toolkit

Expat is an XML 1.0 parser written in C. It aims to be fully
conformant. It is currently not a validating XML processor. The current
production version of expat can be downloaded from
ftp://ftp.jclark.com/pub/xml/expat.zip. The directory xmltok contains a
low-level library for tokenizing XML. The interface is documented in
xmltok/xmltok.h. The directory xmlparse contains an XML parser library
that is built on top of the xmltok library. The interface is documented
in xmlparse/xmlparse.h. The directory sample contains a simple example
program using this interface. The file sample/build.bat is a batch
file to build the example using Visual C++. The directory xmlwf
contains the xmlwf application, which uses the xmlparse library. The
arguments to xmlwf are one or more files to check for well-formedness.
An option -d dir can be specified. For each well-formed input file, the
corresponding canonical XML is written to dir/f, where f is the
filename (without any path) of the input file. A -x option causes
references to external general entities to be processed. A -s option
makes documents that are not stand-alone cause an error (a document is
considered stand-alone if it is intrinsically stand-alone because it
has no external subset and no references to parameter entities in the
internal subset or it is declared as stand-alone in the XML
declaration).

Source Files

Filename Size Changed Actions
baselibs.conf 179 Bytes over 10 years ago Download File
config-guess-sub-update.patch 20.1 KB over 10 years ago Download File
expat-2.1.0.tar.gz 549 KB over 10 years ago Download File
expat-alloc-size.patch 951 Bytes over 10 years ago Download File
expat-visibility.patch 5.3 KB over 10 years ago Download File
expat.changes 11.7 KB over 10 years ago Download File
expat.spec 3.25 KB over 10 years ago Download File
expatfaq.html 3.18 KB over 10 years ago Download File

Latest Revision

Martin Kolman Martin Kolman (MartinK) committed over 10 years ago (revision 1)
osc copypac from project:openSUSE:13.1 package:expat revision:1, using expand, using client side copy

Comments for home:MartinK:sailfish:gtk (0)