Hi list!

I want something like that in my sitemap
to have access to the absolute path of my xml file in my stylesheet.

  <map:match pattern="xml/*">
     <map:generate type="file" src="docs/{1}.xml"/>
     <map:transform src="stylesheets/tabelle-fo.xsl">
            <map:parameter name="absolutepath" value="??????"/>
     </map:transform>
     <map:serialize type="html"/>
  </map:match>  



At the question marks i want to include the absolute path of the xml -
document, which is generated the step before.

Does anyone have a simple solution.


Best regards


J. Schwarz

---------------------------------------------------------------------
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