here is my sitemap.xmap

      <map:match pattern="request">
        <map:generate type="request"/>
        <map:serialize type="xml"/>
      </map:match>

      <map:match pattern="*.html">
        <map:aggregate element="page">
          <map:part src="cocoon:/request"/>
          <map:part src="module/{1}.xml"/>
        </map:aggregate>
        <map:transform src="stylesheets/request_reorganize.xsl"/>
        <map:serialize/>
      </map:match>

In the XML generated by by the pattern "request" i have:

&lt;div&gt;Hello&lt;/div&gt;

And so at each further step.

but i want <div>Hello</div> without rebuilding it because the only way i see
to do it (with my capabilities) is a recursives template XSL and i know it
will be very hard.





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

Reply via email to