This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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



> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]