I'm writing my first XSLT for a rather complicated XML.
My problem is this. What I'd like to do is limit the width of the display to the width of the browser window.
The XSLT is still rather simple, the entire thing enclosed in a table. I've tried setting the table width to 100% (no other width settings in the entire table) but still the displayed data is too wide for the screen and has a horizontal scroll bar.
How do I deal with this?