keiron      2002/11/18 23:57:29

  Modified:    src/documentation/content/xdocs book.xml bugs.xml
                        compiling.xml compliance.xml configuration.xml
                        download.xml embedding.xml examples.xml
                        extensions.xml faq.xml fonts.xml gethelp.xml
                        implemented.xml index.xml involved.xml license.xml
                        limitations.xml news.xml output.xml relnotes.xml
                        resources.xml running.xml status.xml svg.xml
                        tabs.xml testing.xml
               src/documentation/content/xdocs/design architecture.xml
                        areas.xml book.xml breakpos.xml embedding.xml
                        extending.xml fotree.xml index.xml layout.xml
                        optimise.xml properties.xml renderers.xml
                        status.xml useragent.xml
               src/documentation/content/xdocs/dev book.xml
                        configuration.xml examples.xml extensions.xml
                        faq.xml index.xml svg.xml
  Log:
  The attached patch file contains:
  1. Valid URIs for all xdoc DTD declarations.
  2. Some minor changes for xdoc documents that were discovered to be invalid
  after the DTD declarations were fixed.
  3. Changed tabs.xml so that the 2nd tab on our site will now read "Redesign"
  instead of "dev" (this was discussed in a recent thread).
  Submitted By: [EMAIL PROTECTED] (Victor Mote)
  
  Revision  Changes    Path
  1.7       +3 -1      xml-fop/src/documentation/content/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/book.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- book.xml  13 Nov 2002 12:21:28 -0000      1.6
  +++ book.xml  19 Nov 2002 07:57:27 -0000      1.7
  @@ -1,5 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -      <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" 
"book-cocoon-v10.dtd">
  +      <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN"
  +    
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-cocoon2/src/documentation/xdocs/dtd/book-cocoon-v10.dtd";>
  +
   
         <book software="FOP"
           title="FOP"
  
  
  
  1.3       +2 -1      xml-fop/src/documentation/content/xdocs/bugs.xml
  
  Index: bugs.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/bugs.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- bugs.xml  18 Nov 2002 12:47:16 -0000      1.2
  +++ bugs.xml  19 Nov 2002 07:57:27 -0000      1.3
  @@ -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>
  
  
  
  1.2       +2 -1      xml-fop/src/documentation/content/xdocs/compiling.xml
  
  Index: compiling.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/compiling.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- compiling.xml     4 Nov 2002 16:20:51 -0000       1.1
  +++ compiling.xml     19 Nov 2002 07:57:27 -0000      1.2
  @@ -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>
  
  
  
  1.2       +2 -1      xml-fop/src/documentation/content/xdocs/compliance.xml
  
  Index: compliance.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/compliance.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- compliance.xml    13 Nov 2002 12:21:30 -0000      1.1
  +++ compliance.xml    19 Nov 2002 07:57:27 -0000      1.2
  @@ -1,5 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<!--DOCTYPE compliance PUBLIC "-//APACHE//DTD Compliance V1.0//EN" 
"compliance-v10.dtd"-->
  +<!DOCTYPE compliance PUBLIC "-//APACHE//DTD Compliance V1.0//EN"
  +    
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-fop/src/documentation/resources/schema/dtd/compliance-v10.dtd?rev=1.1";>
   
   <compliance>
     <head>
  
  
  
  1.2       +2 -1      xml-fop/src/documentation/content/xdocs/configuration.xml
  
  Index: configuration.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/configuration.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- configuration.xml 4 Nov 2002 16:20:51 -0000       1.1
  +++ configuration.xml 19 Nov 2002 07:57:27 -0000      1.2
  @@ -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>
  
  
  
  1.3       +2 -1      xml-fop/src/documentation/content/xdocs/download.xml
  
  Index: download.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/download.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- download.xml      5 Nov 2002 11:38:03 -0000       1.2
  +++ download.xml      19 Nov 2002 07:57:27 -0000      1.3
  @@ -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>
  
  
  
  1.2       +2 -1      xml-fop/src/documentation/content/xdocs/embedding.xml
  
  Index: embedding.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/embedding.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- embedding.xml     4 Nov 2002 16:20:51 -0000       1.1
  +++ embedding.xml     19 Nov 2002 07:57:27 -0000      1.2
  @@ -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";>
   
   
   <!-- Embedding FOP -->
  
  
  
  1.2       +2 -1      xml-fop/src/documentation/content/xdocs/examples.xml
  
  Index: examples.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/examples.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- examples.xml      4 Nov 2002 16:20:51 -0000       1.1
  +++ examples.xml      19 Nov 2002 07:57:27 -0000      1.2
  @@ -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>
  
  
  
  1.2       +2 -1      xml-fop/src/documentation/content/xdocs/extensions.xml
  
  Index: extensions.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/extensions.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- extensions.xml    4 Nov 2002 16:20:51 -0000       1.1
  +++ extensions.xml    19 Nov 2002 07:57:27 -0000      1.2
  @@ -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>
  
  
  
  1.2       +3 -1      xml-fop/src/documentation/content/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/faq.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- faq.xml   31 Oct 2002 09:37:30 -0000      1.1
  +++ faq.xml   19 Nov 2002 07:57:27 -0000      1.2
  @@ -1,5 +1,7 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  -<!DOCTYPE faqs PUBLIC "-//APACHE//DTD FAQ V1.1//EN" "dtd/faq-v11.dtd">
  +<!DOCTYPE faqs PUBLIC "-//APACHE//DTD FAQ V1.1//EN"
  +    
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/faq-v11.dtd";>
  +
   <faqs title="FOP FAQ">
     <part>
       <title>General questions</title>
  
  
  
  1.2       +2 -1      xml-fop/src/documentation/content/xdocs/fonts.xml
  
  Index: fonts.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/fonts.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- fonts.xml 4 Nov 2002 16:20:51 -0000       1.1
  +++ fonts.xml 19 Nov 2002 07:57:27 -0000      1.2
  @@ -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>
  
  
  
  1.2       +2 -1      xml-fop/src/documentation/content/xdocs/gethelp.xml
  
  Index: gethelp.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/gethelp.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- gethelp.xml       4 Nov 2002 16:20:51 -0000       1.1
  +++ gethelp.xml       19 Nov 2002 07:57:27 -0000      1.2
  @@ -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";>
   
   
   <!-- How to get Help -->
  
  
  
  1.2       +2 -1      xml-fop/src/documentation/content/xdocs/implemented.xml
  
  Index: implemented.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/implemented.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- implemented.xml   4 Nov 2002 16:20:51 -0000       1.1
  +++ implemented.xml   19 Nov 2002 07:57:27 -0000      1.2
  @@ -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>
  
  
  
  1.4       +14 -11    xml-fop/src/documentation/content/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml 5 Nov 2002 11:38:03 -0000       1.3
  +++ index.xml 19 Nov 2002 07:57:27 -0000      1.4
  @@ -1,12 +1,14 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" 
"document-v11.dtd">
  -      <document> 
  -        <header> 
  -          <title>FOP</title> 
  -        </header> 
  -        <body> 
  -          <section>
  -            <title>Introduction</title>
  +<!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> 
  +    <title>FOP</title> 
  +  </header> 
  +  <body> 
  +    <section>
  +      <title>Introduction</title>
       <p>FOP (Formatting Objects Processor) is the world's first print formatter 
driven by XSL formatting
          objects and the world's first output independent formatter. It is a
          Java application that reads a formatting object tree and then
  @@ -40,7 +42,7 @@
           to <link 
href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</link>
           this is where user specific topics are discussed.
        </p>
  -          </section>
  +    </section>
   
     <section>
       <title>Formatting</title>
  @@ -79,5 +81,6 @@
   better handle the formatting of all different types of formatting objects.
      </p>
     </section>
  -        </body>
  -    </document>
  +  </body>
  +</document>
  +
  
  
  
  1.2       +2 -1      xml-fop/src/documentation/content/xdocs/involved.xml
  
  Index: involved.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/involved.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- involved.xml      4 Nov 2002 16:20:51 -0000       1.1
  +++ involved.xml      19 Nov 2002 07:57:27 -0000      1.2
  @@ -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>
  
  
  
  1.2       +2 -1      xml-fop/src/documentation/content/xdocs/license.xml
  
  Index: license.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/license.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- license.xml       4 Nov 2002 16:20:51 -0000       1.1
  +++ license.xml       19 Nov 2002 07:57:27 -0000      1.2
  @@ -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>
  
  
  
  1.2       +2 -1      xml-fop/src/documentation/content/xdocs/limitations.xml
  
  Index: limitations.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/limitations.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- limitations.xml   4 Nov 2002 16:20:51 -0000       1.1
  +++ limitations.xml   19 Nov 2002 07:57:27 -0000      1.2
  @@ -1,5 +1,6 @@
   <?xml version="1.0"?>
  -<!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>
  
  
  
  1.3       +2 -1      xml-fop/src/documentation/content/xdocs/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/news.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- news.xml  13 Nov 2002 12:21:32 -0000      1.2
  +++ news.xml  19 Nov 2002 07:57:27 -0000      1.3
  @@ -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>
  
  
  
  1.2       +2 -1      xml-fop/src/documentation/content/xdocs/output.xml
  
  Index: output.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/output.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- output.xml        4 Nov 2002 16:20:51 -0000       1.1
  +++ output.xml        19 Nov 2002 07:57:27 -0000      1.2
  @@ -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";>
   
   <!-- Output Formats: Renderers -->
   <document> 
  
  
  
  1.2       +2 -1      xml-fop/src/documentation/content/xdocs/relnotes.xml
  
  Index: relnotes.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/relnotes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- relnotes.xml      4 Nov 2002 16:20:51 -0000       1.1
  +++ relnotes.xml      19 Nov 2002 07:57:27 -0000      1.2
  @@ -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>
  
  
  
  1.2       +8 -7      xml-fop/src/documentation/content/xdocs/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/resources.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- resources.xml     4 Nov 2002 16:20:51 -0000       1.1
  +++ resources.xml     19 Nov 2002 07:57:27 -0000      1.2
  @@ -1,14 +1,15 @@
   <?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";>
     
   <!-- FOP Relevant Specifications and links -->
   <document> 
  -    <header>
  -        <title>Resources</title>
  -        <subtitle>Resources useful for developing and using FOP</subtitle>
  -    </header> 
  +  <header>
  +    <title>Resources</title>
  +    <subtitle>Resources useful for developing and using FOP</subtitle>
  +  </header> 
       
  -    <body>
  +  <body>
   
   <section>
     <title>FOP Relevant Specifications and Links</title>
  @@ -91,6 +92,6 @@
       </ul>
     </section>
   </section>
  -    </body>
  +  </body>
   </document>
   
  
  
  
  1.2       +2 -1      xml-fop/src/documentation/content/xdocs/running.xml
  
  Index: running.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/running.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- running.xml       4 Nov 2002 16:20:51 -0000       1.1
  +++ running.xml       19 Nov 2002 07:57:27 -0000      1.2
  @@ -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>
  
  
  
  1.3       +2 -1      xml-fop/src/documentation/content/xdocs/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/status.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- status.xml        5 Nov 2002 11:38:03 -0000       1.2
  +++ status.xml        19 Nov 2002 07:57:27 -0000      1.3
  @@ -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";>
   
   <!-- Status -->
    
  
  
  
  1.2       +2 -1      xml-fop/src/documentation/content/xdocs/svg.xml
  
  Index: svg.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/svg.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- svg.xml   4 Nov 2002 16:20:51 -0000       1.1
  +++ svg.xml   19 Nov 2002 07:57:27 -0000      1.2
  @@ -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";>
   
   <!-- SVG in FOP -->
   
  
  
  
  1.2       +3 -2      xml-fop/src/documentation/content/xdocs/tabs.xml
  
  Index: tabs.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/tabs.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tabs.xml  28 Oct 2002 08:41:00 -0000      1.1
  +++ tabs.xml  19 Nov 2002 07:57:27 -0000      1.2
  @@ -1,5 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -      <!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN" 
"tab-cocoon-v10.dtd">
  +      <!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN"
  +    
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/tab-cocoon-v10.dtd";>
   
         <tabs software="MyProj"
           title="MyProj"
  @@ -7,6 +8,6 @@
           xmlns:xlink="http://www.w3.org/1999/xlink";>
   
           <tab label="Home" dir=""/>
  -        <tab label="dev" dir="dev/"/>
  +        <tab label="Redesign" dir="dev/"/>
   
       </tabs>
  
  
  
  1.2       +2 -1      xml-fop/src/documentation/content/xdocs/testing.xml
  
  Index: testing.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/testing.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- testing.xml       4 Nov 2002 16:20:51 -0000       1.1
  +++ testing.xml       19 Nov 2002 07:57:27 -0000      1.2
  @@ -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>
  
  
  
  1.2       +2 -1      xml-fop/src/documentation/content/xdocs/design/architecture.xml
  
  Index: architecture.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/architecture.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- architecture.xml  7 Nov 2002 08:15:01 -0000       1.1
  +++ architecture.xml  19 Nov 2002 07:57:28 -0000      1.2
  @@ -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>
  
  
  
  1.2       +16 -23    xml-fop/src/documentation/content/xdocs/design/areas.xml
  
  Index: areas.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/areas.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- areas.xml 7 Nov 2002 08:15:01 -0000       1.1
  +++ areas.xml 19 Nov 2002 07:57:28 -0000      1.2
  @@ -1,16 +1,17 @@
   <?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>
  -        <title>Area Tree</title>
  -        <subtitle>Area Tree Design for FOP</subtitle>
  -        <authors>
  -            <person name="Keiron Liddle" email="[EMAIL PROTECTED]"/>
  -        </authors>
  -    </header>
  +  <header>
  +    <title>Area Tree</title>
  +    <subtitle>Area Tree Design for FOP</subtitle>
  +    <authors>
  +      <person name="Keiron Liddle" email="[EMAIL PROTECTED]"/>
  +    </authors>
  +  </header>
   
  -    <body>
  +  <body>
   <section>
     <title>Area Tree</title>
   <p>
  @@ -169,21 +170,13 @@
     </p>
     <p>
   The renderer will need to be able to:
  +  </p>
          <ul>
  -       <li><p>
  -render each individual page
  -       </p></li>
  -       <li><p>
  -clip and align child areas to a viewport
  -       </p></li>
  -       <li><p>
  -handle all types of inline area, text, image etc.
  -       </p></li>
  -       <li><p>
  -draw various lines and rectangles
  -       </p></li>
  +       <li>render each individual page</li>
  +       <li>clip and align child areas to a viewport</li>
  +       <li>handle all types of inline area, text, image etc.</li>
  +       <li>draw various lines and rectangles</li>
          </ul>
  -  </p>
     <p>
   An abstract renderer will be able to handle the generic positioning
   of child areas, iterating through areas that have child areas.
  @@ -191,6 +184,6 @@
     </section>
     </section>
   
  -    </body>
  +  </body>
   </document>
   
  
  
  
  1.3       +2 -1      xml-fop/src/documentation/content/xdocs/design/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/book.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- book.xml  8 Nov 2002 09:25:33 -0000       1.2
  +++ book.xml  19 Nov 2002 07:57:28 -0000      1.3
  @@ -1,5 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" 
"book-cocoon-v10.dtd">
  +<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN"
  +    
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-cocoon2/src/documentation/xdocs/dtd/book-cocoon-v10.dtd";>
   
   <book software="FOP"
       title="FOP Design"
  
  
  
  1.2       +2 -1      xml-fop/src/documentation/content/xdocs/design/breakpos.xml
  
  Index: breakpos.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/breakpos.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- breakpos.xml      7 Nov 2002 08:15:01 -0000       1.1
  +++ breakpos.xml      19 Nov 2002 07:57:28 -0000      1.2
  @@ -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>
  
  
  
  1.2       +3 -10     xml-fop/src/documentation/content/xdocs/design/embedding.xml
  
  Index: embedding.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/embedding.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- embedding.xml     7 Nov 2002 08:15:01 -0000       1.1
  +++ embedding.xml     19 Nov 2002 07:57:28 -0000      1.2
  @@ -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>
  @@ -34,52 +35,44 @@
     </section>
   <section>
     <title>Logging</title>
  -<p>
   <ul>
   <li>logging level</li>
   <li>logging messages of various levels</li>
   <li>error handling</li>
   <li>Logging setup (LogKit, Log4J, JDK14Logging)</li>
   </ul>
  -   </p>
     </section>
   <section>
     <title>XML input</title>
  -<p>
   <ul>
   <li>various ways to supply FOP with the xsl:fo file, fo, xml+xsl</li>
   <li>sax handler</li>
   </ul>
  -   </p>
     </section>
   <section>
     <title>general options</title>
  -<p>
   <ul>
   <li>base directory</li>
   <li>uri resolvers</li>
   <li>which implementation of a particular</li>
   <li>LayoutManager to use</li>
   </ul>
  -   </p>
     </section>
   <section>
     <title>Rendering Options</title>
  -<p>
   <ul>
   <li>embedding fonts</li>
   <li>compression in pdf</li>
   <li>image embedding</li>
   </ul>
  -</p>
   <p>
   for the PS renderer (eventually):
  +</p>
   <ul>
   <li>PostScript Level</li>
   <li>PPD to use</li>
   <li>binary/ascii switch</li>
   </ul>
  -   </p>
     </section>
   <section>
     <title>User Agent</title>
  
  
  
  1.3       +5 -4      xml-fop/src/documentation/content/xdocs/design/extending.xml
  
  Index: extending.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/extending.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- extending.xml     8 Nov 2002 09:25:33 -0000       1.2
  +++ extending.xml     19 Nov 2002 07:57:28 -0000      1.3
  @@ -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>
  @@ -85,12 +86,12 @@
      </p>
     <p>
   eg.
  -<source><![CDATA[<my:script-link script="app.execMenuItem('AcroSrch:Query');">
  +<code><![CDATA[<my:script-link script="app.execMenuItem('AcroSrch:Query');">
   Search
  -</my:script-link>]]></source>
  +</my:script-link>]]></code>
   
   to result in a text box referencing the following PDF action:
  -<source><![CDATA[<< /S /JavaScript /JS (app.execMenuItem("AcroSrch:Query");) 
>>]]></source>
  +<code><![CDATA[<< /S /JavaScript /JS (app.execMenuItem("AcroSrch:Query");) 
>>]]></code>
   
      </p>
   
  
  
  
  1.2       +3 -2      xml-fop/src/documentation/content/xdocs/design/fotree.xml
  
  Index: fotree.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/fotree.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- fotree.xml        7 Nov 2002 08:15:01 -0000       1.1
  +++ fotree.xml        19 Nov 2002 07:57:28 -0000      1.2
  @@ -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>
  @@ -57,7 +58,7 @@
   accomplishes this by using a <em>PropertyListBuilder</em>. There is a
   separate <em>PropertyListBuilder</em> for each namespace encountered
   while building the FO tree. Each Builder object contains a hash of
  -property names and <ref>their</ref> respective makers. It may also
  +property names and <em>their</em> respective makers. It may also
   contain element-specific property maker hashes; these are based on the
   <em>local name</em> of the flow object, ie. <em>table-row</em>, not
   <em>fo:table-row</em>. If an element-specific property mapping exists,
  
  
  
  1.2       +2 -3      xml-fop/src/documentation/content/xdocs/design/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml 7 Nov 2002 08:15:01 -0000       1.1
  +++ index.xml 19 Nov 2002 07:57:28 -0000      1.2
  @@ -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 @@
   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 @@
   <li>renderers are totally responsible for their output format</li>
   <li>output is sent to a stream</li>
   </ul>
  -   </p>
   </section>
     </section>
   
  
  
  
  1.2       +11 -22    xml-fop/src/documentation/content/xdocs/design/layout.xml
  
  Index: layout.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/layout.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- layout.xml        7 Nov 2002 08:15:01 -0000       1.1
  +++ layout.xml        19 Nov 2002 07:57:28 -0000      1.2
  @@ -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>
  @@ -119,7 +120,7 @@
   the start or end of a particular reference area.
      </p>
     <p>
  -   <image src="page.svg"/>
  +   <img src="page.svg" alt="Diagram of Page Layout"/>
     </p>
     <p>
   The spacing between the areas (including spacing in block areas inside
  @@ -267,7 +268,7 @@
   side float.
     </p>
     <p>
  -<image src="float.svg"/>
  +<img src="float.svg" alt="Diagram of Float"/>
     </p>
     </section>
   <section>
  @@ -369,27 +370,15 @@
     <title>Block Areas</title>
     <p>
   The block area has info about the following:
  +  </p>
          <ul>
  -       <li><p>
  -all anchors including which lines they are on
  -       </p></li>
  -       <li><p>
  -unresolved page references with line info
  -       </p></li>
  -       <li><p>
  -id and link areas
  -       </p></li>
  -       <li><p>
  -height (min/max/optimum) or area including floats
  -       </p></li>
  -       <li><p>
  -holds space before/after and keep information
  -       </p></li>
  -       <li><p>
  -widows and orphans
  -       </p></li>
  +       <li>all anchors including which lines they are on</li>
  +       <li>unresolved page references with line info</li>
  +       <li>id and link areas</li>
  +       <li>height (min/max/optimum) or area including floats</li>
  +       <li>holds space before/after and keep information</li>
  +       <li>widows and orphans</li>
          </ul>
  -  </p>
     <p>
   Once the layout has been finalised then this information can be
   discarded.
  
  
  
  1.2       +2 -1      xml-fop/src/documentation/content/xdocs/design/optimise.xml
  
  Index: optimise.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/optimise.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- optimise.xml      7 Nov 2002 08:15:01 -0000       1.1
  +++ optimise.xml      19 Nov 2002 07:57:28 -0000      1.2
  @@ -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>
  
  
  
  1.2       +2 -1      xml-fop/src/documentation/content/xdocs/design/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/properties.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- properties.xml    7 Nov 2002 08:15:01 -0000       1.1
  +++ properties.xml    19 Nov 2002 07:57:28 -0000      1.2
  @@ -1,5 +1,6 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  -<!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>
  
  
  
  1.2       +2 -1      xml-fop/src/documentation/content/xdocs/design/renderers.xml
  
  Index: renderers.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/renderers.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- renderers.xml     7 Nov 2002 08:15:01 -0000       1.1
  +++ renderers.xml     19 Nov 2002 07:57:28 -0000      1.2
  @@ -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>
  
  
  
  1.2       +3 -4      xml-fop/src/documentation/content/xdocs/design/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/status.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- status.xml        7 Nov 2002 08:15:01 -0000       1.1
  +++ status.xml        19 Nov 2002 07:57:28 -0000      1.2
  @@ -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";>
   
   <!-- Status of Design/Rewrite -->
   
  @@ -26,7 +27,6 @@
     </section>
   <section>
     <title>Features TODO</title>
  -<p>
   <ul>
   <li>avalon integration - logging, configuration, component management, caching, uri 
resolver</li>
   <li>improved interfaces
  @@ -37,7 +37,6 @@
   </li>
   <li>better commandline handling</li>
   </ul>
  -  </p>
     </section>
   <section>
     <title>Done/Started Features</title>
  @@ -45,6 +44,7 @@
   Many of these changes will make FOP much better to use and develop.
   So if you help out with the development you can get to use these
   things sooner.
  +</p>
   <ul>
   <li><strong>better layout design</strong> - that can handle keeps and
   spacing better</li>
  @@ -69,7 +69,6 @@
   <li>changed area tree xml format to match the area tree hierarchy</li>
   </ul>
   
  -  </p>
     </section>
   
       </body>
  
  
  
  1.2       +46 -125   xml-fop/src/documentation/content/xdocs/design/useragent.xml
  
  Index: useragent.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/design/useragent.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- useragent.xml     7 Nov 2002 08:15:01 -0000       1.1
  +++ useragent.xml     19 Nov 2002 07:57:28 -0000      1.2
  @@ -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>
  @@ -39,137 +40,57 @@
   
     <p>
   Standard Features:
  +  </p>
          <ul>
  -       <li><p>
  -error handling, what to do if fo markup is invalid
  -       </p></li>
  -       <li><p>
  -auto overflow value and handling error-if-overflow
  -       </p></li>
  -       <li><p>
  -adjusting length values (eg. for borders) to renderable values
  -       </p></li>
  -       <li><p>
  -available fonts
  -       </p></li>
  -       <li><p>
  -converting cm/in to pt (dpi)
  -       </p></li>
  -       <li><p>
  -active state for multi properties
  -       </p></li>
  -       <li><p>
  -title, used to identify a set of pages (in a page sequence)
  -       </p></li>
  -       <li><p>
  -the width (in inline-progression-dimension) of a character with
  -treat-word-as-space true
  -       </p></li>
  -       <li><p>
  -maximum space used by conditional areas from region-reference-area
  -       </p></li>
  -       <li><p>
  -if there should be "hot links" to before floats or footnotes
  -       </p></li>
  -       <li><p>
  -when to clear side floats if space in inline-progression-dimension
  -is not enough
  -       </p></li>
  -       <li><p>
  -placement of left over footnotes on a page with a region-body
  -       </p></li>
  -       <li><p>
  -using color property as border colour
  -       </p></li>
  -       <li><p>
  -interpretting all border styles (except outset) as solid
  -       </p></li>
  -       <li><p>
  -thin, medium and thick values for border width
  -       </p></li>
  -       <li><p>
  -initial font-family value
  -       </p></li>
  -       <li><p>
  -absolute font sizes (eg, xx-small, x-small etc.)
  -       </p></li>
  -       <li><p>
  -relative font sizes (eg. larger, smaller)
  -       </p></li>
  -       <li><p>
  -small caps simulation
  -       </p></li>
  -       <li><p>
  -font weight mapping
  -       </p></li>
  -       <li><p>
  -baseline info for a font if not available
  -       </p></li>
  -       <li><p>
  -determining sub/superscript when another baseline is dominant
  -       </p></li>
  -       <li><p>
  -scaling method for external-graphic and instream-foreign-object
  -       </p></li>
  -       <li><p>
  -the width of a replaced element
  -       </p></li>
  -       <li><p>
  -"normal" line height value
  -       </p></li>
  -       <li><p>
  -text alignment (stretching the line with letter and word spacing)
  -       </p></li>
  -       <li><p>
  -text transform
  -       </p></li>
  -       <li><p>
  -initial color
  -       </p></li>
  -       <li><p>
  -rendering intent of auto
  -       </p></li>
  -       <li><p>
  -dot character for leader
  -       </p></li>
  -       <li><p>
  -line breaking with leaders, use optimum length when breaking the line
  -       </p></li>
  -       <li><p>
  -page height/width of auto
  -       </p></li>
  -       <li><p>
  -left and right caption widths
  -       </p></li>
  -       <li><p>
  -glyph orientation vertical of auto
  -       </p></li>
  -       <li><p>
  -rendering processor of content-type (mime type)
  -       </p></li>
  +       <li>error handling, what to do if fo markup is invalid</li>
  +       <li>auto overflow value and handling error-if-overflow</li>
  +       <li>adjusting length values (eg. for borders) to renderable values</li>
  +       <li>available fonts</li>
  +       <li>converting cm/in to pt (dpi)</li>
  +       <li>active state for multi properties</li>
  +       <li>title, used to identify a set of pages (in a page sequence)</li>
  +       <li>the width (in inline-progression-dimension) of a character with
  +treat-word-as-space true</li>
  +       <li>maximum space used by conditional areas from region-reference-area</li>
  +       <li>if there should be "hot links" to before floats or footnotes</li>
  +       <li>when to clear side floats if space in inline-progression-dimension
  +is not enough</li>
  +       <li>placement of left over footnotes on a page with a region-body</li>
  +       <li>using color property as border colour</li>
  +       <li>interpretting all border styles (except outset) as solid</li>
  +       <li>thin, medium and thick values for border width</li>
  +       <li>initial font-family value</li>
  +       <li>absolute font sizes (eg, xx-small, x-small etc.)</li>
  +       <li>relative font sizes (eg. larger, smaller)</li>
  +       <li>small caps simulation</li>
  +       <li>font weight mapping</li>
  +       <li>baseline info for a font if not available</li>
  +       <li>determining sub/superscript when another baseline is dominant</li>
  +       <li>scaling method for external-graphic and instream-foreign-object</li>
  +       <li>the width of a replaced element</li>
  +       <li>"normal" line height value</li>
  +       <li>text alignment (stretching the line with letter and word spacing)</li>
  +       <li>text transform</li>
  +       <li>initial color</li>
  +       <li>rendering intent of auto</li>
  +       <li>dot character for leader</li>
  +       <li>line breaking with leaders, use optimum length when breaking the 
line</li>
  +       <li>page height/width of auto</li>
  +       <li>left and right caption widths</li>
  +       <li>glyph orientation vertical of auto</li>
  +       <li>rendering processor of content-type (mime type)</li>
          </ul>
  -  </p>
   
     <p>
   Interactive Features:
  +  </p>
          <ul>
  -       <li><p>
  -inline and block scroll amount
  -       </p></li>
  -       <li><p>
  -dynamic effects, links and property sets
  -       </p></li>
  -       <li><p>
  -initial "pause-after", "pause-before" and "voice-family" value
  -       </p></li>
  -       <li><p>
  -treating fixed as scroll on background attachement
  -       </p></li>
  -       <li><p>
  -media usage of auto
  -       </p></li>
  +       <li>inline and block scroll amount</li>
  +       <li>dynamic effects, links and property sets</li>
  +       <li>initial "pause-after", "pause-before" and "voice-family" value</li>
  +       <li>treating fixed as scroll on background attachement</li>
  +       <li>media usage of auto</li>
          </ul>
  -  </p>
   
     </section>
   
  
  
  
  1.5       +2 -1      xml-fop/src/documentation/content/xdocs/dev/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/book.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- book.xml  8 Nov 2002 09:25:33 -0000       1.4
  +++ book.xml  19 Nov 2002 07:57:29 -0000      1.5
  @@ -1,5 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" 
"book-cocoon-v10.dtd">
  +<!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN"
  +    
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-cocoon2/src/documentation/xdocs/dtd/book-cocoon-v10.dtd";>
   
   <book software="FOP"
         title="FOP"
  
  
  
  1.2       +15 -12    xml-fop/src/documentation/content/xdocs/dev/configuration.xml
  
  Index: configuration.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/configuration.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- configuration.xml 28 Oct 2002 08:41:00 -0000      1.1
  +++ configuration.xml 19 Nov 2002 07:57:29 -0000      1.2
  @@ -1,13 +1,15 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -      <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" 
"document-v11.dtd">
  -      <document> 
  -        <header> 
  -          <title>Configuration</title> 
  -        </header> 
  -        <body> 
  -          <section>
  -            <title>Configuring FOP</title>
  -            <p>
  +<!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> 
  +    <title>Configuration</title> 
  +  </header> 
  +  <body> 
  +    <section>
  +      <title>Configuring FOP</title>
  +      <p>
   In the directory xml-fop/conf you will find an example
   configuration file. It contains the default values of various
   configurable options available in FOP.
  @@ -40,6 +42,7 @@
             and rebuild Fop. The file will be picked up and added
             to the fop.jar.
       </p>
  -          </section>
  -        </body>
  -    </document>
  +    </section>
  +  </body>
  +</document>
  +
  
  
  
  1.4       +7 -4      xml-fop/src/documentation/content/xdocs/dev/examples.xml
  
  Index: examples.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/examples.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- examples.xml      12 Nov 2002 09:15:53 -0000      1.3
  +++ examples.xml      19 Nov 2002 07:57:29 -0000      1.4
  @@ -1,5 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<!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> 
       <title>FO Examples</title> 
  @@ -15,6 +17,7 @@
               <title>Images Examples</title>
               <p>
   Embedding images in FO:
  +            </p>
     <table>
       <caption>Images in FO</caption>
       <tr>
  @@ -38,15 +41,15 @@
         <td><link href="../fo/size.fo.pdf">size.fo.pdf</link></td>
       </tr>
     </table>
  -            </p>
             </section>
             <section>
               <title>Instream Foreign Object Examples</title>
               <p>
   Instream Foreign Object images in FO, there are more on the
   <link href="svg.html">SVG Page</link>:
  +            </p>
     <table>
  -    <caption>Images in FO</caption>
  +    <caption>Embedding instream-foreign-object</caption>
       <tr>
         <th>description</th>
         <th>fo file</th>
  @@ -58,7 +61,7 @@
         <td><link href="../fo/embed.fo.pdf">embed.fo.pdf</link></td>
       </tr>
     </table>
  -            </p>
             </section>
     </body>
   </document>
  +
  
  
  
  1.3       +15 -13    xml-fop/src/documentation/content/xdocs/dev/extensions.xml
  
  Index: extensions.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/extensions.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- extensions.xml    7 Nov 2002 08:15:01 -0000       1.2
  +++ extensions.xml    19 Nov 2002 07:57:29 -0000      1.3
  @@ -1,13 +1,15 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -      <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" 
"document-v11.dtd">
  -      <document> 
  -        <header> 
  -          <title>Extensions to FOP</title> 
  -        </header> 
  -        <body> 
  -          <section>
  -            <title>Overview</title>
  -            <p>
  +<!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> 
  +    <title>Extensions to FOP</title> 
  +  </header> 
  +  <body> 
  +    <section>
  +      <title>Overview</title>
  +      <p>
   If the default funtionality of FOP needs to be extended for
   some reason then you can write an extensions.
               </p>
  @@ -89,8 +91,8 @@
   </p>
   <p>
   Put your jar file in the classpath and then run fop over the fo file.
  -            </p>
  -          </section>
  -        </body>
  -    </document>
  +      </p>
  +    </section>
  +  </body>
  +</document>
   
  
  
  
  1.2       +3 -1      xml-fop/src/documentation/content/xdocs/dev/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/faq.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- faq.xml   31 Oct 2002 09:37:30 -0000      1.1
  +++ faq.xml   19 Nov 2002 07:57:29 -0000      1.2
  @@ -1,5 +1,7 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  -<!DOCTYPE faqs PUBLIC "-//APACHE//DTD FAQ V1.1//EN" "dtd/faq-v11.dtd">
  +<!DOCTYPE faqs PUBLIC "-//APACHE//DTD FAQ V1.1//EN"
  +    
"http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-forrest/src/resources/schema/dtd/faq-v11.dtd";>
  +
   <faqs title="FOP FAQ">
     <part>
       <title>General questions</title>
  
  
  
  1.4       +3 -5      xml-fop/src/documentation/content/xdocs/dev/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml 5 Nov 2002 11:38:03 -0000       1.3
  +++ index.xml 19 Nov 2002 07:57:29 -0000      1.4
  @@ -1,5 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -      <!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> 
             <title>FOP 1.0 development</title> 
  @@ -23,9 +25,7 @@
   FOP - someone who is overly concerned with style, also conveniently
   can mean Formatting Object Processor.
     </note>
  -<p>
           <figure width="480" height="260" src="../images/document.jpg" alt="Render 
Diagram" />
  -</p>
       <p>The latest version of Fop is 0.20.4 and it supports the
          <jump href="http://www.w3.org/TR/2001/REC-xsl-20011015/";>XSL-FO Version 1.0
          W3C Recommendation</jump>.
  @@ -50,9 +50,7 @@
             </section>
             <section>
               <title>Formatting</title>
  -            <p>
           <figure width="480" height="260" src="../images/layout.jpg" alt="Formatting 
Diagram" />
  -</p> 
   <p>
   This image is a demonstration of a two page document. The xml data on the left
   is formatted into the two pages on the right. The document contains static 
areasthat appear on every page, an external graphic in this case an svg document.
  
  
  
  1.4       +18 -21    xml-fop/src/documentation/content/xdocs/dev/svg.xml
  
  Index: svg.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/svg.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- svg.xml   5 Nov 2002 11:38:03 -0000       1.3
  +++ svg.xml   19 Nov 2002 07:57:29 -0000      1.4
  @@ -1,13 +1,15 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -      <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" 
"document-v11.dtd">
  -      <document> 
  -        <header> 
  -          <title>SVG in FOP</title> 
  -        </header> 
  -        <body> 
  -          <section>
  -            <title>Introduction</title>
  -            <p>
  +<!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> 
  +    <title>SVG in FOP</title> 
  +  </header> 
  +  <body> 
  +    <section>
  +      <title>Introduction</title>
  +      <p>
   FOP uses the SVG library from
   <link href="http://xml.apache.org/batik/";>Batik</link> to handle SVG.
   This format can be handled as an <code>fo:instream-foreign-object</code>
  @@ -63,6 +65,7 @@
               <p>
   These examples illustrate a number of issues relating to conversion
   to PDF:
  +            </p>
     <table>
       <caption>SVG to PDF examples</caption>
       <tr>
  @@ -105,11 +108,9 @@
       <p>
    As can be seen most of the specific issues are handled.
       </p>
  -    <p>
   <note>
   You will need Acrobat 5.0 to see transparency.
   </note>
  -    </p>
     <table>
       <caption>XSL:FO to PDF examples</caption>
       <tr>
  @@ -123,7 +124,6 @@
         <td><link href="fo/embedding.fo.pdf">embedding.fo.pdf</link></td>
       </tr>
     </table> 
  -            </p>
             </section>
             <section>
               <title>Important Notes</title>
  @@ -160,7 +160,6 @@
             </section>
             <section>
               <title>Known Problems</title>
  -            <p>
   <ul>
   <li>
   soft mask transparency is combined with white so that it looks better
  @@ -190,7 +189,6 @@
   into a raster graphic are not drawn properly in PDF. The image is opaque.
   </li>
   </ul>
  -            </p>
             </section>
             <section>
               <title>Developer Notes</title>
  @@ -206,7 +204,6 @@
               <p>
   These are the relevant classes, found in the package org.apache.fop.svg :
       </p>
  -    <p>
   <ul>
   <li><em>PDFGraphics2D</em>
   <br/>
  @@ -225,7 +222,6 @@
   PDFDocumentGraphics2D.
   </li>
   </ul>
  -            </p>
             </section>
             <section>
               <title>Ideas</title>
  @@ -233,8 +229,9 @@
   Batik can convert ttf to svg font.
   This svg font could be converted into a pdf stroked font
   (type 3 font).
  -            </p>
  -          </section>
  -          </section>
  -        </body>
  -    </document>
  +        </p>
  +      </section>
  +    </section>
  +  </body>
  +</document>
  +
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to