You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by br...@apache.org on 2003/07/04 11:44:33 UTC

cvs commit: cocoon-2.1/src/webapp/samples/xinclude samples.xml

bruno       2003/07/04 02:44:33

  Modified:    src/webapp/samples/xinclude samples.xml
  Log:
  Added additional sample
  
  Revision  Changes    Path
  1.3       +1 -0      cocoon-2.1/src/webapp/samples/xinclude/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/xinclude/samples.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- samples.xml	7 Jun 2003 21:20:14 -0000	1.2
  +++ samples.xml	4 Jul 2003 09:44:32 -0000	1.3
  @@ -10,6 +10,7 @@
      <sample name="XML Base" href="xmlbase.html">Demonstration of xml:base support.</sample>
   
      <sample name="Loop inclusion" href="loopinclusion.html">Example of a loop inclusion. This will show an error page.</sample>
  +   <sample name="elementpath xpointer scheme" href="includehtml.html">Example of streaming inclusion using the custom elementpath XPointer scheme.</sample>
    </group>
   
   </samples>