
|
Home |
Mailing List |
Download |
Source Code |
Bugs |
Documentation
|
Download
Current release is 0.01 As yet there are are only binaries for windows. Despite the version number its quite stable right now.
binary: ( these have been tested against recent mozilla nightlies )
source:
Current source is always available from CVS
To build from source you will also need the xerces 1.4 distribution The binary distribution contains the required headers and libs so it is not necessary to get the source package ( unless you want to of course ).
Installation
Binaries ( win32 )
Simply copy the three files ( x_dom.dll, x_dom.xpt and xerces_4d.dll ) to mozilla's components directory. Run regxpcom or launch mozilla to register the components and then you're ready to go. To run the python samples you will need to install the pyXPCOM extensions as per the instructions at activestate.com. These extensions will soon be a part of the regular mozilla build.
Source
Unpacking the source archive will create a directory called xanthes. Move
it into the mozilla/extensions directory in a pre-built Mozilla source
tree, and compile by typing the following command in the xanthes\dom directory:
make (Unix/Linux)
nmake -f makefile.win (Windows)
This will copy the resultant binaries to mozilla's components directory. Run regxpcom or mozilla to register
note. you will need to update the XERCESPATH parameter in makefile.win to point to the xerces
installation. If you've got a full source distribution of xerces you will need
to tweak the XERCESINC, XERCESBIN and XERCESLIB params appropriately.