Subject: Re: xsl:variable
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 11 May 2000 10:43:45 +0100 (BST)
|
> The XSL template you have written works only if you
> haven't got recursive tag.
Tags are never recursive. Tags don't have content, they just mark the
start and end of elements.
> For exemple, it doesn't work with:
> <div type="introduction">
well, as I recall the template I posted only matched
<div type="chapter">
so that is not surprising.
You haven't fully specified either the input language or the required
output so you can't expect to get a full solution, just pointers to how
to do it. Even if you did post the full specification you can't expect
full solutions from a free service.
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|