diff options
author | William Victor Mote <vmote@apache.org> | 2003-04-28 20:44:47 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-04-28 20:44:47 +0000 |
commit | 9098560cff7c00796929997cfa61bfe30f009b21 (patch) | |
tree | 745cc3edbd6da1a53f697bb762049015e8b9dae1 | |
parent | cf752debe3858eaed3c87e7be16f0e34ba38eb2f (diff) | |
download | xmlgraphics-fop-9098560cff7c00796929997cfa61bfe30f009b21.tar.gz xmlgraphics-fop-9098560cff7c00796929997cfa61bfe30f009b21.zip |
Sort content from most specific to least. Break specs down into sub-sections to match format of other sections.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196360 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/documentation/content/xdocs/resources.xml | 94 |
1 files changed, 41 insertions, 53 deletions
diff --git a/src/documentation/content/xdocs/resources.xml b/src/documentation/content/xdocs/resources.xml index 19ac9dd46..5c7872d93 100644 --- a/src/documentation/content/xdocs/resources.xml +++ b/src/documentation/content/xdocs/resources.xml @@ -80,41 +80,50 @@ Subscription administration information can be found at <link href="http://www.w </section> <section id="specs"> <title>Specifications</title> - <ul> - <li> - <link href="http://www.w3.org/TR/2001/REC-xsl-20011015/">XSL-FO Recommendation (15 October 2001)</link> - </li> - <li> - <link href="http://www.renderx.com/Tests/validator/fo.dtd.html">A dtd for the XSL-FO Recommendation provided by N. Grigoriev from RenderX</link> - </li> - <li> - <link href="http://www.w3.org/TR/SVG/">Supported SVG Recommendation (04 September 2001)</link> - </li> - <li> - <link href="http://www.w3.org/TR/REC-xml">XML Recommendation</link> - </li> - <li> - <link href="http://www.w3.org/TR/xslt">XSLT Recommendation</link> - </li> - <li> - <link href="http://partners.adobe.com/asn/developer/acrosdk/docs/filefmtspecs/PDFReference.pdf">Portable Document Format (PDF) 1.4 Reference Manual </link> - </li> - <li> - <link href="http://sax.sourceforge.net/">Simple API for XML (SAX)</link> - </li> - <li> - <link href="http://www.w3.org/TR/REC-DOM-Level-1">Document Object Model (DOM)</link> - </li> - <li> - <link href="http://www.w3.org/TR/REC-xml-names/">Namespaces in XML Recommendation</link> - </li> - <li> - <link href="http://java.sun.com/j2se/1.3/docs/api/index.html">Java JDK 1.3 Documentation</link> - </li> - </ul> + <section id="specs-xslfo"> + <title>XSL-FO</title> + <ul> + <li><link href="http://www.w3.org/TR/2001/REC-xsl-20011015/">XSL-FO Recommendation (15 October 2001)</link></li> + <li><link href="http://www.renderx.com/Tests/validator/fo.dtd.html">Unofficial DTD for the XSL-FO Recommendation</link> provided by N. Grigoriev from RenderX.</li> + </ul> + </section> + <section id="specs-xslt"> + <title>XSLT</title> + <ul> + <li><link href="http://www.w3.org/TR/xslt">XSLT Recommendation</link></li> + </ul> + </section> + <section id="specs-xml"> + <title>XML</title> + <ul> + <li><link href="http://www.w3.org/TR/REC-xml">XML Recommendation</link></li> + <li><link href="http://sax.sourceforge.net/">Simple API for XML (SAX)</link></li> + <li><link href="http://www.w3.org/TR/REC-DOM-Level-1">Document Object Model (DOM)</link></li> + <li><link href="http://www.w3.org/TR/REC-xml-names/">Namespaces in XML Recommendation</link></li> + </ul> + </section> + <section id="other"> + <title>Other</title> + <ul> + <li><link href="http://www.w3.org/TR/SVG/">Supported SVG Recommendation (04 September 2001)</link></li> + <li><link href="http://partners.adobe.com/asn/developer/acrosdk/docs/filefmtspecs/PDFReference.pdf">Portable Document Format (PDF) 1.4 Reference Manual</link></li> + <li><link href="http://java.sun.com/j2se/1.3/docs/api/index.html">Java JDK 1.3 Documentation</link></li> + </ul> + </section> </section> <section id="documents"> <title>Books, Tutorials, Articles</title> + <section id="documents-xslfo"> + <title>XSL-FO</title> + <ul> + <li><link href="http://www.ibiblio.org/xml/books/bible2/chapters/ch18.html">Elliotte Rusty Harold: Chapter 18 on xsl:fo from his excellent book XML Bible, Second Edition</link></li> + <li><link href="http://www.sun.com/software/xml/developers/slides-dtd/">Paul Sandoz: Using formatting objects with the slides dtd</link></li> + <li><link href="http://www.xml.com/pub/a/2001/01/17/xsl-fo/index.html">J. David Eisenberg: Using XSL Formatting Objects</link></li> + <li><link href="http://zvon.org/xxl/xslfoReference/Output/index.html">Miloslav Nic: XSL FO reference</link></li> + <li><link href="http://www.dpawson.co.uk/xsl/sect3/bk/index.html">Dave Pawson: An introduction to XSL Formatting Objects</link></li> + <li><jump href="http://www.oreilly.com/catalog/xslfo">XSL-FO</jump>, by Dave Pawson, O'Reilly & Associates, 2002, ISBN 0-596-00355-2.</li> + </ul> + </section> <section id="documents-xslt"> <title>XSLT</title> <ul> @@ -123,27 +132,6 @@ Subscription administration information can be found at <link href="http://www.w <li><jump href="http://www.oreilly.com/catalog/xsltckbk">XSLT Cookbook</jump>, by Sal Mangano, O'Reilly & Associates, 2002, ISBN 0-596-00372-2.</li> </ul> </section> - <section id="documents-xslfo"> - <title>XSL-FO</title> - </section> - <ul> - <li> - <link href="http://www.ibiblio.org/xml/books/bible2/chapters/ch18.html">Elliotte Rusty Harold: Chapter 18 on xsl:fo from his excellent book XML Bible, Second Edition</link> - </li> - <li> - <link href="http://www.sun.com/software/xml/developers/slides-dtd/">Paul Sandoz: Using formatting objects with the slides dtd</link> - </li> - <li> - <link href="http://www.xml.com/pub/a/2001/01/17/xsl-fo/index.html">J. David Eisenberg: Using XSL Formatting Objects</link> - </li> - <li> - <link href="http://zvon.org/xxl/xslfoReference/Output/index.html">Miloslav Nic: XSL FO reference</link> - </li> - <li> - <link href="http://www.dpawson.co.uk/xsl/sect3/bk/index.html">Dave Pawson: An introduction to XSL Formatting Objects</link> - </li> - <li><jump href="http://www.oreilly.com/catalog/xslfo">XSL-FO</jump>, by Dave Pawson, O'Reilly & Associates, 2002, ISBN 0-596-00355-2.</li> - </ul> </section> <section id="products"> <title>Related/Useful Products</title> |