Re: SVG-based Template via javascript

>
> The main problem with XUL is that it doesn't define any other "custom
> objects".
>
Of course XUL supports custom objects.  This is done through XBL.  XBL is
essentially XUL's (or Gecko's) version of "render any xml."  You can defined
you own pizza or book object.  You just have to implement it using
javascript.  Whether you want to render your pizza or book in XUL, XHTML,
SVG, or any combination of them is in your hands (actually in your XBL
implementation).

Received on Monday, 6 October 2003 20:34:13 UTC