Martin Kolar?k wrote: > > there is the piece of configuration (after loading in to XXE it was > syntactically correct): > > ... > <load location="checklinks.jar"/> > > <documentHook> > <class>CheckLinks</class> > </documentHook> > ... > > checklinks.jar is placed in the same directory as *.xxe. Maybe > checklinks.jar is bad? I got the code from www page, only added imports and > compile it.
OK. From what I've understood, checklinks.jar is the sample document hook described in the Developer's Guide. I have compiled checklinks.jar used the ant build.xml file and installed the document hook as described in the guide and everything works fine: documentHook is loaded and used by XXE. Therefore, I need more details to be able to help you as I cannot reproduce your problem. For example, what do you mean by ``I got the code from www page, only added imports and compile it.''?

