here's my problem :
I'm trying to include a file plan.xml in index.xml using xinclude (they are
in the same directory) and I keep getting :
org.apache.cocoon.ProcessingException: Failed to execute
pipeline.:java.io.FileNotFoundException:
C:\dweb\tomcat\webapps\cocoon\sens3d_cc\test\index.xmlplan.xml (Le fichier
spécifié est introuvable)
and I don't understand what I'm doing to get this path
here's part of my sitemap.xmap:
-------------------------------------------------------------
(I ve got the "map:transformer xinclude.." line )
 <!-- ========================= sens3d_cc
================================ -->



  <map:match pattern="sens3d_cc/test/index.xml">
      <map:generate src="sens3d_cc/test/index.xml"/>
      <map:transform type="xinclude"/>
      <map:transform src="sens3d_cc/test/index.xsl"/>
      <map:serialize type="html"/>
   </map:match>

  <map:match pattern="plan.xml">
        <map:generate src="sens3d_cc/test/plan.xml"/>
   </map:match>

  <map:match pattern="sens3d_cc/test/feuille_style.css">
      <map:read src="sens3d_cc/test/feuille_style.css"
mime-type="text/css"/>
   </map:match>

  </map:pipeline>
 </map:pipelines>

</map:sitemap>

-------------------------------------------------------------
and my file :

-------------------------------------------------------------
<?xml version="1.0" encoding="ISO-8859-1"?>

<?cocoon-process type="xinclude"?>

<page title="SenS'3D Home Page"
xmlns:xinclude="http://www.w3.org/1999/XML/xinclude";>



 <column logo_src="SenS3D.jpg" logo_name="Bienvenue sur notre site"
update="12/05/2001" >
<xinclude:include parse="xml" href="plan.xml"/>

 </column>
-------------------------------------------------------------


thank you

C de Corbier


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