Re: JavaScript Frameworks and svg
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Message-ID | <[email protected]> |
jhon wrote: > Error: document.write is not a function Sounds to me like this isn't an HTML document (or even XHTML; that would throw a different exception). > Some way for integrate JavaScripts Frameworks en svg/xml files for > visualization in browsers? They need to not use document.write. That only works in HTML. -Boris