This is the mail archive of the docbook-apps@lists.oasis-open.org 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: [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: jirka@kosek.cz
  http://www.kosek.cz

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


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