My XSLT generates xhtml which contains javascript instructions for manipulating
document.links (all the links in the page). IE7's javascript works fine, but Firefox fails to find document.links within XSLT-generated xhtml; instead, I get this error:
Quote:
|
quote:document.links has no properties
|
Has anyone else seen this problem? Is there another way to reference all a document's entire set of links in Firefox when we're using XSLT?
Thanks!