This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: nesting xml


Tom--

Not so. There is a built-in template

<xsl:template match="/">
   <xsl:apply-templates/>
</xsl:template>

which will pick up the root unless some other template beats it 
in  precedence/priority (not hard to do).

Cheers,
Wendell



At 08:35 PM 5/3/01, you wrote:
>Aside from that, you don't have any template that matches the root of the
>document.  So there is nothing for your template to work on.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]