Meta Configuration of Package expat
xxxxxxxxxx
1
<package name="expat" project="SUSE:SLE-15:Update">
2
<title>XML Parser Toolkit</title>
3
<description>Expat is an XML 1.0 parser written in C. It aims to be fully
4
conformant. It is currently not a validating XML processor. The current
5
production version of expat can be downloaded from
6
ftp://ftp.jclark.com/pub/xml/expat.zip. The directory xmltok contains a
7
low-level library for tokenizing XML. The interface is documented in
8
xmltok/xmltok.h. The directory xmlparse contains an XML parser library
9
that is built on top of the xmltok library. The interface is documented
10
in xmlparse/xmlparse.h. The directory sample contains a simple example
11
program using this interface. The file sample/build.bat is a batch
12
file to build the example using Visual C++. The directory xmlwf
13
contains the xmlwf application, which uses the xmlparse library. The
14
arguments to xmlwf are one or more files to check for well-formedness.
15
An option -d dir can be specified. For each well-formed input file, the
16
corresponding canonical XML is written to dir/f, where f is the
17
filename (without any path) of the input file. A -x option causes
18
references to external general entities to be processed. A -s option
19
makes documents that are not stand-alone cause an error (a document is
20
considered stand-alone if it is intrinsically stand-alone because it
21
has no external subset and no references to parameter entities in the
22
internal subset or it is declared as stand-alone in the XML
23
declaration).</description>
24
</package>
25