Re: [xsl] nesting xml

Subject: Re: [xsl] nesting xml
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Thu, 03 May 2001 16:37:27 +0100
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


Current Thread