← Prev in month ← Prev in thread
Next in thread → Next in month →

Re: [docbook-apps] Re: DSSSL/XSL: act on an attribute and then dothe usual thing?

From
Jirka Kosek <>
Date
2003-05-12T17:16:13+00:00
ID
Thread
Re: [docbook-apps] Re: DSSSL/XSL: act on an attribute and then dothe usual thing?
Sam Steingold wrote:

>>use next-match instead of
>>now-transform-the-original-quote-the-standard-way-as-if-there-was-no-role
> 
> 
> (element quote
>    (let ((role (attribute-string (normalize "role"))))
>      (case role
>        (("pacakge")
>         (make element gi: "STRONG" attributes: (list (list "CLASS" role))
>               (next-match)))
>        (else (next-match)))))
> 
> does not work.

Sorry, my DSSSL knowledge is very shallow. Any error message, or it just 
simply doesn't work?

			Jirka

-- 
-----------------------------------------------------------------
   Jirka Kosek  	
   e-mail: 
   http://www.kosek.cz
← Prev in month ← Prev in thread
Next in thread → Next in month →