blob: 8d76e20523304f6bc80705a5bfc2b2ed285c39c2 (
plain)
1
2
3
4
5
6
|
# Fast and Small XML Pull Parser
Implements a simple, fast pull parser, currently used by `configmgr` and
`stoc`'s simpleregistry code (used to register UNO components in
services.rdb files). It supports a subset of XML features, but is fast
and small.
|