Re: document.write error in Javascript executed on HTML output by XSLT
Emmanouil Batsis <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Steven Bethard wrote: > Could you point me to a good tutorial? I'm familiar with DOM in Java > and Python, but I write so little Javascript I don't have any idea how > it handles it... (And unfortunately I guess, most Javascript > tutorials I've seen use document.write all over the place.) Peter-Paul Koch's site is a nice resource for JS DOM stuff, especially on compatibility issues. Whatever you know from other languages also applies to JS (which is the whole idea of the DOM in the first place ;-). If you do a lot of client side XML/XSLT/XPATH you may be interested in my sarissa library [2]. [1] http://www.quirksmode.org/home.html [2] http://sarissa.sourceforge.net/