NCName:* or QName was expected

2003-10-19 Thread iyy
We are moving from cocoon 2.1.dev to Cocoon 2.1.3 dev.(Tomcat 4)   One of our xsl that worked under earlier version, fails now :   The template that causes error is :            Namespace is declared.   Error is as follows: A node test that matches either NCName:* or QName was expected

Re: NCName:* or QName was expected

2003-10-20 Thread Justin Makeig
This has nothing to do with Cocoon. Your select statement is invalid. You need an element name (QName) or a wildcard (*) along the attribute axis (@) of your copy-of. Try: Or even better, - Justin On 10/20/03 12:04 AM, "iyy" <[EMAIL PROTECTED]> wrote: > > > ---

That solved the problem. Thank You Re: NCName:* or QName was expected

2003-10-20 Thread iyy
That solved the problem. Thank You - Original Message - From: "Justin Makeig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 20, 2003 1:01 PM Subject: Re: NCName:* or QName was expected > This has nothing to do with Cocoon. Your select stateme