[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xml-cocoon-dev
Subject:    cvs commit: xml-cocoon/samples/slides apachecon.xsl slides.xml
From:       zvia () locus ! apache ! org
Date:       2000-04-29 1:54:25
[Download RAW message or body]

zvia        00/04/28 18:54:24

  Modified:    samples/slides apachecon.xsl slides.xml
  Log:
  fixed some problems with links...
  
  Revision  Changes    Path
  1.3       +2 -2      xml-cocoon/samples/slides/apachecon.xsl
  
  Index: apachecon.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/slides/apachecon.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- apachecon.xsl	2000/04/14 17:13:22	1.2
  +++ apachecon.xsl	2000/04/29 01:54:24	1.3
  @@ -93,13 +93,13 @@
     </xsl:template>
   
     <xsl:template match="fork">
  -   <a href="" target="_blank">
  +   <a href="{@uri}" target="_blank">
       <xsl:apply-templates/>
      </a>
     </xsl:template>
   
     <xsl:template match="link">
  -   <a href="">
  +   <a href="{@uri}">
       <xsl:apply-templates/>
      </a>
     </xsl:template>
  
  
  
  1.2       +10 -10    xml-cocoon/samples/slides/slides.xml
  
  Index: slides.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/samples/slides/slides.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- slides.xml	2000/04/13 10:41:48	1.1
  +++ slides.xml	2000/04/29 01:54:24	1.2
  @@ -122,7 +122,7 @@
       
      <slide>
       <title>Hard to believe?</title>
  -    <p><fork uri="http://localhost/cocoon/samples/index.xml">Let's take the \
tour.</fork></p>  +    <p><fork uri="../index.xml">Let's take the tour.</fork></p>
      </slide>
     </section>
   
  @@ -213,7 +213,7 @@
        <li>creates structured content</li>
        <li>examples: XSLT processor, SQL processor, LDAP processor</li>
        <li>there is not such </li>
  -     <li>Cocoon producers are the XML equivalent of Servlets</li>
  +     <li>Cocoon proocessors are the XML equivalent of Servlet Chaining</li>
       </ul>
      </slide>
   
  @@ -322,17 +322,17 @@
      <slide>
       <title>Possible different scenarios</title>
       <ul>
  -     <li><link uri="/cocoon/samples/xsp/view-source.xml?filename=page.xml">integrated \
                xsp tags</link></li>
  -     <li><link uri="/cocoon/samples/xsp/view-source.xml?filename=clean-page.xml">custom \
                tags transformed by your stylesheets</link></li>
  -     <li><link uri="/cocoon/samples/xsp/view-source.xml?filename=lib-page.xml">use \
of cocoon taglibs</link></li>  +     <li><link \
uri="../xsp/view-source.xml?filename=page.xml">integrated xsp tags</link></li>  +     \
<li><link uri="../xsp/view-source.xml?filename=clean-page.xml">custom tags \
transformed by your stylesheets</link></li>  +     <li><link \
uri="../xsp/view-source.xml?filename=lib-page.xml">use of cocoon taglibs</link></li>  \
</ul>  </slide>
   
      <slide>
       <title>Other dynamic possibilities</title>
       <ul>
  -     <li><link uri="/cocoon/samples/xsp/view-source.xml?filename=../sql/database-page.xml">SQLProcessor</link></li>
                
  -     <li><link uri="/cocoon/samples/xsp/view-source.xml?filename=../ldap/ldap.xml">LDAPProcessor</link></li>
  +     <li><link uri="../xsp/view-source.xml?filename=../sql/database-page.xml">SQLProcessor</link></li>
  +     <li><link uri="../xsp/view-source.xml?filename=../ldap/ldap.xml">LDAPProcessor</link></li>
  <li>... add yours</li>
       </ul>
      </slide>
  @@ -403,9 +403,9 @@
      <slide>
       <title>Where do I get more info?</title>
       <ul>
  -     <li>Cocoon: <strong>http://xml.apache.org/cocoon/</strong></li>
  -     <li>XML and related info: <strong>http://www.xmlinfo.com/</strong></li>
  -     <li>XML and related specs: <strong>http://www.w3c.org/</strong></li>
  +     <li>Cocoon: <fork \
uri="http://xml.apache.org/cocoon"><strong>http://xml.apache.org/cocoon</strong></fork></li>
  +     <li>XML and related info: <fork \
uri="http://www.xmlinfo.com"><strong>http://www.xmlinfo.com</strong></fork></li>  +   \
<li>XML and related specs: <fork \
uri="http://www.w3c.org"><strong>http://www.w3c.org</strong></fork></li>  </ul>
      </slide>
   
  
  
  


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic