[Bese-devel] yaclml, (<:a :href "abc.ucw?a=1&b=1") -> abc.ucw?a=1&amp; b=2

Evrim ULU evrim at core.gen.tr
Sun Jul 9 19:53:30 UTC 2006


Hi,

Is there a way to disable &->& transformation? I'm having
difficulties while linking.

(<:a :href "abc.ucw?a=1&b=2")  outputs "abc.ucw?a=1&b=2".  It's very
ugly to have a code segment like:

(<:ai ~%
      "<link rel=\"stylesheet\" type=\"text/css\" href=\""
      (print-uri-to-string
       (make-instance 'uri
              :path "style.ucw"
              :query (list (cons +session-parameter-name+
                                             (session.id
(context.session *context*)))
                                 (cons +frame-parameter-name+
                                             (frame.id
(context.current-frame *context*))))))
      "\"/>" ~%)

Thanks.
Evrim.



More information about the bese-devel mailing list