You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2004/07/18 20:41:04 UTC

svn commit: rev 23038 - in forrest/trunk/src/documentation/content/xdocs: . howto

Author: thorsten
Date: Sun Jul 18 11:41:03 2004
New Revision: 23038

Modified:
   forrest/trunk/src/documentation/content/xdocs/howto/howto-pdf-tab.xml
   forrest/trunk/src/documentation/content/xdocs/site.xml
Log:
fixed the xpath in the foo.xmap and activated the how to in the site.xml (un-comment it)

Modified: forrest/trunk/src/documentation/content/xdocs/howto/howto-pdf-tab.xml
==============================================================================
--- forrest/trunk/src/documentation/content/xdocs/howto/howto-pdf-tab.xml	(original)
+++ forrest/trunk/src/documentation/content/xdocs/howto/howto-pdf-tab.xml	Sun Jul 18 11:41:03 2004
@@ -130,8 +130,7 @@
 <map:match pattern="*.xml">
   <map:generate src="cocoon://abs-linkmap"/>
   <map:transform type="xpath">
-     <map:parameter name="include"
-       value="/*[name()='site']/*[name()='MyFooSite']"/>
+	<map:parameter name="include" value="//*[name()='MyFooSite']"/>
   </map:transform>
   <map:transform src="resources/stylesheets/site2book.xsl" />
   <map:transform src="resources/stylesheets/aggregates/book2cinclude.xsl">
@@ -204,7 +203,7 @@
       <code><![CDATA[<link href="site:whole_foosite">]]></code>
       reference. If you need it in the menu entries add the label
       attribute to the <code><![CDATA[<whole_foosite>]]></code> element:
-      <code><![CDATA[<whole_foosite label="My first PDF-file" href="FooSite.pdf"/>]]></code>
+      <code><![CDATA[<whole_foosite label="My first PDF-file" href="foo.pdf"/>]]></code>
     </p>
   </section>
 

Modified: forrest/trunk/src/documentation/content/xdocs/site.xml
==============================================================================
--- forrest/trunk/src/documentation/content/xdocs/site.xml	(original)
+++ forrest/trunk/src/documentation/content/xdocs/site.xml	Sun Jul 18 11:41:03 2004
@@ -100,8 +100,9 @@
   <howto label="How-To" href="howto/" tab="howto">
     <overview label="Overview" href="index.html"/>
     <write-howto label="Write a How-to" href="howto-howto.html"/>
-<!--
     <pdf-tab label="Create tab PDF" href="howto-pdf-tab.html"/>
+<!--
+    
 -->
   </howto>