Francisco H Tapia
my.lists at verizon.net
Tue Nov 18 14:10:45 CST 2003
That was pointed out over on the mozillazine site. This code seems to
be proprietary for IE only :(, tho I've seen aspx (ASP.net) work well in
Firebird.
--
-Francisco
Bryan Carbonnell wrote:
>On 18 Nov 2003 at 11:33, Francisco H Tapia wrote:
>
>
>
>>Checked it and the right pane does not render, I've posted it to the
>>mozilla bug site and hope to get a reply sometime today. I'll let you
>>know as soon as I know :)
>>
>>
>
>
>
>>MartyConnelly wrote:
>>
>>
>>
>>>http://www.w3schools.com/xsl/cdcatalog.xml
>>>http://www.w3schools.com/xsl/cdcatalog.xsl
>>>
>>>then this
>>>http://www.w3schools.com/xsl/tryit.asp?filename=cdcatalog
>>>
>>>
>
>Is it a bug?
>
>Or is it IE specific?
>
>These two lines makes me suspicious.
>var xml = new ActiveXObject("Microsoft.XMLDOM")
>var xsl = new ActiveXObject("Microsoft.XMLDOM")
>
>
>