Hi,

I need to perform some inclusions into an XSL stylesheet using the cocoon
pseudo-protocol.
what i've tried to do is have two pipelines in my sitemap.
The main pipeline generates a XML file, which is transformed with an XSL
stylesheet, then serialized into XML.
In the stylesheet, i'm trying to include some XML which is coming from the
second pipeline.

<xsl:template match="whatever">
   <xinclude:include base="cocoon:/" href="xincludetest/"/>
</xsl:template>

My second pipeline is matching this pattern "xincludetest".
it is generating a foo XML stream from a foo XML file then serializes it in
XML too.

I just want to try to get this foo XML stream into my stylesheet.

The aim of this test is to be able to call a XMLDB query on a XMLDB
database through this second pipeline.

if anybody could help .... :))


Tin


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to