You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Nicholas Hemley <ni...@realtime.co.uk> on 2000/04/26 18:28:59 UTC

XSP->XSL->HTML

Hi!

I have an XSP taglib producing XML (see query:queryStringtoXML below)
I now want to transform this XML using XSLT (see process type xslt)

The PI's appear to be consumed by the XSP Processor.
I need the PIs for the XSLT to occur. Thus i have a problem.

My XML file is shown below:
---------------------------------------------------
<?cocoon-process type="xsp"?>

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

<xsp:page language="java"
xmlns:xsp="http://www.apache.org/1999/XSP/Core"
xmlns:query="http://www.realtime.co.uk">

<page>
<query:queryStringtoXML/>
</page>

</xsp:page>
----------------------------------------------------

The idea is to go from XSP->XSL->HTML

Cheers,
Nic Hemley