You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by flourish <co...@dork.com> on 2001/03/26 03:29:30 UTC

problems with logicsheet PI

I'm having a problem with <?xml-logicsheet?>.  When I use <?xml-stylesheet?>
everything works fine.  When I use the logicsheet version I get the
following error:
org.apache.cocoon.processor.ProcessorException: Could not associate
stylesheet to document:  no matching stylesheet for: explorer

Thanks,
Matt


---------------------------------------------------------------------
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: problems with logicsheet PI

Posted by Sebastien Koechlin <sk...@ivision.fr>.
flourish wrote:
> 
> I'm having a problem with <?xml-logicsheet?>.  When I use <?xml-stylesheet?>
> everything works fine.  When I use the logicsheet version I get the
> following error:
> org.apache.cocoon.processor.ProcessorException: Could not associate
> stylesheet to document:  no matching stylesheet for: explorer

If you do not put a valid xml-stylesheet but call xslt, you have
this error.

Remove any call to xslt before xsp. Xsp is supposed to apply it
by itself (I still have never tried).

-- 
Sébastien Koechlin - IVision - skoechlin@ivision.fr

---------------------------------------------------------------------
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>