# HG changeset patch # User paulb # Date 1121356962 0 # Node ID 1c77a8db426740e1e7052c23bd5de1910062e34d # Parent 2f39cb100162b0e1af77679b075ae0486431bfd0 [project @ 2005-07-14 16:02:42 by paulb] Added diagnostic message. diff -r 2f39cb100162 -r 1c77a8db4267 XSLOutput.py --- a/XSLOutput.py Thu Jul 14 00:35:29 2005 +0000 +++ b/XSLOutput.py Thu Jul 14 16:02:42 2005 +0000 @@ -88,6 +88,7 @@ parameters[name.encode("utf-8")] = ("document('%s')" % self._quote(reference)).encode("utf-8") for name, parameter in self.parameters.items(): parameters[name.encode("utf-8")] = ("'%s'" % self._quote(parameter)).encode("utf-8") + #print "**", repr(parameters) last_result = document for stylesheet in self.stylesheets: