Re: <script> tag fails for rss 2.0 files saved as somename.rdf
"Michael Vincent van Rantwijk, MultiZilla" <[email protected]> Sat, 17 Mar 2007 06:03:25 +0100
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Message-ID | <[email protected]> |
Michael Vincent van Rantwijk, MultiZilla wrote:
> Michael Vincent van Rantwijk, MultiZilla wrote:
>> The script tag inside my XLS is no longer triggered for .RDF (rss 2.0)
>> files:
>>
>> <body>
>> <xsl:apply-templates/>
>> <script type="application/x-javascript">
>> dump("\nexecute");
>> </script>
>> </body>
>>
>> Works in: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1)
>> Gecko/20061101 SeaMonkey/1.1b
>> Fails in: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2)
>> Gecko/20070222 SeaMonkey/1.1.1
>>
>> Has something changed in this time frame?
>> Where (bug/file) should I look?
>>
>> Thank you,
>> Michael
>
> Additional note: SeaMonkey 1.5a doesn't even load scripts with:
>
> <script type="application/x-javascript"
> src="chrome://chromename/content/scriptname.js"/>
>
> Michael
Correction: I can see the script tags with the DOM Inspector, but the
code isn't executed, nor do I see any related (js)console messages.
Which file/code is responsible for executing script(tag)s in transformed
documents?
Michael