Hi,

I want to use Directory Generator to browse through dynamic content.
Therefore I set depth:

<!-- find files for transformation -->
    <map:match pattern="testhtml.html">
    <map:generate type="directory" src="resources/test" depth="5"/> !!!
    <map:transform src="stylesheets/system/directory2html.xsl"/>
    <map:serialize type="html"/>
   </map:match>

in <map:components>

<map:generator  name="directory"
src="org.apache.cocoon.generation.DirectoryGenerator" label="content"/>

Correct?
I get only content from resources/test/...
Is it possible to open folders in /test/... and browse through files?
What is "include" and "exclude"


thanks!

Erik Stunkat
QA
POET Software
Hamburg, Germany
+49(0)40 60990-303
[EMAIL PROTECTED]


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to