dleslie     99/12/03 08:35:08

  Modified:    docs     body.xsl copyright.xsl document.dtd head.xsl
                        home.xsl index.xml index.xsl links.xsl package.xsl
                        resources.xml side.xsl
  Log:
  1. updated namespace ref in xsl stylesheets and index.xml
  2. updated ref to XSLT spec in resources.xml
  3. modified document.dtd ref to resources.xml to include directoriy
     so xml files in other directories can use resources.xml.
  
  Revision  Changes    Path
  1.4       +1 -1      xml-xalan/docs/body.xsl
  
  Index: body.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/docs/body.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- body.xsl  1999/11/15 14:12:35     1.3
  +++ body.xsl  1999/12/03 16:35:06     1.4
  @@ -57,7 +57,7 @@
    * <http://www.apache.org/>.
    -->
   
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0";>
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform/";>
     <xsl:output method="html" indent="yes"/>
     <xsl:param name="curid" select="''"/>
     <xsl:key name="id" match="*" use="@id"/> 
  
  
  
  1.2       +1 -1      xml-xalan/docs/copyright.xsl
  
  Index: copyright.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/docs/copyright.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- copyright.xsl     1999/11/08 21:45:19     1.1
  +++ copyright.xsl     1999/12/03 16:35:06     1.2
  @@ -56,7 +56,7 @@
    * <http://www.apache.org/>.
    -->
    
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0";>
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform/";>
     <xsl:output method="html" indent="yes"/>
     
     <xsl:template match="/">
  
  
  
  1.2       +1 -1      xml-xalan/docs/document.dtd
  
  Index: document.dtd
  ===================================================================
  RCS file: /home/cvs/xml-xalan/docs/document.dtd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- document.dtd      1999/11/08 21:45:22     1.1
  +++ document.dtd      1999/12/03 16:35:06     1.2
  @@ -2,7 +2,7 @@
   
   <!ENTITY xslt4j "Xalan">
   <!ENTITY xml4j "Xerces">
  -<!ENTITY resources SYSTEM "resources.xml">
  +<!ENTITY resources SYSTEM "../docs/resources.xml">
   
   <!ENTITY % blocksEntity SYSTEM "blocks.ent">
   %blocksEntity;
  
  
  
  1.2       +1 -1      xml-xalan/docs/head.xsl
  
  Index: head.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/docs/head.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- head.xsl  1999/11/08 21:45:29     1.1
  +++ head.xsl  1999/12/03 16:35:06     1.2
  @@ -57,7 +57,7 @@
    * <http://www.apache.org/>.
    -->
    
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0";>
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform/";>
     <xsl:output method="html" indent="yes"/>
   
     <xsl:template match="/">
  
  
  
  1.2       +1 -1      xml-xalan/docs/home.xsl
  
  Index: home.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/docs/home.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- home.xsl  1999/11/08 21:45:33     1.1
  +++ home.xsl  1999/12/03 16:35:06     1.2
  @@ -57,7 +57,7 @@
    * <http://www.apache.org/>.
    -->
   
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0";>
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform/";>
     <xsl:output method="html" indent="yes"/>
     <xsl:param name="curid" select="''"/>
   
  
  
  
  1.4       +1 -1      xml-xalan/docs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/docs/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml 1999/11/08 21:45:36     1.3
  +++ index.xml 1999/12/03 16:35:07     1.4
  @@ -103,7 +103,7 @@
           &lt;doc>Hello&lt;/doc></pre>
          <p>foo.xsl:</p><pre>
          &lt;?xml version="1.0"?> 
  -       &lt;xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0";>
  +       &lt;xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
            &lt;xsl:template match="doc">
              &lt;out>&lt;xsl:value-of select="."/>&lt;/out>
           &lt;/xsl:template>
  
  
  
  1.4       +1 -1      xml-xalan/docs/index.xsl
  
  Index: index.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/docs/index.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xsl 1999/11/08 21:45:41     1.3
  +++ index.xsl 1999/12/03 16:35:07     1.4
  @@ -56,7 +56,7 @@
    * <http://www.apache.org/>.
    -->
   
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0";>
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform/";>
     <xsl:output method="html" indent="yes"/>
   
     <xsl:template match="/">
  
  
  
  1.3       +1 -1      xml-xalan/docs/links.xsl
  
  Index: links.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/docs/links.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- links.xsl 1999/11/15 14:12:36     1.2
  +++ links.xsl 1999/12/03 16:35:07     1.3
  @@ -56,7 +56,7 @@
    * <http://www.apache.org/>.
    -->
   
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0";>
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform/";>
   <xsl:output method="xml" indent="yes"/>
       
     <xsl:template match="/">
  
  
  
  1.2       +1 -1      xml-xalan/docs/package.xsl
  
  Index: package.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/docs/package.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.xsl       1999/11/08 21:46:33     1.1
  +++ package.xsl       1999/12/03 16:35:07     1.2
  @@ -60,7 +60,7 @@
    -->
   
   <!-- Formatting instructions for XSL Readme page -->
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0";>
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform/";>
     <xsl:key name="id" match="*" use="@id"/> 
                   
     <xsl:output method="html" indent="yes"/>
  
  
  
  1.10      +2 -2      xml-xalan/docs/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/docs/resources.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- resources.xml     1999/11/16 16:50:15     1.9
  +++ resources.xml     1999/12/03 16:35:07     1.10
  @@ -87,8 +87,8 @@
   
     <!-- The version of the xsl draft this is based on. -->
     <resource id="xsl-draft-used" name="XSLT"
  -     long-title="W3C Working Draft 13 August 1999 XSL Transformations (XSLT)"
  -     name-is-abrev="no" 
location="http://www.w3.org/1999/08/WD-xslt-19990813"/>
  +     long-title="W3C Recommendation 16 November 1999 XSL Transformations 
(XSLT) Version 1.0"
  +     name-is-abrev="no" 
location="http://www.w3.org/TR/1999/REC-xslt-19991116"/>
     
     <!-- The version of the xpath draft this is based on. -->
     <resource id="xpath-draft-used" name="XPath"
  
  
  
  1.3       +1 -1      xml-xalan/docs/side.xsl
  
  Index: side.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/docs/side.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- side.xsl  1999/11/19 20:40:41     1.2
  +++ side.xsl  1999/12/03 16:35:07     1.3
  @@ -57,7 +57,7 @@
    * <http://www.apache.org/>.
    -->
   
  -<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0";>
  +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform/";>
     <xsl:output method="html" indent="yes"/>
     <xsl:param name="curid" select="''"/>
   
  
  
  

Reply via email to