On Mon, 2002-04-29 at 11:44, Gerardo Santana G�mez Garrido wrote:

> Is there a way to run XSP code and feed the result into an XSL stylesheet?

 I think the only way is to use something like:

 <xsl:apply-templatess
select="document('http://www.yourserver.com/foo.xsp')/root"/>

 There aren't any XSLT processors that understand XSP, not even the one
that comes with AxKit, and XML namespaces aren't really meant to invoke
arbitrary processors in a single stage of the pipeline. They're for
either separating dialects, or preventing tags from being interpreted by
the wrong processor.

Regards,

Chris Wenham


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to