I can't for the life of me figure out how to write an XSLT transform that does table formatting in the output. I've tried using nowrap, fixed font, but no luck.

I though it would be simply as an 'xml:for-each' with a xml:select as a paragraph but that doesn't work either.

Basically the tables imbedded in a the xml must use a fixed font size so that columns and rows appear in a easily readable manner.

For...