> I've already started looking into binding libjs.a with
> the repr tree, and have already created makefiles for
> building libjs.a on Linux and win32.
FWIW, I'd really prefer DOM as a separate (C++) layer on top of SPRepr
at the moment (the DOM APIs were designed to make this relatively easy,
I think..), rather than implementing DOM using SPRepr directly.
This is partly because SPRepr itself does some things that are very
DOM-incompatible, and partly because I haven't finished cleaning up the
mess from the old (very incomplete) DOM implementation that parts of the
code still use.
-mental