I'm trying to create a table for annotating an XML format in our Wiki. The table has two columns, the left one has cells that contain XML that needs to be properly indented and have a fixed-width font. The right is text that needs to have full formatting.
My problem is that if I make the left cells Preformatted it still doesn't honor the horizontal space within the XML snippets. I've tried using various macros like "No Format" but it keeps screwing up the table when I insert data into the cells (not to mention that inserting dozens of these macros is a tedious process, to say the least).
I've seem some discussion about creating my own macro, but it seems that all I could reasonably do was to try to add styles to an existing table. I'm not sure how this will solve my problem. Any macro that needs to be inserted into every left cell is going to take forever to do.
I've also tried adding the XML entity, but it just prints " " (presumably since I have to choose preformatted to get a fixed-width font).
Help?