Subject: Re: XSL to create nested list items?
From: Shawn <sgrover@xxxxxxxxxxxxxx>
Date: Fri, 19 Nov 2004 05:14:12 -0700
|
Yep, I just replaced the parts inside the xsl:stylesheet elements. Like I
said, I couldn't see any reason why your code would throw an error. The
error was a type I've had to resolve before (sorry, don't remember the exact
wording now), but the usual fixes just didn't seem to apply.
Shawn
On Friday 19 November 2004 04:27, Jarno.Elovirta@xxxxxxxxx wrote:
> > I tried your template sample, but kept getting errors on the first
> > xsl:template line.
>
> Was the xsl:template the first element in the file? You have to use
> xsl:stylesheet as the root element, I just omitted it for brevity.
|