tags:

views:

14

answers:

1

Is there a way to include a javascript file to a XBL instead of copy all the script to it?

+1  A: 

I believe it is:

<xbl:script src="/xbl/foo/bar/myScript.js"/>
epascarello
I was thinking of the implementation in xforms I believe.
epascarello
+1 It is [defined](http://www.w3.org/TR/xbl-primer/), but I'm having no success to use it.. maybe for Mozilla it is not implemented (as it is only docummented on the w3, but not on Mozilla Developer Network)
Tom Brito