blob: 9b87e0f5e29792aa9693b215f97c4331b8b5ca51 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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/
|