]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
added page-number-citation, simple link. describes limitation for the first
authorfotis <fotis@unknown>
Thu, 6 Jul 2000 09:04:19 +0000 (09:04 +0000)
committerfotis <fotis@unknown>
Thu, 6 Jul 2000 09:04:19 +0000 (09:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193458 13f79535-47bb-0310-9956-ffa450edef68

docs/xml-docs/fop/implemented.xml
docs/xml-docs/fop/limitations.xml

index 214c0738726b80cb9373b29b2ce01b64e2f9fad6..5b58f8c68e8a7adf591862328530cc1dbb0eda9d 100644 (file)
@@ -1,5 +1,4 @@
 <?xml version="1.0" standalone="no"?>
-<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
 
 
 <!-- What's Implemented? -->
@@ -26,6 +25,7 @@
       <li>list-item-body </li>
       <li>list-item-label </li>
       <li>page-number </li>
+      <li>page-number-citation, see <jump href="limitations.html">limitations</jump></li>
       <li>page-sequence </li>
       <li>region-after </li>
       <li>region-before </li>
@@ -36,6 +36,7 @@
       <li>sequence-specifier-repeating </li>
       <li>sequence-specifier-single </li>
       <li>simple-page-master </li>
+      <li>simple-link (internal and external)</li>
       <li>static-content </li>
       <li>table (minimal support)</li>
       <li>table-body (minimal support)</li>
@@ -86,6 +87,7 @@
       <li>column-width </li>
       <li>end-indent </li>
       <li>extent </li>
+      <li>external-destination</li>
       <li>flow-name </li>
       <li>font-family </li>
       <li>font-size </li>
@@ -95,6 +97,7 @@
       <li>href </li>
       <li>id</li>
       <li>initial-page-number</li>
+      <li>internal-destination</li>
       <li>keep-with-next</li>
       <li>left</li>
       <li>line-height </li>
       <li>position (allowed values: "static" (default),"relative", "absolute", fixed ) </li>
       <li>provisional-distance-between-starts </li>
       <li>provisional-label-separation </li>
+      <li>ref-id </li>
       <li>right</li>
       <li>rule-thickness </li>
       <li>space-after.optimum </li>
index dcf0a2947d4d90ddd7633b0489e146a7d0cdb026..21325b51a80c7ffc678d6f8cc1632a929c1ae9e3 100644 (file)
@@ -1,5 +1,5 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
+<?xml version="1.0"?>
+
 
 
 <!-- Limitations --> 
      in <jump href="implemented.html">features</jump>, sometimes it does so only in a limited way. 
   </p>
 
+  <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 
+    appear exactly where you want it to.
+    </p>
+  </s2>
+
   <s2 title="list-block">
     <p>The fo working draft allows describes two ways to markup lists.The list-block must have as 
        children either: 1) pairs of fo:list-item-label and fo:list-item-body formatting objects, or