diff options
Diffstat (limited to 'src/documentation/content/xdocs/design/index.xml')
-rw-r--r-- | src/documentation/content/xdocs/design/index.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/documentation/content/xdocs/design/index.xml b/src/documentation/content/xdocs/design/index.xml index d17304e34..039d35d6d 100644 --- a/src/documentation/content/xdocs/design/index.xml +++ b/src/documentation/content/xdocs/design/index.xml @@ -1,5 +1,6 @@ <?xml version="1.0" standalone="no"?> -<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd"> +<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" + "http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/document-v11.dtd"> <document> <header> @@ -32,7 +33,6 @@ process files of any size. In achieving this aim we need to understand the problem and break it into small problems that can be solved. </p> - <p> <ul> <li>use SAX as input</li> <li>process FO elements ASAP</li> @@ -43,7 +43,6 @@ into small problems that can be solved. <li>renderers are totally responsible for their output format</li> <li>output is sent to a stream</li> </ul> - </p> </section> </section> |