Re: [xsl] nesting xml

Subject: Re: [xsl] nesting xml
From: "Thomas B. Passin" <tpassin@xxxxxxxxxxxx>
Date: Thu, 3 May 2001 17:15:58 -0400
Yes, Wendell, I know, but then your output will be unrelated to your
template (which may not ever get called, depending), so you get some kind of
output but not what you thought you were designing.

One example was Larry Mason's post from a little earlier.  When you run it,
you get the same output no matter what's in the template (I tried it to be
sure).

Cheers,

Tom P

[Wendell Piez]

> 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).
>



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


Current Thread