shannon 02/05/30 10:41:10
Modified: src/documentation/xdocs/faq faq-sitemap.xml
Log:
removed redundant entries
Revision Changes Path
1.2 +0 -62 xml-cocoon2/src/documentation/xdocs/faq/faq-sitemap.xml
Index: faq-sitemap.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/faq/faq-sitemap.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- faq-sitemap.xml 13 May 2002 17:55:25 -0000 1.1
+++ faq-sitemap.xml 30 May 2002 17:41:10 -0000 1.2
@@ -211,68 +211,6 @@
</faq>
<faq>
- <question>How do I create some content which isn't directly visible to
- everyone?</question>
- <answer>
- <p>Put the content in an internal pipeline...</p>
-
- <source><![CDATA[
-<map:pipelines>
- <map:pipeline internal-only="true">
- <map:match pattern="int">
- <map:generate src="docs/description.xml"/>
- <map:serialize type="xml"/>
- </map:match>
- </map:pipeline>
- <map:pipeline>
- <map:match pattern="desc.html">
- <map:generate src="cocoon:/int"/>
- <map:transform src="stylesheets/description2html.xsl"/>
- <map:serialize type="html"/>
- </map:match>
- </map:pipeline>
-</map:pipelines>
-]]></source>
-
- </answer>
-</faq>
-
-<faq>
- <question>How can I concatenate two XML files?</question>
- <answer>
- <source><![CDATA[
-<map:pipelines>
- <map:pipeline internal-only="true">
- <map:match pattern="one">
- <map:generate src="docs/one.xml"/>
- <map:serialize type="xml"/>
- </map:match>
- <map:match pattern="two">
- <map:generate src="docs/two.xml"/>
- <map:serialize type="xml"/>
- </map:match>
- </map:pipeline>
- <map:pipeline>
- <map:match pattern="desc.html">
- <map:aggregate element="newRootElement">
- <map:part src="cocoon:/one" element="firstXMLfile"/>
- <map:part src="cocoon:/two" element="secondXMLfile"/>
- </map:aggregate>
- <map:transform src="stylesheets/merge2html.xsl"/>
- <map:serialize type="html"/>
- </map:match>
- </map:pipeline>
-</map:pipelines>
-]]></source>
-
- <p>Replace the element attribute names with something more
- meaningful! Note that the map:part element attributes can be ommitted,
- which results in the two parts being placed one immediately after the
- other.</p>
- </answer>
-</faq>
-
-<faq>
<question>I want to use the XXX matcher/serializer/selecter/etc but there's no
examples. :(</question>
<answer>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]