This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]