This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Calling any servlet within xml


> From: Mala Ramakrishnan [mailto:mala@speedtrak.com]
> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]