When requesting an XML file, I want that its XSL stylesheet includes dynamic
XML data. I'm doing it right now through document('http://localhost/news.xsp')
but I want to avoid that extra http request. I care about performance, although
I must confess I'm not sure whether this extra request has a strong impact or
not. Whatever, I want to avoid it.

I thought about writing XSP code in the XSL stylesheet, but it doesn't get
executed. I put

<?xml-stylesheet href="." type="application/x-xsp"?>

at the beginning of the XSL stylesheet and add the xmlns:xsp="..." thing inside
<xsl:stylesheet> but the XSP code is not executed. It appears instead as is in
the HTML output.

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

Thanks in advance for any help.

-- 
Gerardo Santana G�mez Garrido
http://www.openbsd.org.mx/~santana/
OpenBSD M�xico

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

Reply via email to