RE: Calling any servlet within xml

Subject: RE: Calling any servlet within xml
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 3 Nov 2000 14:39:41 -0400 (EST)
> From: Mala Ramakrishnan [mailto:mala@xxxxxxxxxxxxx]
> I can't seem to figure out what could be wrong with my code, maybe I'm
> just not doing this the right way, it's my first time.
> 
> HandleForm.xsl
> ---------------
> <?xml version="1.0"?>
> <?cocoon-process type="xsp"?>
> <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
> <xsp:page xmlns:xsp="http://www.apache.org/1999/XSP/Core";
>           xmlns:util="http://www.apache.org/1999/XSP/Util";>
> 
> <xsl:template match="input">
>
I don't know Cocoon and I don't know what you're trying to achieve, but an
<xsl:template> element within a user-defined top-level element (<xsp:page>)
has no defined meaning in XSLT 1.0.

Mike Kay 




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread