joerg 2003/09/22 13:43:14
Modified: src/documentation/content/xdocs/link xsl.xml Log: XSL vs. XSL Fo Revision Changes Path 1.2 +43 -25 cocoon-site/src/documentation/content/xdocs/link/xsl.xml Index: xsl.xml =================================================================== RCS file: /home/cvs/cocoon-site/src/documentation/content/xdocs/link/xsl.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xsl.xml 3 Jul 2003 14:25:01 -0000 1.1 +++ xsl.xml 22 Sep 2003 20:43:14 -0000 1.2 @@ -1,30 +1,48 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.0//EN" "document-v10.dtd"> - <document> - <header> - <title>XSL/XSLT Links</title> - <authors> - <person name="Andreas Hochsteger" email="[EMAIL PROTECTED]"/> - </authors> - </header> + <header> + <title>XSL/XSLT Links</title> + <authors> + <person name="Andreas Hochsteger" email="[EMAIL PROTECTED]"/> + </authors> + </header> - <body> -<s1 title="XSL/XSLT Links"> -<ul> -<li><link href="http://www.w3.org/Style/XSL/">W3C XSL Standard</link></li> -<li><link href="http://www.w3.org/TR/xslt">W3C XSLT Standard</link></li> -<li><link href="http://www.xslt.com/">XSLT.com Resource Site</link></li> -<li><link href="http://xml.coverpages.org/xsl.html">OASIS XML Coverpages - XSL</link></li> -<li><link href="http://www.antennahouse.com/XSLsample/XSLsample.htm">XSL-FO Tutorial</link></li> -<li><link href="http://www.nwalsh.com/docs/tutorials/xsl/">XSL Tutorial (Norman Walsh)</link></li> -<li><link href="http://www.dpawson.co.uk/xsl/xslfaq.html">XSL FAQ</link></li> -<li><link href="http://www.mulberrytech.com/xsl/">Mulberrytech XSL mailing list</link></li> -</ul> -</s1> + <body> + <s1 title="XSL/XSLT Links"> + <ul> + <li> + <link href="http://www.w3.org/Style/XSL/">W3C XSL Family</link> + </li> + <li> + <link href="http://www.w3.org/TR/xslt">W3C XSLT Standard</link> + </li> + <li> + <link href="http://www.w3.org/TR/xsl">W3C XSL Fo Standard</link> + </li> + <li> + <link href="http://www.xslt.com/">XSLT.com Resource Site</link> + </li> + <li> + <link href="http://xml.coverpages.org/xsl.html">OASIS XML Coverpages - XSL</link> + </li> + <li> + <link href="http://www.antennahouse.com/XSLsample/XSLsample.htm">XSL-FO Tutorial</link> + </li> + <li> + <link href="http://www.nwalsh.com/docs/tutorials/xsl/">XSL Tutorial (Norman Walsh)</link> + </li> + <li> + <link href="http://www.dpawson.co.uk/xsl/xslfaq.html">XSL FAQ</link> + </li> + <li> + <link href="http://www.mulberrytech.com/xsl/">Mulberrytech XSL mailing list</link> + </li> + </ul> + </s1> - <s1 title="How to get listed"> - <p> + <s1 title="How to get listed"> + <p> If you do not find your site/page here, make sure you <link href="mailto:[EMAIL PROTECTED]: XSL:">tell us</link>. Enter a meaningful title after the words "Link: XSL:" @@ -34,11 +52,11 @@ page to make it easier for everyone. </p> - <p> + <p> Please note that we are not trying to link to each and every site, rather we provide a small collection of relevant starting points. </p> - </s1> + </s1> -</body> + </body> </document>
