RE: [xsl] match on attribute anywhere

Subject: RE: [xsl] match on attribute anywhere
From: "stevenson" <stevenson@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 13 Feb 2002 16:23:17 +0300

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Bertrand
Delacretaz
Sent: 13 February 2002 16:03
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] match on attribute anywhere


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



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


Current Thread