On Tuesday, February 12, 2002, at 04:50 , Bednarz, education-one 
GmbH wrote:

> I tried the following for a stylesheet simple.xsl
> ---------------------------------------------------------------------
> <?xml version="1.0"?>
> <xsl:stylesheet
>   xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
>   xmlns:xsp="http://www.apache.org/1999/XSP/Core";
                      ^^^^
>   version="1.0"
>>
>>

Try replacing:
   xmlns:xsp="http://www.apache.org/1999/XSP/Core";
with:
   xmlns:xsp="http://apache.org/xsp";

Andre.


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to