spring-framework/spring-framework-reference
Chris Beams 17037021ff Polish validation chapter program listings
<programlisting/> elements must contain no newlines at beginning or end.
The following is an example of what not to do:

    <programlisting><![CDATA[
package com.foo.bar;

class XFoo implements Foo<X> {
}]]>
    </programlisting>

This leaves newlines at the beginning and end of the programlisting
panel within the PDF. Instead, do it like this:

    <programlisting><![CDATA[package com.foo.bar;

class XFoo implements Foo<X> {
}]]></programlisting>

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3555 50f2f4bb-b051-0410-bef5-90022cba6387
2010-08-10 13:48:48 +00:00
..
css/html added some styling and color coded syntax highlighting to beans chapter 2009-04-07 16:54:36 +00:00
images added info about the new web-struts module 2009-11-12 19:11:46 +00:00
src Polish validation chapter program listings 2010-08-10 13:48:48 +00:00
styles html multi-page doc now only generates files per chapter consistent with Spring 2.5 2009-12-15 00:18:46 +00:00
.project Added Eclipse project settings to the reference documentation so that the documentation can be more easily edited and built within Eclipse. 2009-04-30 00:59:09 +00:00
build.xml Added the Spring Framework reference documentation 2009-03-18 20:00:49 +00:00
ivy.xml Updated spring-build 2009-04-20 12:16:50 +00:00