dleslie     01/02/20 08:59:36

  Modified:    java/xdocs/sources/xalan overview.xml resources.xml
  Log:
  Updated two links.
  
  Revision  Changes    Path
  1.11      +6 -8      xml-xalan/java/xdocs/sources/xalan/overview.xml
  
  Index: overview.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/overview.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- overview.xml      2001/01/26 20:02:53     1.10
  +++ overview.xml      2001/02/20 16:59:35     1.11
  @@ -129,19 +129,19 @@
       <ul>
         <li>Michael Kay's <jump 
href="http://www.wrox.com/Consumer/Store/Details.asp?ISBN=1861003129";>XSLT 
Programmer's
          Reference</jump>, Wrox Press, 2000<br/><br/></li>
  -       <li>Neil Bradley's <jump 
href="http://cseng.aw.com/bookpage.taf?ISBN=0-201-67487-4";>XSL Companion</jump>,
  -       Addison-Wesley, 2000<br/><br/></li>                 
  +       <li>Neil Bradley's XSL Companion, Addison-Wesley, 2000<br/><br/></li> 
                
           <li>Elliotte Rusty Harold's <jump 
href="http://metalab.unc.edu/xml/books/bible/updates/14.html";>Chapter 14 of 
           the XML Bible: XSL Transformations</jump><br/><br/></li>
           <li>Crane Softwright's <jump 
href="http://www.CraneSoftwrights.com/training/";>Free preview of Practical
            Transformation Using XSLT and XPath</jump><br/><br/></li>
           <li>The Mulberry <jump 
href="http://www.mulberrytech.com/xsl/xsl-list/";>XSL-List -- Open Forum on 
XSL</jump> 
           (of interest to XSL users at all levels)<br/><br/></li>
  -        <li>Dave Pawson's <jump 
href="http://www.dpawson.co.uk/xsl/xslfaq.html";>XSL Frequently Asked
  -         Questions</jump><br/><br/></li>
  +        <li>Dave Pawson's <resource-ref 
idref="dpawsonxslfaq"/><br/><br/></li>
           <li>Objects by Design's <jump 
href="http://www.objectsbydesign.com/projects/xmi_to_html.html";>Transforming 
XMI to
            HTML</jump> (oriented towards XMI, "an XML-based, stream 
representation of a UML model," but also covers "generic"
            XML transformations)<br/><br/></li>
  +         <li>Objects by Design;'s <jump 
href="http://objectsbydesign.com/projects/xslt/xslt_by_example.html";>XSLT by
  +         Example</jump><br/><br/></li>                  
            <li>Miloslav Nic's <jump 
href="http://zvon.vscht.cz/HTMLonly/XSLTutorial/Books/Book1/index.html";>XSL 
Tutorial</jump>
            <br/><br/></li>
            <li>OASIS (the Organization for the Advancement of Structured 
Information Standards): 
  @@ -151,9 +151,7 @@
            Designers</jump><br/><br/></li>
           <li>XSLT - XSL Transformations in 
           <jump href="http://www.brics.dk/~amoeller/XML/";>The XML Revolution: 
Technologies for the future Web</jump> by
  -        Anders M&oslash;ller and Michael I. Schwartzbach<br/><br/></li>
  -       <li>Elizabeth Castro's <jump 
href="http://www.peachpit.com/books/catalog/71098.html";>XML for the World Wide 
Web: 
  -       Visual Quickstart Guide</jump></li>
  +        Anders M&oslash;ller and Michael I. Schwartzbach</li>
       </ul>
       <p>When you come across other useful introductory or background 
materials, please email <human-resource-ref
        idref="xalandev"/>, so we can add them to this list.</p>
  @@ -190,7 +188,7 @@
   
         </gloss>
         <p>For more definitions of XSLT terminology, see Dave Pawson's 
  -      <jump href="http://freespace.virgin.net/b.pawson/xsl/jargon.html";>XSLT 
Terminology
  +      <jump href="http://www.dpawson.co.uk/xsl/vocab.html";>XSLT Terminology
         Clarification</jump> and the Glossary in Michael Kay's 
         <jump 
href="http://www.wrox.com/Consumer/Store/Details.asp?ISBN=1861003129";>XSLT 
Programmer's Reference</jump>.</p>
       </s2>
  
  
  
  1.12      +5 -0      xml-xalan/java/xdocs/sources/xalan/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/resources.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- resources.xml     2001/02/01 16:52:31     1.11
  +++ resources.xml     2001/02/20 16:59:36     1.12
  @@ -45,6 +45,11 @@
     <resource id="Readme" 
               title="Xalan Repository Release Notes" 
               
location="http://www.apache.org/websrc/cvsweb.cgi/xml-xalan/README"/>
  +            
  +  <resource id="xsl" title="Extensible Stylesheet Language (XSL) Version 1.0 
W3C Candidate Recommendation"
  +   location="http://www.w3.org/TR/xsl"/>
  +
  +  <resource id="dpawsonxslfaq" title="XSL Frequently Asked Questions" 
location="http://www.dpawson.co.uk/xsl/xslfaq.html"/>
     
     <resource id="xslt" 
               title="W3C Recommendation XSL Transformations (XSLT) Version 1.0"
  
  
  

Reply via email to