| Subject: RE: [xsl] xsl:include not at top level From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx> Date: Wed, 02 Jun 2004 11:56:30 -0400 | 
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.
<xsl:template name="make-data">
  <Data>
    <Bind target="tblOne" source="Empreitada" />
    (...)
  </Data>
</xsl:template>Thanks.
Sure thing -- enjoy, Wendell
====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: [xsl] xsl:include not at top le, Pieter Reint Siegers | Thread | RE: [xsl] xsl:include not at top le, xptm | 
| Re: [xsl] Sorting unique and sub-to, Wendell Piez | Date | RE: [xsl] contains, Pieter Reint Siegers | 
| Month |