RE: [xsl] cookie not working inNetscape

Subject: RE: [xsl] cookie not working inNetscape
From: "Martinez, Brian" <brian.martinez@xxxxxxxxxxx>
Date: Tue, 1 Jul 2003 09:14:16 -0600
> From: N Y [mailto:yukinz_jp@xxxxxxxxxxx]
> Sent: Tuesday, July 01, 2003 9:00 AM
> Subject: RE: [xsl] cookie not working inNetscape
> 
> 
> Hi All,
> 
> thanks for the indication,
> this is not cookie problem, but onload event problem.
> 
> 
> but...
> i need to use onload event in XSLT(IE, NN both).

If you must use the onload event to trigger the JavaScript, and you have to
do the transformation in the browser, then you're at the mercy of the
browser's XSLT implementation, and as I've already demonstrated for you, the
Mozilla XSLT processor has an apparent bug that prevents your original
stylesheet from working.

So your two workarounds seem to be:

1) Place the script inside the <body> tag, or otherwise re-write it so that
it will work on Netscape (and at this point it becomes an HTML/JavaScript
question, not XSLT).

2) Do the transformation on your server and serve HTML output.

hth,
b.

| brian martinez                           brian.martinez@xxxxxxxxxxx |
| lead gui programmer                                    303.357.3548 |
| cheap tickets, part of trip network                fax 303.357.3380 |
| 6560 greenwood plaza blvd., suite 400           englewood, co 80111 |
| cendant travel distribution services   http://www.cheaptickets.com/ |

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread