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
