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: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 20 Jun 2000 23:13:07 +0100 (BST)
   So, you can just do:

   <xsl:stylesheet exclude-result-prefixes="doc" ... >

   and all elements in the 'doc' namespace will be ignored, and you can have
   structured documentation within that namespace to your heart's content.

   Should have known that someone had thought of it already.

   Cheers,


No, exclude-result-prefixes just means that namespace declarations will
not be copied if they are not used, it never changes the
element/attribute structure of the output.

David
 


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


Current Thread