Re: SVG 1.2 meta feedback

"Robin Berjon" <robin.berjon@expway.fr> wrote in message
news:3EDDBFE5.20500@expway.fr...
>
> > However some interested individual could implement it in javascript...
I've
> > been adding a templating feature to foafnaut recently, and that could've
> > much more sensibly done with RAX (so foafnaut updates some XML, and it's
> > transformed to svg depending on seperately specified docs) I didn't use
RAX,
> > because I have no idea what it looks like, and instead had to develop my
own
> > templating system in js, a RAX implementation in js could've been much
more
> > sensible.
>
> You can implement the declarative syntax in es, it's been done. However
what
> you'd miss would be the shadow tree, which is a really convenient way of
not
> destructively manipulating a DOM.

Well, I think we discussed that I would prefer the shadow tree to be the
source XML, and the real tree the resulting SVG, and this way around I can
easily do it in ASV (but not Batik yet).

Jim.

Received on Wednesday, 4 June 2003 07:46:45 UTC