xsl-list
[Top] [All Lists]

RE: xsl:include not at top level

2004-06-02 09:12:12
No problem :-)

See Wendell's reply, that should help. 

Cheers,
<prs/>

-----Original Message-----
From: xptm(_at_)sapo(_dot_)pt [mailto:xptm(_at_)sapo(_dot_)pt] 
Sent: Wednesday, June 02, 2004 11:09 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] 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(_dot_)siegers(_at_)elnorte(_dot_)com>:

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(_at_)sapo(_dot_)pt [mailto:xptm(_at_)sapo(_dot_)pt]
Sent: Wednesday, June 02, 2004 10:35 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] xsl:include not at top level

Citando Wendell Piez <wapiez(_at_)mulberrytech(_dot_)com>:

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(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--

--+------------------------------------------------------------------
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(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--









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(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--


<Prev in Thread] Current Thread [Next in Thread>