Hello Jeff.
Well, I'm no print wiz, but I've noticed that the platform is using the print behaviours introduced by IE5.5 (which I really don't like, btw). When you set the layout and rects, you can specify the contents that should be printed. If you look at
the sample, it's using the special "document" string which makes it print the contents of the current page.
Now, I've copied the template which comes with the printing sample and I've noticed that it shows nothing when I pass a document fragment (http://ejohn.org/blog/dom-documentfragments/) instead of
passing the current document. Btw, if I don't specify the template, then the document fragment does get printed without any problems...
that this explains the problem better?
Luis Abreu