mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
1202a19490
- Add LICENSE_FILE - Update WWW Changes: https://github.com/ohler55/ox/blob/develop/CHANGELOG.md
10 lines
424 B
Plaintext
10 lines
424 B
Plaintext
Ox, standing for Optimized XML, is a XML parser and object serializer,
|
|
which is designed to be a speed-optimized alternative to Nokogiri and Marshal.
|
|
|
|
* Ox is self contained, and uses nothing other than standard C libraries.
|
|
* Ox writes/parses generic XML documents including HTML documents.
|
|
* Ox serializes Objects into human readable XML in contrast to Marshal
|
|
* Ox also supports SAX parsing.
|
|
|
|
WWW: https://ohler.com/ox/
|