You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gi...@apache.org on 2001/04/12 17:54:58 UTC

cvs commit: xml-cocoon/webapp/sub/stylesheets error2html.xsl simple-page2html.xsl

giacomo     01/04/12 08:54:58

  Modified:    webapp   Tag: xml-cocoon2 sitemap.xmap
               webapp/docs/samples Tag: xml-cocoon2 samples.xml
  Added:       webapp/sub Tag: xml-cocoon2 sitemap.xmap
               webapp/sub/docs Tag: xml-cocoon2 samples.xml
               webapp/sub/stylesheets Tag: xml-cocoon2 error2html.xsl
                        simple-page2html.xsl
  Log:
  Added a sample of a sub sitemap
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.49  +9 -3      xml-cocoon/webapp/Attic/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/webapp/Attic/sitemap.xmap,v
  retrieving revision 1.1.2.48
  retrieving revision 1.1.2.49
  diff -u -r1.1.2.48 -r1.1.2.49
  --- sitemap.xmap	2001/04/11 20:08:24	1.1.2.48
  +++ sitemap.xmap	2001/04/12 15:54:53	1.1.2.49
  @@ -129,6 +129,12 @@
   
    <map:pipelines>
     <map:pipeline>
  +   <map:match pattern="sub**">
  +    <map:mount uri-prefix="sub" src="sub/" check-reload="yes"/>
  +   </map:match>
  +  </map:pipeline>
  +
  +  <map:pipeline>
   
      <map:match pattern="">
       <map:redirect-to uri="welcome"/>
  @@ -152,7 +158,7 @@
       <map:transform src="stylesheets/simple-samples2html.xsl"/>
       <map:serialize/>
      </map:match>
  -   
  +
      <map:match pattern="welcome-svg">
      	<map:generate src="docs/samples/samples.xml"/>
   	<map:transform src="stylesheets/svg-samples2html.xsl"/>
  @@ -160,7 +166,7 @@
   	<map:transform src="stylesheets/fragment-extractor.xsl"/>
   	<map:serialize/>
      </map:match>
  -   
  +
      <map:match pattern="welcome-svg-images/*.png">
      	<map:generate type="extractor" src="{1}"/>
   	<map:serialize type="svg2png"/>
  @@ -366,4 +372,4 @@
   
   </map:sitemap>
   
  -<!-- end of file -->
  +<!-- end of file -->
  \ No newline at end of file
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.17  +3 -0      xml-cocoon/webapp/docs/samples/Attic/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/webapp/docs/samples/Attic/samples.xml,v
  retrieving revision 1.1.2.16
  retrieving revision 1.1.2.17
  diff -u -r1.1.2.16 -r1.1.2.17
  --- samples.xml	2001/04/11 20:08:24	1.1.2.16
  +++ samples.xml	2001/04/12 15:54:54	1.1.2.17
  @@ -60,6 +60,9 @@
   	to automatically extract the images and feed them through
   	a separate pipeline.
      </sample>
  +   <sample name="sub sitemap" href="sub/welcome">
  +    Example of a page served by a sub sitemap.
  +   </sample>
     </group>
   
     <group name="Dynamic Content">
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +50 -0     xml-cocoon/webapp/sub/Attic/sitemap.xmap
  
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +15 -0     xml-cocoon/webapp/sub/docs/Attic/samples.xml
  
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +113 -0    xml-cocoon/webapp/sub/stylesheets/Attic/error2html.xsl
  
  
  
  
  1.1.2.1   +30 -0     xml-cocoon/webapp/sub/stylesheets/Attic/simple-page2html.xsl
  
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org