One file out of the half dozen or so that were being imported had the
namespace wrong. I'm glad I picked that one to paste from. Thank you very
much.
easy,
douglas d
-----Original Message-----
From: Donald Ball [mailto:[EMAIL PROTECTED]
Sent: Friday, January 25, 2002 5:56 PM
To: Douglas Conklin
Cc: [EMAIL PROTECTED]
Subject: Re: XSLTC problem with namespaces
On Fri, 25 Jan 2002, Douglas Conklin wrote:
> I am attempting to compile some style sheets, and I am having a problem
with
> namespaces.
>
> If I have a namespace declared in addition to the XSL namespace,
>
> like
>
> <xsl:stylesheet version="1.0"
> xmlns:xsl="http://www.w3.org/1999/xsl/Transform"
> xmlns:FormatUtil="FormatUtil">
>
> the compiler rejects the style sheet with the following message:
>
> The input document is not a stylesheet (the XSL namespace is not
declared
> in the root element).
the xslt namespace url is http://www.w3.org/1999/XSL/Transform
- donald