Not compleatly true ... it is possible to apply
multiple logicsheets ... just add them one after the
other in the XSP file. The different thing is with
the stylesheet chaining ... there you have to mess
around and introduce in the resulting XML stream the
XSLT processing instruction (together with the
reference to the next stylesheet).
So, it is possible in C1 too (just not elegant at
all).
HTH
Drasko
--- Luca Morandini <[EMAIL PROTECTED]> wrote:
> Matteo,
>
> I think there is no way of accomplishing this with
> C1. On the other hand,
> this could be done quite easily in C2.
>
> I'm afraid, but if you want to use more than one
> logicsheet/tag library you
> have no option but use C2.
>
> Best regards,
>
> ---------------------------------------------
> Luca Morandini
> GIS Consultant
> [EMAIL PROTECTED]
> +39 0744 59 85 1 Office
> +39 0335 681 02 12 Mobile
> http://utenti.tripod.it/lmorandini/index.html
> ---------------------------------------------
>
>
> > -----Original Message-----
> > From: Matteo Colombo [mailto:[EMAIL PROTECTED]]
> > Sent: marted́ 3 luglio 2001 11.57
> > To: [EMAIL PROTECTED]
> > Subject: Re: Logicsheet chaining
> >
> >
> > Hi,
> > I try to explain me better:
> >
> > What I want do,it is something like that.
> > a.xml
> > <?xml-stylesheet href="b.xsl" type="text/xsl"?>
> > <?xml-logicsheet href="../mylogic.xsp.xsl"?>
> > <?cocoon-process type="xsp"?>
> > <?cocoon-process type="xslt"?>
> > ...
> > <my:call> ... tag mapped in mylogic.xsp.xsl ...
> </my:call>
> > ...
> > b.xsl:
> > <xsl:template match="/">
> > <xsl:processing-instruction
> name="xml-stylesheet">href="c.xsl"
> > type="text/xsl"</xsl:processing-instruction>
> > <xsl:processing-instruction
> >
>
name="xml-logicsheet">href="../mylogic2.xsp.xsl"</xsl:processing-i
> nstruction
> > >
> > <xsl:processing-instruction
> >
>
name="cocoon-process">type="xsp"</xsl:processing-instruction>
> > <xsl:processing-instruction
> >
>
name="cocoon-process">type="xslt"</xsl:processing-instruction>
> > ...
> > <xsl:template match="result">
> > <my2:call>...tag mapped in
> mylogic2.xsp.xsl...</my2:call>
> > ...
> >
> > In a.xml I use mylogic.xsp.xsl (my taglib), and
> with b.xsl I want add
> > mylogic2.xsp.xsl (another taglib).
> >
> > c.xsl: trasforms the page xml in a html page.!
> >
> > Is it possible?
> > Thanks for help
> >
> > Ciao Matteo
> >
> >
> >
> >
>
---------------------------------------------------------------------
> > 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]>
> >
>
>
>
---------------------------------------------------------------------
> 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]>
>
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
---------------------------------------------------------------------
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]>