Re: [xsl] meta tag

Subject: Re: [xsl] meta tag
From: "Charly" <cohana@xxxxxxxxxxxxxxx>
Date: Wed, 6 Feb 2002 15:49:43 -0800
Thanks Julian,
I figured out what the problem was.
My JavaScript file had some characters that caused an error in Netscape 6.2
when I have charset=UTF-8.


If you want to know more about this issue. The following html code will have
an error when you click on the link on Netscape 6.2.
If you remove the "charset=UTF-8" it would work fine.
<html>
<head>
  <script src="http://www.investalink.com/utils.js";></script>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>

<body>
<a href="javascript:popupWin('http://www.yahoo.com', 600, 400)">AMHIX</a>
</body>
</html>






----- Original Message -----
From: "Julian Reschke" <julian.reschke@xxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, February 06, 2002 11:52 AM
Subject: RE: [xsl] meta tag


> > From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> > [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Charly
> > Sent: Wednesday, February 06, 2002 11:42 PM
> > To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> > Subject: [xsl] meta tag
> >
> >
> > Hello friends,
> > When my HTML page is generated, the following meta tag is added.
> > <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
> > Is the a way to avoid or remove this tag. It causes problem with
Netscape
> > 6.2 when I use JavaScript .
> >
> > any idea ?
>
> Not really. The XSLT processor is generating the tag because that's how
HTML
> requires it.
>
> If this doesn't work for you, the problem maybe somewhere else. Could you
> explain what you mean when you say "it causes problems"?
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>


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


Current Thread