diff options
author | fotis <fotis@unknown> | 2000-08-03 14:06:28 +0000 |
---|---|---|
committer | fotis <fotis@unknown> | 2000-08-03 14:06:28 +0000 |
commit | 792ad89362641458e21d24fbda031071735ded8d (patch) | |
tree | 7e14979f8e5e06c2627308b65ebf9d55fdbecbad /docs/xml-docs | |
parent | 1ec9071e6000b70cd0b3b022ae60d215c667c439 (diff) | |
download | xmlgraphics-fop-792ad89362641458e21d24fbda031071735ded8d.tar.gz xmlgraphics-fop-792ad89362641458e21d24fbda031071735ded8d.zip |
adds to the list of implemented fos: fo:instream-foreign-object (great!) and a very limited fo:leader
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193605 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/xml-docs')
-rw-r--r-- | docs/xml-docs/fop/implemented.xml | 3 | ||||
-rw-r--r-- | docs/xml-docs/fop/limitations.xml | 10 |
2 files changed, 10 insertions, 3 deletions
diff --git a/docs/xml-docs/fop/implemented.xml b/docs/xml-docs/fop/implemented.xml index 97eba60eb..87170cbfd 100644 --- a/docs/xml-docs/fop/implemented.xml +++ b/docs/xml-docs/fop/implemented.xml @@ -14,12 +14,13 @@ <ul> <li>block </li> <li>conditional-page-master-reference</li> - <li>display-rule </li> <li>display-sequence </li> <li>external-graphic</li> <li>flow</li> <li>inline-sequence </li> + <li>instream-foreign-object</li> <li>layout-master-set </li> + <li>leader, but see <jump href="limitations.html">limitations</jump></li> <li>list-block </li> <li>list-item </li> <li>list-item-body </li> diff --git a/docs/xml-docs/fop/limitations.xml b/docs/xml-docs/fop/limitations.xml index f380f1495..1c7c53eca 100644 --- a/docs/xml-docs/fop/limitations.xml +++ b/docs/xml-docs/fop/limitations.xml @@ -5,11 +5,17 @@ <!-- Limitations --> <s1 title="Limitations"> - <p>The main limitation at the moment is: FOP only supports the XSL working draft 21 Apr 1999, - not the latest from 27 March 2000. FOP implements the fo objects and properties listed + <p>FOP implements the fo objects and properties listed in <jump href="implemented.html">features</jump>, sometimes it does so only in a limited way. </p> + <s2 title="leader"> + <p>fo:leader is only supported in a very limited way: you can use it to draw simple rule . + Only the property value leader-pattern="rule" is supported. leader-length can be set, + but the value is not used. You should wrap leader into a block element. + </p> + </s2> + <s2 title="page-number-citation"> <p>Only works for table of contents without any problems. The case where the page number doesn't fit on a line isn't handled, and any text on the same line and after the page-number might not |