Subject: Re: 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 |
- nesting xml, (continued)
- Mark Kahn - Thu, 3 May 2001 14:39:39 -0400 (EDT)
- Chris Bayes - Thu, 3 May 2001 15:00:33 -0400 (EDT)
- Thomas B. Passin - Thu, 3 May 2001 15:35:07 -0400 (EDT)
- Wendell Piez - Thu, 3 May 2001 16:36:51 -0400 (EDT)
- Thomas B. Passin - Thu, 3 May 2001 17:15:30 -0400 (EDT) <=
- Wendell Piez - Thu, 3 May 2001 17:53:59 -0400 (EDT)
- Wendell Piez - Thu, 3 May 2001 16:24:15 -0400 (EDT)
- David Carlisle - Fri, 4 May 2001 04:30:47 -0400 (EDT)
- Michael Kay - Fri, 4 May 2001 05:40:34 -0400 (EDT)
|
|