[Bese-devel] New patches to yaclml: 16-Jul-2006
Marco Baringer
mbaringer at common-lisp.net
Mon Jul 17 04:15:03 UTC 2006
Sat Jul 15 18:03:06 EDT 2006 attila.lendvai at gmail.com
* Added support for custom attributes
YACLML> (let ((x 42))
(<:test (@ "foo" "bar" "eLiTE" x) :dd "gg"
"boddy"))
<test dd="gg" foo="bar" eLiTE="42"
>boddy</test
>
YACLML> (let ((customs (list "aSdF" 42 "Foo" "bar")))
(<:test (@ customs) :dd "gg" "body"))
<test dd="gg" aSdF="42" Foo="bar"
>body</test
>
M ./src/attribute-bind.lisp -47 +54
M ./src/yaclml.lisp -48 +86
An updated tarball of yaclml's source can be downloaded here:
http://common-lisp.net/project/bese/tarballs/yaclml-20060716.tar.gz
Darcsweb URL:
http://uncommon-web.com/darcsweb/darcsweb.cgi?r=yaclml;a=summary
More information about the bese-devel
mailing list