It works !!
Thanks to all that responded.

One more question :

Is the namespace in Jetspeed different than the one that's recognized by the
browsers?
'coz if I view that file in a browser now (IE 5.5, NS6, Opera5) it doesn't
show anything. In Jetspeed, it's fine.

Carsten

> -----Urspr�ngliche Nachricht-----
> Von: Dave Carlson [mailto:[EMAIL PROTECTED]]
> Gesendet: Freitag, 4. Mai 2001 18:35
> An: [EMAIL PROTECTED]
> Betreff: Re: How to display XML/XSL within a Portlet?
> 
> 
> The XSL implementation embedded in IE has some differences 
> from the W3C
> Recommendation (especially older versions of IE).
> 
> Start your stylesheet with this:
> 
> <xsl:stylesheet
>     xmlns:xsl=http://www.w3.org/1999/XSL/Transform
>     version="1.0" >
> 
> Both the correct namespace declaration and the version must 
> be present.
> 
> -- Dave
> 
> 
> ----- Original Message -----
> From: "Meyer, Carsten" <[EMAIL PROTECTED]>
> > Now this seems like a good idea, but I get an error saying 
> the following
> :
> >
> > "XSL warning: xsl stylesheet requires a 'version' 
> attribute! Location
> > file....."
> >
> > How do I solve this?
> > My XSL-stylesheet starts the following way:
> >
> > <?xml version="1.0"?>
> > <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl";>
> >
> > I've tried putting a version attribute in there, but that 
> doesn't work.
> :-(
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

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

Reply via email to