-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

hm........

http://xml.apache.org/xalan-j/usagepatterns.html#debugging

Xalan-Java contains a debugger interface in the org.apache.xalan.xslt.trace
package:

    * TraceListener is an interface that debuggers can implement. Or, like the
      command-line utility, you can use the PrintTraceListener implementation of
      that interface.

    * You can register a TraceListener with the TraceManager associated with the
      Transformer that will perform a given transformation.

    * TracerEvent is an event that is passed to the TraceListener.trace
      function. It is called before a node is 'executed' in the stylesheet.

    * GenerateEvent is an event that is passed to the TraceListener.generated()
      function. It is called after an event occurs to create something in the
      result tree.

    * SelectionEvent is an event triggered by the selection of a stylesheet
      node.

The command-line utility uses the debugger interface when you include one or
more of the following switches: -TT, -TG, -TS, -TTC.

- -- 
Kevin A. Burton ( [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] )
             Location - San Francisco, CA, Cell - 415.595.9965
        Jabber - [EMAIL PROTECTED],  Web - http://relativity.yi.org/

The future is not set.  There is no fate but what we make for ourselves.



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Get my public key at: http://relativity.yi.org/pgpkey.txt

iD8DBQE8FdnkAwM6xb2dfE0RApuPAJ0e4YRbYFoCb8RDhEgy+SJnWghe7QCfT9vq
wOAb6fUdcDuL6VIO6147YTo=
=k9Vg
-----END PGP SIGNATURE-----

Reply via email to