You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2004/03/09 10:26:57 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/docs-new/content/xdocs site.xml

michi       2004/03/09 01:26:57

  Modified:    src/webapp/lenya/pubs/docs-new/content/xdocs site.xml
  Added:       src/webapp/lenya/pubs/docs-new/content/xdocs/docs/misc
                        xinclude-processor.xml
  Log:
  XInclude Processor documentation added
  
  Revision  Changes    Path
  1.1                  cocoon-lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/docs/misc/xinclude-processor.xml
  
  Index: xinclude-processor.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  
  <document> 
  
  <header> 
      <title>XInclude Processor</title>
      <version>0.1</version> 
      <type>Documentation</type> 
      <authors>
        <person name="Michael Wechner" email="michi@apache.org"/> 
      </authors> 
  </header> 
  <body> 
  
  <section>
  <title>Hello World 1</title>
  <source>
  <![CDATA[
  <hello>
  <levi xlink:href="world.xml" xlink:show="embed" xmlns:xlink="http://www.w3.org/1999/xlink"/>
  </hello>
  ]]>
  </source>
  </section>
  
  <section>
  <title>Hello World 2</title>
  <source>
  <![CDATA[
  <hello>
  <levi xlink:href="world.xml#xpointer(/world/countries/country[@id='japan'])xpointer(/world/countries/country[@id='china'])" xlink:show="embed" xmlns:xlink="http://www.w3.org/1999/xlink"/>
  </hello>
  ]]>
  </source>
  </section>
  
  <section>
  <title>Hello World 3</title>
  <source>
  <![CDATA[
  <hello>
  <levi xlink:href="world.xml#xmlns(solar=http://www.foo.bar/0/solar)xpointer(/solar:world/solar:countries)" xlink:show="embed" xmlns:xlink="http://www.w3.org/1999/xlink"/>
  </hello>
  ]]>
  </source>
  </section>
  
  </body>
  </document>
  
  
  
  1.56      +1 -0      cocoon-lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/site.xml,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- site.xml	4 Mar 2004 18:36:35 -0000	1.55
  +++ site.xml	9 Mar 2004 09:26:57 -0000	1.56
  @@ -123,6 +123,7 @@
   				<coding href="coding-guidelines.html" label="Coding Guidelines"/>
   				<javadoc-error href="javadoc-error.html"/>
   				<node-e href="unittests.html" label="Unit Tests"/>
  +				<node-e href="xinclude-processor.html" label="XInclude Processor"/>
   			</misc>
   			<javadoc href="../apidocs/index.html" label="API (Javadoc)"/>
   		</integrator-dev-guide>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org