Ted Husted wrote:
> Very, very kewl.
>
> Short Term Plan
>
> I'm about through the Users Guide, and will refresh my CVS and post
> some very minor fixes.
>
> I'll also update the struts.xls to reflect a 2001 copyright (forward
> into the present!)
>
> Meanwhile,
>
> Any thoughts on a better approach to formatting the example code. I've
> seen the same problem with other subprojects.
>
The most important issue is to use spaces rather than tabs inside a <pre>
block. The whitespace you use is copied verbatim.
In the page source, I typically left justify my <pre> blocks, and use four
spaces of indent in front of the code lines.
>
> Also (extremely nitty but), The chapter title (2. Building Model
> Components) is not displayed over the first section (2.1 Overview).
>
It's the title of the HTML document -- isn't that good enough? If not, that is
a pretty straightforward change.
>
> Don't know enough about XML/XLS to even think about messing with the
> stylesheet to address either concern.
>
> -Ted.
Craig