]> granicus.if.org Git - docbook-dsssl/commitdiff
Still experimenting
authorNorman Walsh <ndw@nwalsh.com>
Thu, 14 Nov 2002 16:06:13 +0000 (16:06 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 14 Nov 2002 16:06:13 +0000 (16:06 +0000)
xsl/extensions/xsltproc/python/xslt.py

index 5f573bc6db755fdbe14d692f2d541b0cb8f8d2cf..c3bb446b974d7f5d3a2ad1b6f315a301c0e2e0a4 100644 (file)
@@ -62,11 +62,13 @@ def adjustColumnWidths(ctx, nodeset):
         ctxt = pctxt.context()
         tctxt = ctxt.transformContext()
         nodeName = tctxt.insertNode().name
+        node = tctxt.insertNode();
     except:
         pass
 
     print "called with nodeset: "
     print nodeset
+    print "name=" + nodeName
 
     return ""