Re: [xsl] match on attribute anywhere

Subject: Re: [xsl] match on attribute anywhere
From: Bertrand Delacretaz <bdelacretaz@xxxxxxxxxxxxxx>
Date: Wed, 13 Feb 2002 14:02:41 +0100
On Wednesday 13 February 2002 11:19, Andrew Welch wrote:
>. . .
> However, doing this for each template seems a bit overkill, I would
> like to specify a general template like this:
>. . .

Depending on your environment, using *two* pipelined stylesheets might 
make this easier and more readable:

-stylesheet 1 does basic HTML layout and passes output to stylesheet 2
-stylesheet 2 processes @mark by copying everything and adding the 
<span> when needed.

Maybe not the most elegant thing XSLT-wise, but modular and expressive 
IMHO.

-- 
 -- Bertrand Delacrétaz, www.codeconsult.ch
 -- web technologies consultant - OO, Java, XML, C++






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


Current Thread