Huh? XTags doesn't use JavaScript.

Are you trying to do client side and server side XSLT? Maybe you need one
stylesheet for IE and one stylesheet for the rest of the world.

James
----- Original Message -----
From: "praveen kumar k" <[EMAIL PROTECTED]>
To: "Tag Libraries Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, December 11, 2001 4:15 AM
Subject: Re: stylesheet requires attribute: version; Missing or incorrect
XSLT Namespace



If I use the new XSL tag then it's giving Javascript error when I see it
using parser but it's not showing any error when I use IE without
parsing(serverside parser). So, what will be the problem?
ThanX

On Sun, 09 Dec 2001 James Strachan wrote :
> You're using a very old stylesheet. XSLT has been a
> recommendation for over
> 2 years now, the correct namespace is now...
>
> <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
>
> James
> ----- Original Message -----
> From: "praveen kumar k" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, December 08, 2001 10:32 AM
> Subject: stylesheet requires attribute: version;
> Missing or incorrect XSLT
> Namespace
>
>
>
> Hi All,
>         I'ld like to parse the style sheet which is
> developed acording to
> Internet Explorer which is having XSL tag
> <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/TR/WD-xsl";> is giving the
> following error:
> javax.servlet.ServletException: stylesheet requires
> attribute: version;
> Missing or incorrect XSLT Namespace.
> at



--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>




_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to