384f666fa0
LibSpiff brings XSPF playlist reading and writing support to your C++ application. Both version 0 and 1 are supported. libSpiff uses Expat for XML parsing and CppTest for unit testing. libSpiff is the official reference implementation for XSPF of the [9]Xiph.Org Foundation. Features * Full conformance to the XSPF specification * Cross-platform (Unix, Windows, Mac OS X, ...) * Read and write XSPF files * XSPF-0 and XSPF-1 support * Unicode support * Full support for XSPF extensions * Full support for XML namespaces * Fast (XML parsing is done by Expat) * Uses unit testing * Liberal license: [10]New BSD license
17 lines
685 B
Text
17 lines
685 B
Text
LibSpiff brings XSPF playlist reading and writing support to your C++
|
|
application. Both version 0 and 1 are supported. libSpiff uses Expat for
|
|
XML parsing and CppTest for unit testing. libSpiff is the official
|
|
reference implementation for XSPF of the [9]Xiph.Org Foundation.
|
|
|
|
Features
|
|
|
|
* Full conformance to the XSPF specification
|
|
* Cross-platform (Unix, Windows, Mac OS X, ...)
|
|
* Read and write XSPF files
|
|
* XSPF-0 and XSPF-1 support
|
|
* Unicode support
|
|
* Full support for XSPF extensions
|
|
* Full support for XML namespaces
|
|
* Fast (XML parsing is done by Expat)
|
|
* Uses unit testing
|
|
* Liberal license: [10]New BSD license
|