# HG changeset patch # User paulb # Date 1138322610 0 # Node ID 8c12cae2dcad563ff005dc332941ac2e654de6f3 # Parent ec57d98577529c9cea2b5b5fbeeebc8e1be32c40 [project @ 2006-01-27 00:43:30 by paulb] Added trace statements. diff -r ec57d9857752 -r 8c12cae2dcad examples/Common/Dictionary/__init__.py --- a/examples/Common/Dictionary/__init__.py Fri Jan 27 00:43:08 2006 +0000 +++ b/examples/Common/Dictionary/__init__.py Fri Jan 27 00:43:30 2006 +0000 @@ -125,6 +125,10 @@ # Complete the response. self.send_output(trans, [trans_xsl], words, stylesheet_parameters) + #from XSLTools import XSLOutput + #import sys + #proc = XSLOutput.Processor([trans_xsl], parameters=stylesheet_parameters) + #proc.send_output(sys.stderr, "iso-8859-1", words) # Site map initialisation.