http://steltenpower.com/xbl/xbl1.xml
call "view source"
use the DOM inspector
then call javascript:viewShadowSource();
and in the new window call "view generated source" (webdeveloper
extension)
What needs to be done:
-remove all non-binding stuff out of the stylesheet, so both pictures
should turn out the same
-change the weird HTMLdocument into a real SVGDocument, including
namespace
-clean up the code. I copy-pasted a bit within the code. It could use
some jslint.com too
I hope you like it.
Ruud
> > Within my bindings I add <stelt:insert/> right after <children/> ,
> > also i add stelt:path="something" to the first element within
<content>.
> > "something" there actually being "root" for my top element being bound
> > and kids below that, being bound get "root_0", "root_1", etc.,
> > grandchildren get "root_0_0" etc.