8af7d40d7f
An implementation of the W3C DOM recommendation in Scheme
6 lines
284 B
Text
6 lines
284 B
Text
SDOM is an implementation of the W3C DOM recommendation (Level 3), including
|
|
support for event handling, in the Scheme programming language. SDOM builds
|
|
upon the work of Oleg Kiselyov's SXML project and aims to be fully compatible
|
|
with the SXML API.
|
|
|
|
WWW: http://www.nongnu.org/sdom/
|