Hi Jörn,

could you please post a diff of the XIncludeTransformer to the
[EMAIL PROTECTED] list so that we can incorporate it
into the version.


Carsten

Open Source Group                        sunShine - b:Integrated
================================================================
Carsten Ziegeler, S&N AG, Klingenderstrasse 5, D-33100 Paderborn
www.sundn.de                          mailto: [EMAIL PROTECTED]
================================================================

> Jörn Heid wrote:
>
>
> I think it's the bug I noticed before. I think you have to patch the
> XInclude-Transformer.
>
> Please look in the archive for it as I don't have the mail anymore.
>
> If you can't find I can send you my working XIncludeTransformer (.java or
> .class) this evening.
>
> -----Ursprüngliche Nachricht-----
> Von: Orgalist [mailto:[EMAIL PROTECTED]]
> Gesendet: Mittwoch, 27. Juni 2001 11:22
> An: [EMAIL PROTECTED]
> Betreff: [C2] xinclude : file not found
>
>
> 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]>
>
>
> ---------------------------------------------------------------------
> 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]>
>


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