RE: How is this part of the XSLT specification to be interpreted?

Subject: RE: How is this part of the XSLT specification to be interpreted?
From: Thorbjørn Ravn Andersen <TRA@xxxxxxxx>
Date: Wed, 21 Jun 2000 10:25:17 +0200
> You don't need to use a fallback. This is actually what the
> exclude-result-prefixes attribute is for - previously I'd
> only used it for removing declarations of namespaces that
> I'd use when matching elements in my input documents.

Now I have tried with both XT and Saxon, and with this definition

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
		version="1.0"
		extension-element-prefix="doc"
		exclude-result-prefixes="doc"
		xmlns:doc="buh"
		>

I still get the <doc:test> tag echoed to output, along with its content.  What am I doing wrong here?

-- 
  Thorbjørn


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread