You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Herbert Hotz <he...@symmetrix.ch> on 2000/11/18 23:32:49 UTC

C1.8 Compilation loops forever

<?xml version="1.0"?>

<?cocoon-process type="xsp"?>
<?cocoon-process type="xslt"?>
<?xml-stylesheet href="xsp-chain.xsl" type="text/xsl"?>

<xsp:page
 language="java"
 xmlns:xsp="http://www.apache.org/1999/XSP/Core"
 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
>

 <page title="test xsp chaining">
  <element>My Element</element>
 </page>

</xsp:page>