crossley    2003/03/13 20:13:03

  Modified:    src/blocks/web3/samples samples.xml
               src/blocks/web3/samples/stylesheets pics2view.xsl
  Log:
  Fix more broken links to documentation (/documents/ => /docs/).
  
  Revision  Changes    Path
  1.3       +2 -2      cocoon-2.1/src/blocks/web3/samples/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/web3/samples/samples.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- samples.xml       12 Mar 2003 12:55:51 -0000      1.2
  +++ samples.xml       14 Mar 2003 04:13:03 -0000      1.3
  @@ -5,7 +5,7 @@
   <samples xmlns:xlink="http://www.w3.org/1999/xlink"; name="web3 block">
   
     <group name="web3">
  -     <sample name="Documentation" href="/docs/developing/web3.html">
  +     <sample name="Documentation" href="../../docs/developing/web3.html">
          Documentation for this component.
        </sample>
       <sample name="Connect to SAP R/3" href="info.html">
  
  
  
  1.2       +1 -1      cocoon-2.1/src/blocks/web3/samples/stylesheets/pics2view.xsl
  
  Index: pics2view.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/web3/samples/stylesheets/pics2view.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- pics2view.xsl     9 Mar 2003 00:06:43 -0000       1.1
  +++ pics2view.xsl     14 Mar 2003 04:13:03 -0000      1.2
  @@ -5,7 +5,7 @@
   -->
   <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
xmlns:rfc="http://efp.cc/Web3-Rfc/1.0";>
        <xsl:template match="@src">
  -             <xsl:attribute name="src">../../documents/<xsl:value-of 
select="."/></xsl:attribute>
  +             <xsl:attribute name="src">../../docs/<xsl:value-of 
select="."/></xsl:attribute>
        </xsl:template>
        <xsl:template match="@*|*|text()|processing-instruction()" priority="-1">
                <xsl:copy>
  
  
  

Reply via email to