[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: xsl:include not at top level

Subject: RE: xsl:include not at top level
From: Pieter Reint Siegers Kort <pieter.siegers@xxxxxxxxxxx>
Date: Wed, 2 Jun 2004 11:00:56 -0500
xpage events event
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>
--+--

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.