mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
132e99a807
PR: 209708 Submitted by: mzaki@e-mail.ne.jp
10 lines
423 B
Plaintext
10 lines
423 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: http://ohler.com/ox/
|