xsldb:howToDevelop


home



Okay, first of all: Keep calm. The whole xsldb-package consists of SourceCode with about 25KByte in size. This one won't pull you down, will it?

The main intellectual weight lies in the class Xsldb who implements the TraceListenerEx interface and therefore owns a number of callback methods (trace, selected, generated and selectEnd) which are doing most of the prework. Every one of these methods are called back by the XALAN-interpreter at different states of the XSLT-Processing. Chaeck out the local documentation and then have a look at these methods.

 

... and allways remember: Writing a debugger is pure fun!