
With the help of Bryce, I am planning on (finally) adding the DOM code to the tree, even though it's not done. This will give people a chance to look at it while it is in progress. Some changes to the tree were necessary:
/src/ecma and /src/xpath are gone /src/dom is created /src/extension/script/js is moved to /src/dom
I updated the win32 Makedep files, and the win32 build works nicely. It looks like configure.ac has no missing dependencies, so hopefully the unix build won't be broken. If anyone has any problems like this, check out the makefiles listed at the bottom of configure.ac.
No, xpath and ecma are not gone. xpath is now part of DOM. Since Swig no longer supports JS, is behooves us to bind JS directly to DOM, hence the move there.
Hopefully as we begin hooking things up, we can have some fun with this.
Bob
participants (1)
-
Bob Jamison