Subject: RE: xsl:include not at top level
From: Pieter Reint Siegers Kort <pieter.siegers@xxxxxxxxxxx>
Date: Wed, 2 Jun 2004 11:12:12 -0500
|
No problem :-)
See Wendell's reply, that should help.
Cheers,
<prs/>
-----Original Message-----
From: xptm@xxxxxxx [mailto:xptm@xxxxxxx]
Sent: Wednesday, June 02, 2004 11:09 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: xsl:include not at top level
Gee, i'm very sorry, i didn't pay attention...
Thanks for the forwarding...
Citando Pieter Reint Siegers Kort <pieter.siegers@xxxxxxxxxxx>:
> No António, you've sent me a mail, see below:
>
> ******************************
>
> Citando Pieter Reint Siegers Kort :
>
> > The question is WHAT you want to do... please provide more information!
>
> Weel, i have a xslt that is getting bigger and bigger
>
> <xsl:template match="/">
> <XPage class="Tester">
> <Components>
> <xsl:apply-templates select="/Formatos/Forms/Form[1]" />
> <xsl:apply-templates select="/Formatos/Forms/Form[1]/Campos" />
> (...)
> </Components>
> <Events>
> <Event method="changeValue" target="btnProceed"
type="ActionHandler"
> />
> <Event method="addNewRecord" target="btnAddNew"
type="ActionHandler"
> />
> (...)
> </Events>
> <Data>
> <Bind target="tblOne" source="Empreitada" />
> (...)
> </Data>
> </XPage>
> </xsl:template>
>
> and wanted to put it like
>
> <xsl:template match="/">
> <XPage class="Tester">
> <xsl:include href="xcomponents.xsl" />
> <xsl:include href="xevents.xsl" />
> <xsl:include href="xdata.xsl" />
> </XPage>
> </xsl:template>
>
> Maybe i've overlooked something, but i'm not much experienced in XSL.
>
> Thanks.
>
> ***********************************
>
>
> <prs/>
>
> -----Original Message-----
> From: xptm@xxxxxxx [mailto:xptm@xxxxxxx]
> Sent: Wednesday, June 02, 2004 10:35 AM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: xsl:include not at top level
>
> Citando Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>:
>
> > Hi Anonymous,
>
> My name is António Mota, xptm is just a nick i use in technology
> related sites.
> Note that's "xptm", not "xpto" :)
>
> > If you told us why you want to do this, we might have other ideas.
>
> I've just post that...
>
> Thanks.
>
>
>
>
>
>
>
> O SAPO já está livre de vírus com a Panda Software, fique você também!
> Clique em: http://antivirus.sapo.pt
>
> --+------------------------------------------------------------------
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
> To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
> or e-mail: <mailto:xsl-list-unsubscribe@xxxxxxxxxxxxxxxxxxxxxx>
> --+--
>
> --+------------------------------------------------------------------
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
> To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
> or e-mail: <mailto:xsl-list-unsubscribe@xxxxxxxxxxxxxxxxxxxxxx>
> --+--
>
>
O SAPO já está livre de vírus com a Panda Software, fique você também!
Clique em: http://antivirus.sapo.pt
--+------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe@xxxxxxxxxxxxxxxxxxxxxx>
--+--
|