> 
> > ...I end up with the cinclude element itself instead of the pipeline
> > results:
> >
> > <td><incl:cinclude src="the-pipeline"/></td>
> >
> > As if the cinclude transform never took place.  What did I miss
> > there?...
> 
> Might be a wrong cinclude namespace, you should have
> 
> xmlns:incl="http://apache.org/cocoon/include/1.0";
> 
> somewhere in the above document for cinclude to do its job.
> 
> See http://cocoon.apache.org/2.1/userdocs/cinclude-transformer.html
> 

Ahhhhhhh.  I had the namespace defined in the stylesheet, but not in the
source document.  I guess what I should have done is add the namespace
declaration during the first transform.  I'll try that when I get a few
minutes.

Thanks, Bertrand!


> 
> Also, the src should be a Cocoon URL:
> 
> src="cocoon:/the-pipeline"
> 
> -Bertrand
> 
> 

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

Reply via email to