This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: meta tag


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@gmx.de>
To: <xsl-list@lists.mulberrytech.com>
Sent: Wednesday, February 06, 2002 11:52 AM
Subject: RE: [xsl] meta tag


> > From: owner-xsl-list@lists.mulberrytech.com
> > [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Charly
> > Sent: Wednesday, February 06, 2002 11:42 PM
> > To: xsl-list@lists.mulberrytech.com
> > 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]