cvs commit: xml-fop/src/documentation/content/xdocs compliance.xml

2004-03-01 Thread cbowditch
cbowditch2004/03/01 07:38:25

  Modified:src/documentation/content/xdocs compliance.xml
  Log:
  corrected compliance for baseline-shift and vertical-align properties
  
  Revision  ChangesPath
  1.25  +6 -2  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.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- compliance.xml12 Nov 2003 15:11:59 -  1.24
  +++ compliance.xml1 Mar 2004 15:38:25 -   1.25
  @@ -274,7 +274,9 @@
   level-2 name=Area Alignment Properties citation=§7.13 
extURL=slice7.html#area-alignment ref-name=areaalign
 level-3 name=alignment-adjust citation=§7.13.1 
extURL=slice7.html#alignment-adjust compliance-level=1 comply=no/
 level-3 name=alignment-baseline citation=§7.13.2 
extURL=slice7.html#alignment-baseline compliance-level=1 comply=no/
  -  level-3 name=baseline-shift citation=§7.13.3 
extURL=slice7.html#baseline-shift compliance-level=1 comply=no/
  +  level-3 name=baseline-shift citation=§7.13.3 
extURL=slice7.html#baseline-shift compliance-level=1 comply=partial
  +commentOnly values super and sub have been implemented./comment
  +  /level-3
 level-3 name=display-align citation=§7.13.4 
extURL=slice7.html#display-align compliance-level=2 comply=partial
   commentImplemented only for table-cell and block-container./comment
   commentFor table-cell, the height attribute must be set for the 
parent table-row; setting the height of the table or the table-cell results in 
vertical centering having no effect.
  @@ -502,7 +504,9 @@
   commentquot;inheritquot; not handled/comment
 /level-3
 level-3 name=size citation=§7.29.21 extURL=slice7.html#size 
compliance-level=3 comply=no/
  -  level-3 name=vertical-align citation=§7.29.22 
extURL=slice7.html#vertical-align compliance-level=3 comply=no/
  +  level-3 name=vertical-align citation=§7.29.22 
extURL=slice7.html#vertical-align compliance-level=3 comply=partial
  +commentOnly works as a shorthand for baseline-shift 
property./comment
  +  /level-3
 level-3 name=white-space citation=§7.29.23 
extURL=slice7.html#white-space compliance-level=3 comply=no/
 level-3 name=xml:lang citation=§7.29.24 
extURL=slice7.html#xml:lang compliance-level=3 comply=no/
   /level-2
  
  
  

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



cvs commit: xml-fop/src/documentation/content/xdocs compliance.xml

2003-09-01 Thread vmote
vmote   2003/09/01 05:15:52

  Modified:src/documentation/content/xdocs compliance.xml
  Log:
  add comments about current implementation of block-container object, submitted by 
Chris Bowditch [EMAIL PROTECTED]; see
  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22811
  
  Revision  ChangesPath
  1.22  +4 -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.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- compliance.xml26 Aug 2003 21:56:28 -  1.21
  +++ compliance.xml1 Sep 2003 12:15:52 -   1.22
  @@ -45,7 +45,10 @@
   /level-2
   level-2 name=Block Formatting Objects citation=§6.5 
extURL=slice6.html#section-N12764-Block-level-Formatting-Objects ref-name=block
 level-3 name=block citation=§6.5.2 extURL=slice6.html#fo_block 
compliance-level=1 comply=yes/
  -  level-3 name=block-container citation=§6.5.3 
extURL=slice6.html#fo_block-container compliance-level=2 comply=partial/
  +  level-3 name=block-container citation=§6.5.3 
extURL=slice6.html#fo_block-container compliance-level=2 comply=partial
  +commentCurrently only works as direct child of fo:flow./comment
  +commentFor absolute positioning, use 'position=absolute' (as 
'absolute-position=absolute' is not implemented), and specify all four of left, 
top, width and height/comment
  +  /level-3
   /level-2
   level-2 name=Inline Formatting Objects citation=§6.6 
extURL=slice6.html#section-N13277-Inline-level-Formatting-Objects ref-name=inline
 level-3 name=bidi-override citation=§6.6.2 
extURL=slice6.html#fo_bidi-override compliance-level=2 comply=no/
  
  
  

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



cvs commit: xml-fop/src/documentation/content/xdocs compliance.xml

2003-08-26 Thread gmazza
gmazza  2003/08/26 14:56:29

  Modified:src/documentation/content/xdocs compliance.xml
  Log:
  Update to indicate the border-collapse property is partially implemented (instead of 
not implemented.)
  
  Revision  ChangesPath
  1.21  +3 -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.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- compliance.xml24 Aug 2003 17:11:34 -  1.20
  +++ compliance.xml26 Aug 2003 21:56:28 -  1.21
  @@ -423,7 +423,9 @@
   level-2 name=Table Properties citation=§7.26 
extURL=slice7.html#section-N52000-Table-Properties ref-name=table
 level-3 name=border-after-precedence citation=§7.26.1 
extURL=slice7.html#border-after-precedence compliance-level=1 comply=no/
 level-3 name=border-before-precedence citation=§7.26.2 
extURL=slice7.html#border-before-precedence compliance-level=1 comply=no/
  -  level-3 name=border-collapse citation=§7.26.3 
extURL=slice7.html#border-collapse compliance-level=2 comply=no/
  +  level-3 name=border-collapse citation=§7.26.3 
extURL=slice7.html#border-collapse compliance-level=2 comply=partial
  +  commentImplementation of collapsed table model not 
complete./comment
  +  /level-3
 level-3 name=border-end-precedence citation=§7.26.4 
extURL=slice7.html#border-end-precedence compliance-level=1 comply=no/
 level-3 name=border-separation citation=§7.26.5 
extURL=slice7.html#border-separation compliance-level=2 comply=no/
 level-3 name=border-start-precedence citation=§7.26.6 
extURL=slice7.html#border-start-precedence compliance-level=1 comply=no/
  
  
  

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



cvs commit: xml-fop/src/documentation/content/xdocs compliance.xml

2003-08-24 Thread vmote
vmote   2003/08/24 10:11:34

  Modified:src/documentation/content/xdocs compliance.xml
  Log:
  add workaround for property absolute-position not implemented
  
  Revision  ChangesPath
  1.20  +3 -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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- compliance.xml24 Jul 2003 19:03:21 -  1.19
  +++ compliance.xml24 Aug 2003 17:11:34 -  1.20
  @@ -115,7 +115,9 @@
 level-3 name=role citation=§7.4.2 extURL=slice7.html#role 
compliance-level=1 comply=na/
   /level-2
   level-2 name=Common Absolute Position Properties citation=§7.5 
extURL=slice7.html#common-absolute-position-properties ref-name=commonabspos
  -  level-3 name=absolute-position citation=§7.5.1 
extURL=slice7.html#absolute-position compliance-level=3 comply=no/
  +  level-3 name=absolute-position citation=§7.5.1 
extURL=slice7.html#absolute-position compliance-level=3 comply=no
  +commentUse shorthand position=absolute as a workaround./comment
  +  /level-3
 level-3 name=top citation=§7.5.2 extURL=slice7.html#top 
compliance-level=2 comply=yes/
 level-3 name=right citation=§7.5.3 extURL=slice7.html#right 
compliance-level=2 comply=yes/
 level-3 name=bottom citation=§7.5.4 extURL=slice7.html#bottom 
compliance-level=2 comply=yes/
  
  
  

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



cvs commit: xml-fop/src/documentation/content/xdocs compliance.xml

2003-07-24 Thread vmote
vmote   2003/07/24 12:03:21

  Modified:src/documentation/content/xdocs compliance.xml
  Log:
  1. remove version number from title
  2. add better explanation of what na means
  3. add better explanation of what the color coding does
  
  Revision  ChangesPath
  1.19  +5 -3  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.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- compliance.xml6 Jul 2003 21:23:50 -   1.18
  +++ compliance.xml24 Jul 2003 19:03:21 -  1.19
  @@ -4,7 +4,7 @@
   
   compliance
 head
  -titleFOP 0.20.4 Standards Compliance/title
  +titleFOP Standards Compliance/title
   subtitleProgress Report on Standard Features Implemented/subtitle
 /head
 body
  @@ -14,7 +14,9 @@
   Although FOP does not currently conform to any of these levels, it is nevertheless 
a useful work-in-progress for many applications.
   The information presented here demonstrates FOP's progress toward the goal of 
conformance, which progress consists of implementation of specific objects and 
properties in the standard.
   The information presented is useful not only to the developers as a sort of to do 
list, but also for setting proper expectations for users and potential users./p
  -pIn the tables below, blue indicates support at the specified level of 
conformance, and red indicates a lack of support./p
  +pIn the tables below, yes indicates conformance, no indicates a lack 
of conformance, partial indicates partial conformance, and na indicates that the 
item is not applicable to FOP.
  +The color-coding indicates conformance at a specific conformance level, with blue 
indicating conformance, red indicating non-conformance, and gray indicating partial 
conformance.
  +So, for example, a given item may be blue either because it is not required at the 
conformance level indicated, or because FOP supports this feature, or both./p
 /explanatory
 level-1 name=XSL-FO Object Support citation=§6 
extURL=slice6.html#fo-section compliance-item-desc=Object Name ref-name=object
   explanatory
  @@ -106,7 +108,7 @@
 /level-1
 level-1 name=XSL-FO Property Support citation=§7 
extURL=slice7.html#pr-section compliance-item-desc=Property Name 
ref-name=property
   explanatory
  -  pThe following is a summary of FOP's current support for the standard 
XSL-FO properties. Please note that a number of properties and categories of 
properties are not supported because they do not apply to documents in visual 
formats./p
  +  pThe following is a summary of FOP's current support for the standard 
XSL-FO properties./p
   /explanatory
   level-2 name=Common Accessibility Properties citation=§7.4 
extURL=slice7.html#common-accessibility-properties ref-name=commonaccess
 level-3 name=source-document citation=§7.4.1 
extURL=slice7.html#source-document compliance-level=1 comply=na/
  
  
  

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



cvs commit: xml-fop/src/documentation/content/xdocs compliance.xml

2003-07-06 Thread gmazza
gmazza  2003/07/06 14:23:50

  Modified:src/documentation/content/xdocs compliance.xml
  Log:
  Typo fixed.
  
  Revision  ChangesPath
  1.18  +1 -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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- compliance.xml29 May 2003 22:04:30 -  1.17
  +++ compliance.xml6 Jul 2003 21:23:50 -   1.18
  @@ -216,7 +216,7 @@
   /level-2
   level-2 name=Common Font Properties citation=§7.8 
extURL=slice7.html#common-font-properties ref-name=commonfont
 level-3 name=font-family citation=§7.8.2 
extURL=slice7.html#font-family compliance-level=1 comply=yes
  - commentfont-family lists are not suppported, use a single 
font-family name/comment
  + commentfont-family lists are not supported, use a single font-family 
name/comment
 /level-3
 level-3 name=font-selection-strategy citation=§7.8.3 
extURL=slice7.html#font-selection-strategy compliance-level=3 comply=no/
 level-3 name=font-size citation=§7.8.4 
extURL=slice7.html#font-size compliance-level=1 comply=yes/
  
  
  

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



cvs commit: xml-fop/src/documentation/content/xdocs compliance.xml

2003-05-30 Thread jeremias
jeremias2003/05/29 15:04:31

  Modified:src/documentation/content/xdocs compliance.xml
  Log:
  text-align(-last) are not fully implemented (#20280)
  
  Revision  ChangesPath
  1.17  +6 -2  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.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- compliance.xml1 May 2003 00:57:50 -   1.16
  +++ compliance.xml29 May 2003 22:04:30 -  1.17
  @@ -299,8 +299,12 @@
 level-3 name=line-stacking-strategy citation=§7.15.6 
extURL=slice7.html#line-stacking-strategy compliance-level=1 comply=no/
 level-3 name=linefeed-treatment citation=§7.15.7 
extURL=slice7.html#linefeed-treatment compliance-level=2 comply=no/
 level-3 name=white-space-treatment citation=§7.15.8 
extURL=slice7.html#white-space-treatment compliance-level=2 comply=no/
  -  level-3 name=text-align citation=§7.15.9 
extURL=slice7.html#text-align compliance-level=1 comply=yes/
  -  level-3 name=text-align-last citation=§7.15.10 
extURL=slice7.html#text-align-last compliance-level=2 comply=yes/
  +  level-3 name=text-align citation=§7.15.9 
extURL=slice7.html#text-align compliance-level=1 comply=partial
  +commentOnly start, end, center and justify are supported/comment
  +  /level-3
  +  level-3 name=text-align-last citation=§7.15.10 
extURL=slice7.html#text-align-last compliance-level=2 comply=partial
  +commentOnly start, end, center and justify are supported/comment
  +  /level-3
 level-3 name=text-indent citation=§7.15.11 
extURL=slice7.html#text-indent compliance-level=1 comply=yes/
 level-3 name=white-space-collapse citation=§7.15.12 
extURL=slice7.html#white-space-collapse compliance-level=2 comply=yes/
 level-3 name=wrap-option citation=§7.15.13 
extURL=slice7.html#wrap-option compliance-level=1 comply=yes/
  
  
  

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



cvs commit: xml-fop/src/documentation/content/xdocs compliance.xml

2003-04-12 Thread vmote
vmote   2003/04/12 11:55:37

  Modified:src/documentation/content/xdocs compliance.xml
  Log:
  Add subtitle.
  Add verbiage hopefully clarifying compliance, conformance, support, and 
implementation.
  
  Revision  ChangesPath
  1.14  +7 -2  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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- compliance.xml10 Apr 2003 15:51:52 -  1.13
  +++ compliance.xml12 Apr 2003 18:55:37 -  1.14
  @@ -1,15 +1,20 @@
   ?xml version=1.0 encoding=UTF-8?
   !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.5;
  +
http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-fop/src/documentation/resources/schema/dtd/compliance-v10.dtd?rev=1.6;
   
   compliance
 head
   titleFOP 0.20.4 Standards Compliance/title
  +subtitleProgress Report on Standard Features Implemented/subtitle
 /head
 body
   standard name=W3C XSL-FO 1.0 Standard baseURL=http://www.w3.org/TR/xsl; 
compliance-level-1-desc=Basic compliance-level-2-desc=Extended 
compliance-level-3-desc=Complete ref-name=fo
 explanatory
  -pFOP's goal is to be compliant with the W3C XSL-FO 1.0 standard. There 
are three levels of compliance specified in the standard: basic, extended, and 
complete. In the tables below, blue indicates support at the specified level of 
compliance, and red indicates a lack of support./p
  +pOne of FOP's design goals is conformance to the W3C XSL-FO 1.0 standard, 
which specifies three levels of conformance: basic, extended, and complete.
  +Although FOP does not currently conform to any of these levels, it is nevertheless 
a useful work-in-progress for many applications.
  +The information presented here demonstrates FOP's progress toward the goal of 
conformance, which progress consists of implementation of specific objects and 
properties in the standard.
  +The information presented is useful not only to the developers as a sort of to do 
list, but also for setting proper expectations for users and potential users./p
  +pIn the tables below, blue indicates support at the specified level of 
conformance, and red indicates a lack of support./p
 /explanatory
 level-1 name=XSL-FO Object Support citation=§6 
extURL=slice6.html#fo-section compliance-item-desc=Object Name ref-name=object
   explanatory
  
  
  

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



cvs commit: xml-fop/src/documentation/content/xdocs compliance.xml gethelp.xml

2003-04-05 Thread vmote
vmote   2003/04/05 11:51:49

  Modified:src/documentation/content/xdocs compliance.xml gethelp.xml
  Log:
  minor corrections
  
  Revision  ChangesPath
  1.8   +1 -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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- compliance.xml3 Apr 2003 15:29:33 -   1.7
  +++ compliance.xml5 Apr 2003 19:51:49 -   1.8
  @@ -263,7 +263,7 @@
 level-3 name=scaling-method citation=§7.14.11 
extURL=slice7.html#scaling-method compliance-level=2 comply=no/
 level-3 name=width citation=§7.14.12 extURL=slice7.html#width 
compliance-level=1 comply=yes/
   /level-2
  -level-2 name=Block and Line-related Properties citation=§7.15  
extURL=slice7.html#section-N38191-Block-and-Line-related-Properties
  +level-2 name=Block and Line-related Properties citation=§7.15 
extURL=slice7.html#section-N38191-Block-and-Line-related-Properties
 level-3 name=hyphenation-keep citation=§7.15.1 
extURL=slice7.html#hyphenation-keep compliance-level=2 comply=no/
 level-3 name=hyphenation-ladder-count citation=§7.15.2 
extURL=slice7.html#hyphenation-ladder-count compliance-level=2 comply=no/
 level-3 name=last-line-end-indent citation=§7.15.3 
extURL=slice7.html#last-line-end-indent compliance-level=2 comply=no/
  
  
  
  1.5   +9 -9  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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- gethelp.xml   5 Apr 2003 19:29:26 -   1.4
  +++ gethelp.xml   5 Apr 2003 19:51:49 -   1.5
  @@ -11,41 +11,41 @@
   However, to make wise use of its limited resources, support must be primarily 
self-service.
   Go through the following checklist sequentially to determine what kind of help you 
need,
   and where to get it:/p
  -section
  +section id=underlying
 titleUnderstand Underlying Technologies/title
 pIf you have a questions about XML, XSLT, or XSL-FO that are not directly 
related to FOP, please consult resources that are appropriate for those questions.
   FOP is an implementation of these technologies, and when you use FOP, there is a 
presumption that you have a working understanding of them.
   We have included several useful links on our link 
href=resources.htmlResources/link page that may help you get started.
   /p
   /section
  -section
  +section id=compliance
 titleReview FOP's Standards Compliance/title
 pFOP is a work in progress, and does not yet fully comply with the W3C 
XSL-FO standard.
   The developers track which standard requirements have been implemented, and have 
documented these capabilities on the link href=compliance.htmlCompliance/link 
page.
   If this document appears to be in error, continue down this checklist so that 
either the document or the software can be corrected.
   Otherwise, please do not submit mailing list questions or bug reports regarding 
features documented in the standard./p
   /section
  -section
  +section id=doc
 titleRead the Documentation/title
 pReview the documentation pages on this site.
   There is information about how to run FOP, how to embed it, how to add custom fonts 
etc./p
   /section
  -section
  +section id=faq
 titleCheck the FAQs/title
 pConsult the link href=faq.htmlFrequently Asked Questions (FAQ)/link 
to see if your question has already been answered./p
   /section
  -section
  +section id=user-archive
 titleReview FOP User Mailing List Archive/title
 pIt is possible that your question has already been answered but has not 
yet found its way into the FAQ.
   Links to the FOP User mailing list archives are on the link 
href=resources.html#mailing-lists-fop-userResources/link page.
   /p
   /section
  -section
  +section id=existing-issue
 titleLook for an Existing Issue Report/title
 pSee link href=bugs.html#issues_existingReported Issues/link for 
instructions on how to use the list of open issues. Review these open issues to see if 
any match your concerns.
   If so, please do not post a mailing list question or report another issue, as these 
will only slow the development team down./p
   /section
  -section
  +section id=user-mailing-list
 titleSubmit Question to FOP User Mailing List/title
 ul
   liSubscription information is on the link 
href=resources.html#mailing-lists-fop-userResources/link page./li
  @@ 

cvs commit: xml-fop/src/documentation/content/xdocs compliance.xml

2003-04-03 Thread vmote
vmote   2003/04/03 07:29:33

  Modified:src/documentation/content/xdocs compliance.xml
  Log:
  Complete citations  URLs.
  
  Revision  ChangesPath
  1.7   +189 -188  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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- compliance.xml2 Apr 2003 20:34:03 -   1.6
  +++ compliance.xml3 Apr 2003 15:29:33 -   1.7
  @@ -241,220 +241,221 @@
   level-2 name=Common Relative Position Properties citation=§7.12 
extURL=slice7.html#common-relative-position-properties
 level-3 name=relative-position citation=§7.12.1 
extURL=slice7.html#relative-position compliance-level=2 comply=no/
   /level-2
  -level-2 name=Area Alignment Properties
  -  level-3 name=alignment-adjust compliance-level=1 comply=no/
  -  level-3 name=alignment-baseline compliance-level=1 comply=no/
  -  level-3 name=baseline-shift compliance-level=1 comply=no/
  -  level-3 name=display-align compliance-level=2 comply=no/
  -  level-3 name=dominant-baseline compliance-level=1 comply=no/
  -  level-3 name=relative-align compliance-level=2 comply=no/
  -/level-2
  -level-2 name=Area Dimension Properties
  -  level-3 name=block-progression-dimension compliance-level=1 
comply=no/
  -  level-3 name=content-height compliance-level=2 comply=no/
  -  level-3 name=content-width compliance-level=2 comply=no/
  -  level-3 name=height compliance-level=1 comply=yes/
  -  level-3 name=inline-progression-dimension compliance-level=1 
comply=no/
  -  level-3 name=max-height compliance-level=3 comply=no/
  -  level-3 name=max-width compliance-level=3 comply=no/
  -  level-3 name=min-height compliance-level=3 comply=no/
  -  level-3 name=min-width compliance-level=3 comply=no/
  -  level-3 name=scaling compliance-level=2 comply=no/
  -  level-3 name=scaling-method compliance-level=2 comply=no/
  -  level-3 name=width compliance-level=1 comply=yes/
  -/level-2
  -level-2 name=Block and Line-related Properties
  -  level-3 name=hyphenation-keep compliance-level=2 comply=no/
  -  level-3 name=hyphenation-ladder-count compliance-level=2 
comply=no/
  -  level-3 name=last-line-end-indent compliance-level=2 comply=no/
  -  level-3 name=line-height compliance-level=1 comply=yes/
  -  level-3 name=line-height-shift-adjustment compliance-level=2 
comply=no/
  -  level-3 name=line-stacking-strategy compliance-level=1 comply=no/
  -  level-3 name=linefeed-treatment compliance-level=2 comply=no/
  -  level-3 name=text-align compliance-level=1 comply=yes/
  -  level-3 name=text-align-last compliance-level=2 comply=yes/
  -  level-3 name=text-indent compliance-level=1 comply=yes/
  -  level-3 name=white-space-collapse compliance-level=2 comply=yes/
  -  level-3 name=white-space-treatment compliance-level=2 comply=no/
  -  level-3 name=wrap-option compliance-level=1 comply=yes/
  -/level-2
  -level-2 name=Character Properties
  -  level-3 name=character compliance-level=1 comply=yes/
  -  level-3 name=letter-spacing compliance-level=2 comply=yes/
  -  level-3 name=suppress-at-line-break compliance-level=2 comply=no/
  -  level-3 name=text-decoration compliance-level=2 comply=yes/
  -  level-3 name=text-shadow compliance-level=2 comply=no/
  -  level-3 name=text-transform compliance-level=2 comply=no/
  -  level-3 name=treat-as-word-space compliance-level=2 comply=no/
  -  level-3 name=word-spacing compliance-level=2 comply=no/
  -/level-2
  -level-2 name=Color-related Properties
  -  level-3 name=color compliance-level=1 comply=yes/
  -  level-3 name=color-profile-name compliance-level=2 comply=no/
  -  level-3 name=rendering-intent compliance-level=2 comply=no/
  -/level-2
  -level-2 name=Float-related Properties
  -  level-3 name=clear compliance-level=2 comply=no/
  -  level-3 name=float compliance-level=2 comply=no/
  -  level-3 name=intrusion-displace compliance-level=2 comply=no/
  -/level-2
  -level-2 name=Keeps and Breaks Properties
  -  level-3 name=break-after compliance-level=1 comply=yes/
  -  level-3 name=break-before compliance-level=1 comply=yes/
  -  level-3 name=keep-together compliance-level=2 comply=partial
  +level-2 name=Area Alignment Properties citation=§7.13 
extURL=slice7.html#area-alignment
  +  level-3 name=alignment-adjust citation=§7.13.1 

cvs commit: xml-fop/src/documentation/content/xdocs compliance.xml

2003-04-02 Thread vmote
vmote   2003/04/02 12:34:03

  Modified:src/documentation/content/xdocs compliance.xml
  Log:
  Add more link data.
  
  Revision  ChangesPath
  1.6   +104 -104  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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- compliance.xml9 Dec 2002 17:26:10 -   1.5
  +++ compliance.xml2 Apr 2003 20:34:03 -   1.6
  @@ -7,7 +7,7 @@
   titleFOP 0.20.4 Standards Compliance/title
 /head
 body
  -standard name=W3C XSL-FO 1.0 Standard baseURL=http://www.w3.org/TR/xsl/; 
compliance-level-1-desc=Basic compliance-level-2-desc=Extended 
compliance-level-3-desc=Complete
  +standard name=W3C XSL-FO 1.0 Standard baseURL=http://www.w3.org/TR/xsl; 
compliance-level-1-desc=Basic compliance-level-2-desc=Extended 
compliance-level-3-desc=Complete
 explanatory
   pFOP's goal is to be compliant with the W3C XSL-FO 1.0 standard. There 
are three levels of compliance specified in the standard: basic, extended, and 
complete. In the tables below, blue indicates support at the specified level of 
compliance, and red indicates a lack of support./p
 /explanatory
  @@ -69,7 +69,7 @@
 level-3 name=table-body citation=§6.7.8 
extURL=slice6.html#fo_table-body compliance-level=1 comply=yes/
 level-3 name=table-row citation=§6.7.9 
extURL=slice6.html#fo_table-row compliance-level=1 comply=yes/
 level-3 name=table-cell citation=§6.7.10 
extURL=slice6.html#fo_table-cell compliance-level=1 comply=yes
  -commentmust contain block-level FOs (cannot contain straight 
character data/comment
  +commentmust contain block-level FOs (cannot contain straight 
character data)/comment
 /level-3
   /level-2
   level-2 name=List Formatting Objects citation=§6.8 
extURL=slice6.html#section-N17076-Formatting-Objects-for-Lists
  @@ -99,147 +99,147 @@
 level-3 name=retrieve-marker citation=§6.11.4 
extURL=slice6.html#fo_retrieve-marker compliance-level=2 comply=yes/
   /level-2
 /level-1
  -  level-1 name=XSL-FO Property Support compliance-item-desc=Property Name
  +  level-1 name=XSL-FO Property Support citation=§7 
extURL=slice7.html#pr-section compliance-item-desc=Property Name
   explanatory
 pThe following is a summary of FOP's current support for the standard 
XSL-FO properties. Please note that a number of properties and categories of 
properties are not supported because they do not apply to documents in visual 
formats./p
   /explanatory
  -level-2 name=Common Accessibility Properties
  -  level-3 name=source-document compliance-level=1 comply=na/
  -  level-3 name=role compliance-level=1 comply=na/
  -/level-2
  -level-2 name=Common Absolute Position Properties
  -  level-3 name=absolute-position compliance-level=3 comply=no/
  -  level-3 name=top compliance-level=2 comply=yes/
  -  level-3 name=right compliance-level=2 comply=yes/
  -  level-3 name=bottom compliance-level=2 comply=yes/
  -  level-3 name=left compliance-level=2 comply=yes/
  -/level-2
  -level-2 name=Common Aural Properties
  -  level-3 name=azimuth compliance-level=1 comply=na/
  -  level-3 name=cue-after compliance-level=1 comply=na/
  -  level-3 name=cue-before compliance-level=1 comply=na/
  -  level-3 name=elevation compliance-level=1 comply=na/
  -  level-3 name=pause-after compliance-level=1 comply=na/
  -  level-3 name=pause-before compliance-level=1 comply=na/
  -  level-3 name=pitch compliance-level=1 comply=na/
  -  level-3 name=pitch-range compliance-level=1 comply=na/
  -  level-3 name=play-during compliance-level=1 comply=na/
  -  level-3 name=richness compliance-level=1 comply=na/
  -  level-3 name=speak compliance-level=1 comply=na/
  -  level-3 name=speak-header compliance-level=1 comply=na/
  -  level-3 name=speak-numeral compliance-level=1 comply=na/
  -  level-3 name=speak-punctuation compliance-level=1 comply=na/
  -  level-3 name=speech-rate compliance-level=1 comply=na/
  -  level-3 name=stress compliance-level=1 comply=na/
  -  level-3 name=voice-family compliance-level=1 comply=na/
  -  level-3 name=volume compliance-level=1 comply=na/
  -/level-2
  -level-2 name=Common Border, Padding, and Background Properties
  -  level-3 name=background-attachment compliance-level=2 comply=no/
  -  level-3 name=background-color compliance-level=1 comply=yes/
  -  level-3 name=background-image compliance-level=2 

cvs commit: xml-fop/src/documentation/content/xdocs compliance.xml faq.xml news.xml status.xml

2002-12-10 Thread chrisg
chrisg  2002/12/10 01:38:18

  Modified:src/documentation/content/xdocs Tag: fop-0_20_2-maintain
compliance.xml faq.xml news.xml status.xml
  Log:
  Updated docs from trunk
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.4.2.2   +29 -9 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.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- compliance.xml9 Dec 2002 02:27:50 -   1.4.2.1
  +++ compliance.xml10 Dec 2002 09:38:17 -  1.4.2.2
  @@ -165,14 +165,33 @@
 level-3 name=border-right-color compliance-level=1 comply=yes/
 level-3 name=border-right-style compliance-level=1 comply=yes/
 level-3 name=border-right-width compliance-level=1 comply=yes/
  -  level-3 name=padding-before compliance-level=1 comply=yes/
  -  level-3 name=padding-after compliance-level=1 comply=yes/
  -  level-3 name=padding-start compliance-level=1 comply=yes/
  -  level-3 name=padding-end compliance-level=1 comply=yes/
  -  level-3 name=padding-top compliance-level=1 comply=yes/
  -  level-3 name=padding-bottom compliance-level=1 comply=yes/
  -  level-3 name=padding-left compliance-level=1 comply=yes/
  -  level-3 name=padding-right compliance-level=1 comply=yes/
  +  level-3 name=padding-before compliance-level=1 comply=yes
  +commentonly one value allowed/comment
  +commentonly implemented for blocks/comment
  +commentcan't be used to make extra space (use indents + spaces 
instead)/comment
  +commentcan be used to control how much the background-color extends 
beyond the content rectangle/comment
  +  /level-3
  +  level-3 name=padding-after compliance-level=1 comply=yes
  +commentsame limitations as padding-before/comment
  +  /level-3
  +  level-3 name=padding-start compliance-level=1 comply=yes
  +commentsame limitations as padding-before/comment
  +  /level-3
  +  level-3 name=padding-end compliance-level=1 comply=yes
  +commentsame limitations as padding-before/comment
  +  /level-3
  +  level-3 name=padding-top compliance-level=1 comply=yes
  +commentsame limitations as padding-before/comment
  +  /level-3
  +  level-3 name=padding-bottom compliance-level=1 comply=yes
  +commentsame limitations as padding-before/comment
  +  /level-3
  +  level-3 name=padding-left compliance-level=1 comply=yes
  +commentsame limitations as padding-before/comment
  +  /level-3
  +  level-3 name=padding-right compliance-level=1 comply=yes
  +commentsame limitations as padding-before/comment
  +  /level-3
   /level-2
   level-2 name=Common Font Properties
 level-3 name=font-family compliance-level=1 comply=yes/
  @@ -233,7 +252,7 @@
   level-2 name=Area Dimension Properties
 level-3 name=block-progression-dimension compliance-level=1 
comply=no/
 level-3 name=content-height compliance-level=2 comply=no/
  -  level-3 name=content-width compliance-level=1 comply=no/
  +  level-3 name=content-width compliance-level=2 comply=no/
 level-3 name=height compliance-level=1 comply=yes/
 level-3 name=inline-progression-dimension compliance-level=1 
comply=no/
 level-3 name=max-height compliance-level=3 comply=no/
  @@ -374,6 +393,7 @@
 level-3 name=ends-row compliance-level=2 comply=no/
 level-3 name=number-columns-repeated compliance-level=1 comply=no/
 level-3 name=number-columns-spanned compliance-level=1 comply=yes/
  +  level-3 name=number-rows-spanned compliance-level=1 comply=yes/
 level-3 name=starts-row compliance-level=2 comply=no/
 level-3 name=table-layout compliance-level=2 comply=no/
 level-3 name=table-omit-footer-at-break compliance-level=2 
comply=yes/
  
  
  
  1.3.2.3   +32 -14xml-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.3.2.2
  retrieving revision 1.3.2.3
  diff -u -r1.3.2.2 -r1.3.2.3
  --- faq.xml   9 Dec 2002 03:07:50 -   1.3.2.2
  +++ faq.xml   10 Dec 2002 09:38:17 -  1.3.2.3
  @@ -302,8 +302,8 @@
 whether you got them right.
   /p
   p
  -  You can use the linkFOP DTD/link or linkFOP Schema/link to
  -   

cvs commit: xml-fop/src/documentation/content/xdocs compliance.xml

2002-12-09 Thread vmote
vmote   2002/12/09 09:26:10

  Modified:src/documentation/content/xdocs compliance.xml
  Log:
  fixes from review of W3C standard, Implemented doc, and Limitations doc
  
  Revision  ChangesPath
  1.5   +29 -9 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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- compliance.xml3 Dec 2002 07:26:11 -   1.4
  +++ compliance.xml9 Dec 2002 17:26:10 -   1.5
  @@ -165,14 +165,33 @@
 level-3 name=border-right-color compliance-level=1 comply=yes/
 level-3 name=border-right-style compliance-level=1 comply=yes/
 level-3 name=border-right-width compliance-level=1 comply=yes/
  -  level-3 name=padding-before compliance-level=1 comply=yes/
  -  level-3 name=padding-after compliance-level=1 comply=yes/
  -  level-3 name=padding-start compliance-level=1 comply=yes/
  -  level-3 name=padding-end compliance-level=1 comply=yes/
  -  level-3 name=padding-top compliance-level=1 comply=yes/
  -  level-3 name=padding-bottom compliance-level=1 comply=yes/
  -  level-3 name=padding-left compliance-level=1 comply=yes/
  -  level-3 name=padding-right compliance-level=1 comply=yes/
  +  level-3 name=padding-before compliance-level=1 comply=yes
  +commentonly one value allowed/comment
  +commentonly implemented for blocks/comment
  +commentcan't be used to make extra space (use indents + spaces 
instead)/comment
  +commentcan be used to control how much the background-color extends 
beyond the content rectangle/comment
  +  /level-3
  +  level-3 name=padding-after compliance-level=1 comply=yes
  +commentsame limitations as padding-before/comment
  +  /level-3
  +  level-3 name=padding-start compliance-level=1 comply=yes
  +commentsame limitations as padding-before/comment
  +  /level-3
  +  level-3 name=padding-end compliance-level=1 comply=yes
  +commentsame limitations as padding-before/comment
  +  /level-3
  +  level-3 name=padding-top compliance-level=1 comply=yes
  +commentsame limitations as padding-before/comment
  +  /level-3
  +  level-3 name=padding-bottom compliance-level=1 comply=yes
  +commentsame limitations as padding-before/comment
  +  /level-3
  +  level-3 name=padding-left compliance-level=1 comply=yes
  +commentsame limitations as padding-before/comment
  +  /level-3
  +  level-3 name=padding-right compliance-level=1 comply=yes
  +commentsame limitations as padding-before/comment
  +  /level-3
   /level-2
   level-2 name=Common Font Properties
 level-3 name=font-family compliance-level=1 comply=yes/
  @@ -233,7 +252,7 @@
   level-2 name=Area Dimension Properties
 level-3 name=block-progression-dimension compliance-level=1 
comply=no/
 level-3 name=content-height compliance-level=2 comply=no/
  -  level-3 name=content-width compliance-level=1 comply=no/
  +  level-3 name=content-width compliance-level=2 comply=no/
 level-3 name=height compliance-level=1 comply=yes/
 level-3 name=inline-progression-dimension compliance-level=1 
comply=no/
 level-3 name=max-height compliance-level=3 comply=no/
  @@ -374,6 +393,7 @@
 level-3 name=ends-row compliance-level=2 comply=no/
 level-3 name=number-columns-repeated compliance-level=1 comply=no/
 level-3 name=number-columns-spanned compliance-level=1 comply=yes/
  +  level-3 name=number-rows-spanned compliance-level=1 comply=yes/
 level-3 name=starts-row compliance-level=2 comply=no/
 level-3 name=table-layout compliance-level=2 comply=no/
 level-3 name=table-omit-footer-at-break compliance-level=2 
comply=yes/
  
  
  

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




cvs commit: xml-fop/src/documentation/content/xdocs compliance.xml

2002-12-02 Thread vmote
vmote   2002/12/02 23:26:11

  Modified:src/documentation/content/xdocs compliance.xml
  Log:
  1. add citations  URLs for objects
  2. rearrange order of objects to match body of standard
  
  Revision  ChangesPath
  1.4   +75 -75xml-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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- compliance.xml29 Nov 2002 22:00:31 -  1.3
  +++ compliance.xml3 Dec 2002 07:26:11 -   1.4
  @@ -1,102 +1,102 @@
   ?xml version=1.0 encoding=UTF-8?
   !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;
  +
http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-fop/src/documentation/resources/schema/dtd/compliance-v10.dtd?rev=1.3;
   
   compliance
 head
   titleFOP 0.20.4 Standards Compliance/title
 /head
 body
  -standard name=W3C XSL-FO 1.0 Standard baseURL= 
compliance-level-1-desc=Basic compliance-level-2-desc=Extended 
compliance-level-3-desc=Complete
  +standard name=W3C XSL-FO 1.0 Standard baseURL=http://www.w3.org/TR/xsl/; 
compliance-level-1-desc=Basic compliance-level-2-desc=Extended 
compliance-level-3-desc=Complete
 explanatory
   pFOP's goal is to be compliant with the W3C XSL-FO 1.0 standard. There 
are three levels of compliance specified in the standard: basic, extended, and 
complete. In the tables below, blue indicates support at the specified level of 
compliance, and red indicates a lack of support./p
 /explanatory
  -  level-1 name=XSL-FO Object Support compliance-item-desc=Object Name
  +  level-1 name=XSL-FO Object Support citation=§6 
extURL=slice6.html#fo-section compliance-item-desc=Object Name
   explanatory
 pThe following is a summary of FOP's current support for the standard 
XSL-FO objects./p
   /explanatory
  -level-2 name=Declarations and Pagination and Layout Objects
  -  level-3 name=root compliance-level=1 comply=yes/
  -  level-3 name=page-sequence compliance-level=1 comply=yes/
  -  level-3 name=page-sequence-master compliance-level=1 comply=yes/
  -  level-3 name=single-page-master-reference compliance-level=1 
comply=yes/
  -  level-3 name=repeatable-page-master-reference compliance-level=1 
comply=yes/
  -  level-3 name=repeatable-page-master-alternatives compliance-level=2 
comply=yes/
  -  level-3 name=conditional-page-master-reference compliance-level=2 
comply=yes/
  -  level-3 name=layout-master-set compliance-level=1 comply=yes/
  -  level-3 name=simple-page-master compliance-level=1 comply=yes/
  -  level-3 name=region-body compliance-level=1 comply=yes/
  -  level-3 name=region-before compliance-level=2 comply=yes/
  -  level-3 name=region-after compliance-level=2 comply=yes/
  -  level-3 name=region-start compliance-level=2 comply=yes/
  -  level-3 name=region-end compliance-level=2 comply=yes/
  -  level-3 name=flow compliance-level=1 comply=yes/
  -  level-3 name=static-content compliance-level=2 comply=yes/
  -  level-3 name=declarations compliance-level=1 comply=no/
  -  level-3 name=color-profile compliance-level=2 comply=no/
  -  level-3 name=title compliance-level=2 comply=no/
  -/level-2
  -level-2 name=Block-level Formatting Objects
  -  level-3 name=block compliance-level=1 comply=yes/
  -  level-3 name=block-container compliance-level=2 comply=partial/
  -/level-2
  -level-2 name=Inline-level Formatting Objects
  -  level-3 name=character compliance-level=1 comply=yes/
  -  level-3 name=external-graphic compliance-level=1 comply=yes/
  -  level-3 name=inline compliance-level=1 comply=yes/
  -  level-3 name=instream-foreign-object compliance-level=2 
comply=yes/
  -  level-3 name=leader compliance-level=1 comply=partial/
  -  level-3 name=page-number compliance-level=1 comply=yes/
  -  level-3 name=page-number-citation compliance-level=2 
comply=partial
  +level-2 name=Declarations and Pagination and Layout Formatting Objects 
citation=§6.4 
extURL=slice6.html#section-N10029-Declarations-and-Pagination-and-Layout-Formatting-Objects
  +  level-3 name=root citation=§6.4.2 extURL=slice6.html#fo_root 
compliance-level=1 comply=yes/
  +  level-3 name=declarations citation=§6.4.3 
extURL=slice6.html#fo_declarations compliance-level=1 comply=no/
  +  level-3 name=color-profile citation=§6.4.4 
extURL=slice6.html#fo_color-profile compliance-level=2 comply=no/
  +