You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Christian Parpart <cp...@t-online.de> on 2000/11/16 02:28:22 UTC

Cocoon ignores my taglib.

Hi,

just see the file below. If I move the PIs or I remove
the xslt-PI I get the xalan error:

  org.apache.xalan.xslt.XSLProcessorException: pattern = 'lstest:test'
  Extra illegal tokens: 'test'

Otherwise He ignores my taglib. What's wrong?

--------------------------------------------------------
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="lstest.xsl"?>

<?cocoon-process type="xslt"?>
<?cocoon-process type="xsp"?>
<?xml-logicsheet href="/lstest-tl.xsl"?> 

<xsp:page
  language="java"
  xmlns:xsp="http://www.apache.org/1999/XSP/Core"
  xmlns:lstest="/lstest"
>
  <page>
    <title>Everything</title>
    <lstest:test/>
  </page>
</xsp:page>

Regards,
Christian Parpart
mailto:cparpart@surakware.com
http://www.surakware.com (NEW http://surak.cocoonhost.com)