--- Nicolai P Guba <[EMAIL PROTECTED]> wrote:
> "Torsten Curdt" <[EMAIL PROTECTED]> writes:
>
> > > I still don't know why this doesn't work then.
> I didn't suspect the
> > > PI's in the file being the problem but removed
> them nevertheless.
> Tried that but cannot get mine to work. I reckon
> it's a problem with
> the sitemap because it doesn't look like it's
> recognising/processing
> the XSP namespace.
Several problems I see. First, you have the wrong
namespace defined for XSP for Cocoon2:
Instead of:
xmlns:xsp="http://www.apache.org/1999/XSP/Core"
use:
xmlns:xsp="http://apache.org/xsp"
Second, the xslt processing instructions are no longer
recognized in the XSP--so make sure they're in the
sitemap.
Remove these from your XSP:
<?cocoon-process type="xslt"?>
<?xml-stylesheet type="text/xsl" href="greeting.xsl"?>
The sitemap looks okay, so I'm thinking it's just a
problem with your XSP definition. Since you're
getting the tags from the XSL, you should know that
the pipeline is working okay for the transformation
step.
__________________________________________________
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/
---------------------------------------------------------------------
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]>