XSP namespace question

2001-11-16 Thread David Rosenstrauch
Given an xsp page like this: xsp:page xmlns:xsp=http://apache.org/xsp; language=java page name=abc/ /xsp:page Cocoon seems to be giving me output like this: page xmlns:xsp=http://apache.org/xsp/ Is it necessary though that the namespace declaration get copied to the

Re: XSP namespace question

2001-11-16 Thread Jörg Heinicke
] To: [EMAIL PROTECTED] Sent: Friday, November 16, 2001 9:02 AM Subject: XSP namespace question Given an xsp page like this: xsp:page xmlns:xsp=http://apache.org/xsp; language=java page name=abc/ /xsp:page Cocoon seems to be giving me output like this: page xmlns:xsp=http

Re: XSP namespace question

2001-11-16 Thread David Rosenstrauch
9:02 AM Subject: XSP namespace question Given an xsp page like this: xsp:page xmlns:xsp=http://apache.org/xsp; language=java page name=abc/ /xsp:page Cocoon seems to be giving me output like this: page xmlns:xsp=http://apache.org/xsp/ Is it necessary

Re: XSP namespace question

2001-11-16 Thread David Rosenstrauch
. With xsl:copy-of select=.. it's much more difficult. But the first hint should already work. Joerg - Original Message - From: David Rosenstrauch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 16, 2001 9:02 AM Subject: XSP namespace question Given an xsp page

RE: XSP namespace question

2001-11-16 Thread Marty McClelland
] Subject: Re: XSP namespace question Whoops! Meant to say: Would kinda suck if I ***CAN'T*** remove all the namespace declarations from my HTML. It really is making the HTML really long and ugly. DR At 09:26 AM 11/16/01 -0500, you wrote: Thanks for the tip. I thought I

RE: XSP namespace question

2001-11-16 Thread David Rosenstrauch
Rosenstrauch [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 10:41 AM To: [EMAIL PROTECTED] Subject: Re: XSP namespace question Whoops! Meant to say: Would kinda suck if I ***CAN'T*** remove all the namespace declarations from my HTML. It really is making the HTML